|
From: Praveen B. <pr...@da...> - 2006-09-19 14:42:02
|
Hi folks,
Does anyone know why I am getting this error? I have an x86_64 system
with FC4. I have the latest scons rpms installed. Do I need anything
else? I am not sure how to interpret the following warning message when
I launch scons -
WARNING: The build is currently in development.
- It needs the svn version of scons-addons
......
scons: warning: Two different environments were specified for target
/var/ftp/repository/home/praveen/OSS/OpenSG_svn/opensg/build.linux/instl
inks/lib/libOSGState.so,
but they appear to have the same action: installFunc(target,
source, env)
File "Source/SConscript", line 37, in ?
scons: *** Multiple ways to build the same target were specified for:
/var/ftp/repository/home/praveen/OSS/OpenSG_svn/opensg/build.linux/instl
inks/lib/libOSGState.so (from
['/var/ftp/repository/home/praveen/OSS/OpenSG_svn/opensg/build.linux/ins
tlinks/lib64/debug/libOSGState.so'] and from
'/var/ftp/repository/home/praveen/OSS/OpenSG_svn/opensg/build.linux/inst
links/lib/debug/libOSGState.so'])
File "Source/SConscript", line 37, in ?
[praveen@power opensg]$ scons --version
SCons by Steven Knight et al.:
script: v0.96.92.D002, 2006/04/11 07:39:43, by knight on roxbury
engine: v0.96.92.D002, 2006/04/11 07:39:43, by knight on roxbury
Copyright (c) 2001, 2002, 2003, 2004 The SCons Foundation
Thanks.
- Praveen
----
Praveen Bhaniramka
+91-98185-15641 (M)
|
|
From: Allen B. <al...@vr...> - 2006-09-19 14:45:39
|
Praveen Bhaniramka wrote: > Hi folks, > > Does anyone know why I am getting this error? My guess is that the build is failing because it can't deal with both 64-bit and 32-bit building at once right now. This is a bug I need to fix. For now just select one architecture to build (var_arch=ia32). -Allen > I have an x86_64 system with FC4. I have the latest scons rpms > installed. Do I need anything else? I am not sure how to interpret the > following warning message when I launch scons - > > WARNING: The build is currently in development. > - It needs the svn version of scons-addons > ...... > scons: warning: Two different environments were specified for target > /var/ftp/repository/home/praveen/OSS/OpenSG_svn/opensg/build.linux/instlinks/lib/libOSGState.so, > but they appear to have the same action: installFunc(target, > source, env) > File "Source/SConscript", line 37, in ? > > scons: *** Multiple ways to build the same target were specified for: > /var/ftp/repository/home/praveen/OSS/OpenSG_svn/opensg/build.linux/instlinks/lib/libOSGState.so > (from > ['/var/ftp/repository/home/praveen/OSS/OpenSG_svn/opensg/build.linux/instlinks/lib64/debug/libOSGState.so'] > and from > '/var/ftp/repository/home/praveen/OSS/OpenSG_svn/opensg/build.linux/instlinks/lib/debug/libOSGState.so']) > File "Source/SConscript", line 37, in ? > > [praveen@power opensg]$ scons --version > SCons by Steven Knight et al.: > script: v0.96.92.D002, 2006/04/11 07:39:43, by knight on roxbury > engine: v0.96.92.D002, 2006/04/11 07:39:43, by knight on roxbury > Copyright (c) 2001, 2002, 2003, 2004 The SCons Foundation > > Thanks. > > - Praveen > > > ---- > Praveen Bhaniramka > +91-98185-15641 (M) > > > >------------------------------------------------------------------------ > >------------------------------------------------------------------------- >Take Surveys. Earn Cash. Influence the Future of IT >Join SourceForge.net's Techsay panel and you'll get the chance to share your >opinions on IT & business topics through brief surveys -- and earn cash >http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > >------------------------------------------------------------------------ > >_______________________________________________ >Opensg-core mailing list >Ope...@li... >https://lists.sourceforge.net/lists/listinfo/opensg-core > > |
|
From: Praveen B. <pr...@da...> - 2006-09-19 14:55:14
|
Thanks!! That seems to make it happy :-) - Praveen ---- Praveen Bhaniramka +91-98185-15641 (M) > -----Original Message----- > From: Allen Bierbaum [mailto:al...@vr...] > Sent: Tuesday, September 19, 2006 8:16 PM > To: pr...@da...; ope...@li... > Subject: Re: [Opensg-core] Scons build issues > > > Praveen Bhaniramka wrote: > > > Hi folks, > > > > Does anyone know why I am getting this error? > > My guess is that the build is failing because it can't deal with both > 64-bit and 32-bit building at once right now. This is a bug > I need to > fix. For now just select one architecture to build (var_arch=ia32). > > -Allen > > > I have an x86_64 system with FC4. I have the latest scons rpms > > installed. Do I need anything else? I am not sure how to > interpret the > > following warning message when I launch scons - > > > > WARNING: The build is currently in development. > > - It needs the svn version of scons-addons > > ...... > > scons: warning: Two different environments were specified for target > > > /var/ftp/repository/home/praveen/OSS/OpenSG_svn/opensg/build.l > inux/instlinks/lib/libOSGState.so, > > but they appear to have the same action: > installFunc(target, > > source, env) > > File "Source/SConscript", line 37, in ? > > > > scons: *** Multiple ways to build the same target were > specified for: > > > /var/ftp/repository/home/praveen/OSS/OpenSG_svn/opensg/build.l > inux/instlinks/lib/libOSGState.so > > (from > > > ['/var/ftp/repository/home/praveen/OSS/OpenSG_svn/opensg/build > .linux/instlinks/lib64/debug/libOSGState.so'] > > and from > > > '/var/ftp/repository/home/praveen/OSS/OpenSG_svn/opensg/build. > linux/instlinks/lib/debug/libOSGState.so']) > > File "Source/SConscript", line 37, in ? > > > > [praveen@power opensg]$ scons --version > > SCons by Steven Knight et al.: > > script: v0.96.92.D002, 2006/04/11 07:39:43, by > knight on roxbury > > engine: v0.96.92.D002, 2006/04/11 07:39:43, by knight on > > roxbury Copyright (c) 2001, 2002, 2003, 2004 The SCons Foundation > > > > Thanks. > > > > - Praveen > > > > > > ---- > > Praveen Bhaniramka > > +91-98185-15641 (M) > > > > > > > >------------------------------------------------------------- > ---------- > >- > > > >------------------------------------------------------------- > ---------- > >-- > >Take Surveys. Earn Cash. Influence the Future of IT > >Join SourceForge.net's Techsay panel and you'll get the > chance to share your > >opinions on IT & business topics through brief surveys -- > and earn cash > >http://www.techsay.com/default.php?page=join.php&p=sourceforg e&CID=DEVDEV > >----------------------------------------------------------------------- >- > >_______________________________________________ >Opensg-core mailing list >Ope...@li... >https://lists.sourceforge.net/lists/listinfo/opensg-core > > |
|
From: Praveen B. <pr...@da...> - 2006-10-11 11:00:52
|
Hello OpenSG team! Has anyone ever thought about providing a multi-pipe viewer example with OpenSG? Or does one exist already? I was wondering if it would make sense to simply use OpenProducer (also used by OpenSceneGraph) as the multi-pipe rendering back-end for this? It quick be a quick way of making those people happy who think that OpenSG is not multi-pipe capable while OpenSceneGraph is! Since Producer is also LGPL, there shouldn't any licensing issues either. Cheers, Praveen P.S. Happy mid-week! ---- Praveen Bhaniramka +91-98185-15641 (M) |
|
From: Allen B. <al...@vr...> - 2006-10-11 13:33:55
|
Praveen Bhaniramka wrote: >Hello OpenSG team! > >Has anyone ever thought about providing a multi-pipe viewer example with >OpenSG? Or does one exist already? I was wondering if it would make >sense to simply use OpenProducer (also used by OpenSceneGraph) as the >multi-pipe rendering back-end for this? It quick be a quick way of >making those people happy who think that OpenSG is not multi-pipe >capable while OpenSceneGraph is! Since Producer is also LGPL, there >shouldn't any licensing issues either. > > I used to use Producer and OpenSG together quite a bit. I really like the design of Producer and the code worked very well for me. I could try to look around and see if I have some of that code sitting around somewhere if you would like to start with it. There are two things I would warn against with using Producer though. 1) It relies upon OpenThreads which adds a dependency. 2) As you would expect it is more then a bit targetted toward how OSG works. Neither of these things is a killer, but just something to keep in mind. -Allen >Cheers, >Praveen > >P.S. Happy mid-week! > >---- >Praveen Bhaniramka >+91-98185-15641 (M) > > > >------------------------------------------------------------------------- >Using Tomcat but need to do more? Need to support web services, security? >Get stuff done quickly with pre-integrated technology to make your job easier >Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >_______________________________________________ >Opensg-core mailing list >Ope...@li... >https://lists.sourceforge.net/lists/listinfo/opensg-core > > > |