From: Bruce S. <Bru...@nc...> - 2009-06-05 17:54:04
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> What version of the Boost libraries are you using? It looks to me like there may be a mismatch between your Boost Libraries and the threadpool machinery. Here is an extract from INSTALL.txt that is part of the Visual package:<br> <br> You also need the threadpool resource: sourceforge.net/projects/threadpool.<br> If you are using the 1_35_0 Boost libraries, you can use version 0.2.4 which<br> is included in the package (in dependencies). If you use a different version<br> of the Boost libraries, you need to get an appropriate threadpool version and<br> replace the files in "dependencies/threadpool/include". Copy into the include<br> directory the contents of the boost directory in the threadpool package,<br> which includes a directory named "include" and a file "threadpool.hpp".<br> <br> Bruce Sherwood<br> <br> jorge a secas wrote: <blockquote cite="mid:BLU...@ph...l" type="cite"> <style> .hmmessage P { margin:0px; padding:0px } body.hmmessage { font-size: 10pt; font-family:Verdana } </style>in the tar there are two files with the outcome, the problem it's this:<br> <br> [root@sam19 visualpy]# make && make install<br> Making all in site-packages/visual<br> make[1]: se ingresa al directorio `/usr/local/visualpy/site-packages/visual'<br> make[1]: No se hace nada para `all'.<br> make[1]: se sale del directorio `/usr/local/visualpy/site-packages/visual'<br> Making all in src<br> make[1]: se ingresa al directorio `/usr/local/visualpy/src'<br> This is a quiet Makefile. If make exits with an error, check src/build.log to see the complete error message(s). In the event of an error that you cannot debug, please send a message to <a class="moz-txt-link-abbreviated" href="mailto:vis...@li...">vis...@li...</a>, including the files config.log and src/build.log, requesting assistance.<br> Compiling ./core/util/atomic_queue.cpp ...<br> Compiling ./core/util/displaylist.cpp ...<br> Compiling ./core/util/errors.cpp ...<br> Compiling ./core/util/extent.cpp ...<br> Compiling ./core/util/gl_extensions.cpp ...<br> Compiling ./core/util/gl_free.cpp ...<br> Compiling ./core/util/icososphere.cpp ...<br> Compiling ./core/util/quadric.cpp ...<br> Compiling ./core/util/render_manager.cpp ...<br> make[1]: *** [render_manager.lo] Error 1<br> make[1]: se sale del directorio `/usr/local/visualpy/src'<br> make: *** [all-recursive] Error 1<br> <br> <br> i really appreciate your answer<br> <br> txs.<br> <br> <hr>Disfruta antes que nadie del nuevo <a moz-do-not-send="true" href="http://download.live.com" target="_new">Windows Live Messenger</a> <pre wrap=""> <hr size="4" width="90%"> ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: <a class="moz-txt-link-freetext" href="http://p.sf.net/sfu/opensolaris-get">http://p.sf.net/sfu/opensolaris-get</a></pre> <pre wrap=""> <hr size="4" width="90%"> _______________________________________________ Visualpython-users mailing list <a class="moz-txt-link-abbreviated" href="mailto:Vis...@li...">Vis...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/visualpython-users">https://lists.sourceforge.net/lists/listinfo/visualpython-users</a> </pre> </blockquote> </body> </html> |