From: Suman C. <su...@ss...> - 2009-01-14 13:08:16
Attachments:
config.log
build.log
|
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. |
From: Bruce S. <Bru...@nc...> - 2009-01-14 19:57:20
|
You might not have to compile it. Isn't there already a Ubuntu package "python-visual"? Or is the issue that your machine is 64 bit? 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 |
From: David R. <ro...@ph...> - 2009-01-14 21:20:32
|
On Wed, Jan 14, 2009 at 11:57 AM, Bruce Sherwood wrote: > You might not have to compile it. Isn't there already a Ubuntu package > "python-visual"? Or is the issue that your machine is 64 bit? I can confirm that the python-visual package for ubuntu works fine on 64 bit machines, for what it's worth... David |
From: Bruce S. <Bru...@nc...> - 2009-01-14 21:22:21
|
Thanks for reporting this! Bruce Sherwood David Roundy wrote: > On Wed, Jan 14, 2009 at 11:57 AM, Bruce Sherwood wrote: >> You might not have to compile it. Isn't there already a Ubuntu package >> "python-visual"? Or is the issue that your machine is 64 bit? > > I can confirm that the python-visual package for ubuntu works fine on > 64 bit machines, for what it's worth... > > David |
From: Suman C. <su...@ss...> - 2009-01-15 12:53:10
|
Bruce Sherwood wrote: > You might not have to compile it. Isn't there already a Ubuntu package > "python-visual"? Or is the issue that your machine is 64 bit? Thank you very much! I had no idea about the package name, so first I tried the compilation as I do with any other new package. I have installed python-visual successfully, but of course that is version 3.2.9. There might still be some problem with the version 5. But in any case it will serve my purpose for the time being. Thanks and regards, Suman Chakrabarty. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. |
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 |