Hi Simon, >>scons related stuff. >> >>- get rid of the scons dependency. There exists a special local scons >>distribution just adding this to OpenSG cvs removes the scons dependency ;-) >> >>- get rid of the cygwin dependency. Right now we use some tools like >>sed, flex, bison just add the executables to the cvs. >> >>On linux there is no dependency left just type "scons" and that's it. On >>windows there is one dependency left but installing python is really no >>big deal. > > > as i'm new to scons i have some basic questions: > * why do you offer both the scons and autotools build method in > OpenSG?
we started with the autotools, some time later we added the scons support. > * for configure, i had to add a large paramlist (--with-qt, > --with-tif, etc) to get it to work for our particular linux > setup here, is this "configure" step also necessary with scons? yes but to get a working OpenSG it is enough to call just "scons" without any parameters. If you want qt support you have to call something likes this "scons qt=/path/to/qt" once. The parameters are cached in a option file so next time calling "scons" is enough. Andreas > >>Yes the webpage is a bit confusing. I already created the wiki page to >>collect some OpenSG 2.0 ideas. Perhaps we should extend this and make a >>real webpage out of it. >> >>The most important point is we need more people getting involved in the >>further development. > > > we'll comment on this points later this week... > > regards, > simon > > ------------------------------------------------------------------------- > 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-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/opensg-users > > ------------------------------------------------------------------------- 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-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
