From: brad l. <bj...@nc...> - 2008-06-27 04:05:06
|
Jaap Spies wrote: > Roger Fearick wrote: > >> I've just built visual-4.beta26 on Fedora 9 (having upgraded from Fedora 5). >> >> In order to do this I had to make a couple of changes: >> >> src/util/errors.cpp: >> add >> #include <cstdliv> >> below other #includes. >> >> > > Maybe you mean #include <cstdlib> :)? > > But this should be conditional because it is gcc-4.3 related. > > >> src/Makefile: >> add -mt to the boost libraries at line 201 (in all POSIX-like systems), so have: >> the line: >> $(GTHREAD_LIBS) -lboost_python-mt -lboost_thread-mt) >> >> > > This one is more general. In Fedora 8 libboost_thread is missing too. > > I can build my experimental spkg in Sage on Fedora 9: > > real 2m21.192s > user 1m37.912s > sys 0m30.636s > Successfully installed vpython-4.beta26 > Now cleaning up tmp files. > Making SAGE/Python scripts relocatable... > Making script relocatable > Finished installing vpython-4.beta26.spkg > [jaap@paix sage-3.0.4.alpha0]$ > > > Thanks! > > Jaap > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > :( no luck for me. I got the following errors when installing vpython-4.beta26 on Fedora 9: /usr/lib/gcc/i386-redhat-linux/4.3.0/../../../../include/c++/4.3.0/typeinfo:41: error: expected `}' before end of line 147 /usr/lib/gcc/i386-redhat-linux/4.3.0/../../../../include/c++/4.3.0/typeinfo:41: error: expected declaration before end of line I have contacted the fedora-devel team about this one ^^^ I got these errors after running make when installing vpython-3.2.9 on Fedora 9: In file included from ../include/displaylist.h:12, from ../include/prim.h:8, from ../include/axial.h:8, from ../include/arrow.h:7, from arrow.cpp:4: ../include/tmatrix.h: In copy constructor 'visual::tmatrix::tmatrix(const visual::tmatrix&)': ../include/tmatrix.h:25: error: 'memcpy' was not declared in this scope In file included from ../include/displaylist.h:16, from ../include/prim.h:8, from ../include/axial.h:8, from ../include/arrow.h:7, from arrow.cpp:4: ../include/display.h: At global scope: ../include/display.h:75: error: expected template-name before '<' token ../include/display.h:75: error: expected `{' before '<' token ../include/display.h:75: error: expected unqualified-id before '<' token arrow.cpp:241: error: expected `}' at end of input Does anyone have any ideas? -- Brad Longo North Carolina State University Aerospace Engineering/Applied Mathematics Raleigh, NC, USA cell: 862-266-7066 email: bj...@nc... |