Re: [Opensg-users] problem in configuring -- make

2007-03-20 Thread Dirk Reiners
Hi Sajjad, can you give us an update on how you're doing? Did you get your stuff to work? Dirk - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the ch

Re: [Opensg-users] problem in configuring -- make

2007-03-16 Thread Akos Balazs
Hi Sajjadul, I've managed to compile on my ubuntu 6.10 box without problems (well, apart from the 11k warnings (*) :) with the same bison/flex/g++ versions that you have, using the same ./configure line, although on a 32 bit system. Could you check if you got a file Builds/i686-pc-linux-gnu-g+

Re: [Opensg-users] problem in configuring -- make (Akos

2007-03-15 Thread Sajjadul Islam
Hello Akos, Thanks for the suggestion... I am attaching every detail that you asked for. I downloaded the daily source build of 13.03.07 and configured it with the following command: [EMAIL PROTECTED]:/home/sajjad/openSG/OpenSG# ./configure --enable-glut --with-glutincludedir=/usr/include

Re: [Opensg-users] problem in configuring -- make (Akos Balazs)

2007-03-15 Thread Akos Balazs
Hi Sajjadul, this looks indeed strange. From a first guess, it might be a problem with your versions of flex/bison, but I'm a bit baffled by the warnings you get in OSGBaseTypeTraits.h, although this might come from your 64 bit install. Could you try to compile a recent dailybuild and send me t

Re: [Opensg-users] problem in configuring -- make (Akos Balazs)

2007-03-14 Thread Sajjadul Islam
Hello Akos, i attached the file you asked for. I ran the command ./configure --enable-glut --with-glutincludedir=/usr/include/GL/ --with-glutlibdir=/usr/lib64/ --enable-png --with-pngincludedir=/usr/include/ --with-pnglibdir=/usr/lib64/ --enable-jpg --with-jpgincludedir=/usr/include/ --wit

Re: [Opensg-users] problem in configuring -- make (Akos Balazs)

2007-03-14 Thread Sajjadul Islam
Hello Akos, i attached the file you asked for. I ran the command ./configure --enable-glut --with-glutincludedir=/usr/include/GL/ --with-glutlibdir=/usr/lib64/ --enable-png --with-pngincludedir=/usr/include/ --with-pnglibdir=/usr/lib64/ --enable-jpg --with-jpgincludedir=/usr/include/ --wit

Re: [Opensg-users] problem in configuring -- make

2007-03-14 Thread Akos Balazs
Hi Sajjadul, On Wed, 14 Mar 2007, Sajjadul Islam wrote: [...] > then make opt And > > at last make install > > during make opt there were several warning and some errors as well and > at the end it said directory opt couldnt be remade because of errors [...] > then i checked the directory /usrloc

Re: [Opensg-users] problem in configuring -- make

2007-03-14 Thread Andreas Zieringer
Hi Sajjadul, with the current cvs version you can try it with the scons build system. Just type ./scons in the OpenSG directory. Andreas > Hi, > > On Tue, 2007-03-13 at 10:47 +0100, Sajjadul Islam wrote: > >> >>Gerrit Voss >>Mon, 12 Mar 2007 20:30:59 -0800 >> >>Hi, >> >>looking at your make o

Re: [Opensg-users] problem in configuring -- make

2007-03-14 Thread Sajjadul Islam
Hi, On Tue, 2007-03-13 at 10:47 +0100, Sajjadul Islam wrote: > > > Gerrit Voss > Mon, 12 Mar 2007 20:30:59 -0800 > > Hi, > > looking at your make output, this seems to be a problem with your > version of gmake. Could you run gmake -v and send the output. > > thanks > gerrit > > > Thats th

Re: [Opensg-users] problem in configuring -- make

2007-03-13 Thread Gerrit Voss
Hi, On Tue, 2007-03-13 at 10:47 +0100, Sajjadul Islam wrote: > > > Gerrit Voss > Mon, 12 Mar 2007 20:30:59 -0800 > > Hi, > > looking at your make output, this seems to be a problem with your > version of gmake. Could you run gmake -v and send the output. > > thanks > gerrit > > > Thats t

Re: [Opensg-users] problem in configuring -- make

2007-03-13 Thread Sajjadul Islam
Gerrit Voss Mon, 12 Mar 2007 20:30:59 -0800 Hi, looking at your make output, this seems to be a problem with your version of gmake. Could you run gmake -v and send the output. thanks gerrit Thats the output i get after i run make -v, i compiled OpenSceneGraph with that make utility, was w

Re: [Opensg-users] problem in configuring (Dominik Rau)

2007-03-12 Thread Gerrit Voss
Hi, looking at your make output, this seems to be a problem with your version of gmake. Could you run gmake -v and send the output. thanks gerrit -- It's Emergent[*], you see. [*] [adj] A word favored by computer nerds; mandatory for DARPA research applications; on recent evidence

Re: [Opensg-users] problem in configuring

2007-03-12 Thread Dominik Rau
> What am i missing in the process > > > Sajjad Hi Sajjad. Please post your configure line and the error messages of the make output. This makes error tracking a lot easier Just guessing: Do you have flex and bison installed (apt-get install flex bison) ? Yours, Dominik ---

[Opensg-users] problem in configuring

2007-03-12 Thread Sajjadul Islam
Hello, I have ubuntu 64bit installed in my laptop and i was trying to install the openSG i have given all the required paths to find glut,png, jpeg includes and library but i am having chunk of errors with make command. What am i missing in the process Sajjad -

[Opensg-users] problem in configuring

2007-03-12 Thread Sajjadul Islam
Hello, I have ubuntu 64bit installed in my laptop and i was trying to install the openSG i have given all the required paths to find glut,png, jpeg includes and library but i am having chunk of errors with make command. What am i missing in the process Sajjad -