Package Details: mm3d-svn 440-4

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: GPL
Submitter: demonicmaniac
Maintainer: None
Last Packager: None
Votes: 5
First Submitted: 2009-08-27 10:58
Last Updated: 2013-03-02 15:29

Required by (0)

Sources

Latest Comments

Comment by enunes

2014-09-28 22:08

I am not using Arch anymore so I am disowning packages I maintain.

Comment by ntzrmtthihu777

2013-12-02 02:25

Fix: add --
sed -i 's:automake:automake --add-missing:' "${srcdir}/${_svnmod}-build/autosetup.sh"
before
./autosetup.sh

Comment by ntzrmtthihu777

2013-12-02 01:51

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

2013-03-02 15:30

Fixed: qt replaced by qt4 in this package.

Comment by mrbit

2013-03-01 21:39

"qt" was replaced by "qt4"
please update PKGBUILD

Comment by mrbit

2012-05-12 05:46

ok, thanks

Comment by enunes

2012-05-12 02:01

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

2012-05-10 18:57

please update pkgbuild....thanks!

Comment by mrbit

2012-05-10 18:57

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

2012-05-10 17:57

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: