I am not using Arch anymore so I am disowning packages I maintain.
Search Criteria
Package Details: mm3d-svn 440-4
Package Actions
| Package Base: | mm3d-svn |
|---|---|
| Description: | Misfit Model 3D is an easy to use OpenGL 3D model editor. |
| Upstream URL: | http://www.misfitcode.com/misfitmodel3d/ |
| Category: | multimedia |
| Licenses: | |
| Submitter: | demonicmaniac |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 5 |
| First Submitted: | 2009-08-27 10:58 |
| Last Updated: | 2013-03-02 15:29 |
Latest Comments
Comment by enunes
Comment by ntzrmtthihu777
Fix: add --
sed -i 's:automake:automake --add-missing:' "${srcdir}/${_svnmod}-build/autosetup.sh"
before
./autosetup.sh
Comment by ntzrmtthihu777
Build failed:
configure.ac:6: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
configure.ac:12: error: required file './compile' not found
configure.ac:12: 'automake --add-missing' can install 'compile'
doc/html/Makefile.am:122: warning: '%'-style pattern rules are a GNU make extension
i18n/Makefile.am:48: warning: '%'-style pattern rules are a GNU make extension
src/Makefile.am:27: warning: '%'-style pattern rules are a GNU make extension
src/depui/Makefile.am:23: warning: '%'-style pattern rules are a GNU make extension
src/implui/Makefile.am:171: warning: '%'-style pattern rules are a GNU make extension
src/implui/Makefile.am:174: warning: '%'-style pattern rules are a GNU make extension
src/implui/Makefile.am:177: warning: '%'-style pattern rules are a GNU make extension
src/qtui/Makefile.am:93: warning: '%'-style pattern rules are a GNU make extension
src/tools/Makefile.am:99: warning: '%'-style pattern rules are a GNU make extension
==> ERROR: A failure occurred in build().
Aborting...
Comment by enunes
Fixed: qt replaced by qt4 in this package.
Comment by mrbit
"qt" was replaced by "qt4"
please update PKGBUILD
Comment by mrbit
ok, thanks
Comment by enunes
Hey, just updated it. I've had mm3d installed for a long time and the compiler didn't complain of those back then. Thanks for the input!
I used your fix and it worked. Please test the new PKGBUILD. I also took the time to update it to the newer standard.
Comment by mrbit
please update pkgbuild....thanks!
Comment by mrbit
add in PKGBUILD :
./configure --prefix=/usr CXXFLAGS=-fpermissive
sed -i '58s/push_back( val );/this->push_back(val);/' $srcdir/mm3d-build/src/libmm3d/sorted_list.h
sed -i '131s/push_back( val );/this->push_back(val);/' $srcdir/mm3d-build/src/libmm3d/sorted_list.h
sed -i '23 a\#include <unistd.h>/' $srcdir/mm3d-build/src/libmm3d/misc.cc
for compiler....
Comment by mrbit
misc.cc:472:41: required from here
sorted_list.h:58:7: error: ‘push_back’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
sorted_list.h:58:7: note: declarations in dependent base ‘std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > >’ are not found by unqualified lookup
sorted_list.h:58:7: note: use ‘this->push_back’ instead
make[3]: *** [misc.o] Errore 1
make[3]: Leaving directory `/tmp/packerbuild-0/mm3d-svn/mm3d-svn/src/mm3d-build/src/libmm3d'
make[2]: *** [all-recursive] Errore 1
make[2]: Leaving directory `/tmp/packerbuild-0/mm3d-svn/mm3d-svn/src/mm3d-build/src'
make[1]: *** [all-recursive] Errore 1
make[1]: Leaving directory `/tmp/packerbuild-0/mm3d-svn/mm3d-svn/src/mm3d-build'
make: *** [all] Errore 2
==> ERRORE: