From: Bruce S. <Bru...@nc...> - 2009-01-14 20:44:50
|
The issue is that there has been very little experience of people building Visual with 64-bit Linux. I myself don't have access to a 64-bit machine. Looking at a build on 32-bit Ubuntu, I don't see anything in your build.log or config.log that explains why there's some incompatibility with the includes. I do however see something that makes me wonder. In config.log at the start of the section labeled "Cache variables" you have ac_cv_build=x86_64-unknown-linux-gnu ac_cv_build_alias=x86_64-unknown-linux-gnu while I see this: ac_cv_build=i686-pc-linux-gnu Makes me wonder about the "unknown" in your listing, though maybe that's irrelevant. One other thing: What I have on my Ubuntu machine is libboost-python1.34.1, which is the only version I see in the synaptic package manager. All I can hope is that someone else on this list has experience with 64-bit Ubuntu and can offer some help. Bruce Sherwood Suman Chakrabarty wrote: > Dear all, > > I am trying to compile visual-3.2.9 on a 64 bit Ubuntu 8.10 and getting > the following problem at the "make" step: > > ============================================================================= > <snip> > Updating dependancy information for ../../visual-3.2.9/src/arrow.cpp ... > make[1]: Leaving directory `/home/suman/Softwares/VPython/src' > make[1]: Entering directory `/home/suman/Softwares/VPython/src' > 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 > vis...@li..., including the files config.log > and src/build.log, requesting assistance. > Compiling ../../visual-3.2.9/src/arrow.cpp ... > make[1]: *** [arrow.lo] Error 1 > make[1]: Leaving directory `/home/suman/Softwares/VPython/src' > make: *** [all-recursive] Error 1 > ============================================================================== > > Last two lines containing error messages in build.log: > > ../../visual-3.2.9/include/platlinux.h:27: error: declaration of > 'typedef class visual::lock<visual::mutex> visual::mutex::lock' > ../../visual-3.2.9/include/vthread.h:13: error: changes meaning of > 'lock' from 'class visual::lock<visual::mutex>' > =============================================================================== > > Since I have no clue about how to debug this problem, I have attached > the config.log and build.log files. It will be much appreciated if > somebody can help me get through this. > > > Thanks and regards, > Suman Chakrabarty. > > > > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > SourcForge Community > SourceForge wants to tell your story. > http://p.sf.net/sfu/sf-spreadtheword > > > ------------------------------------------------------------------------ > > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users |