From Filali@enic.fr Thu Apr 3 08:18:22 2003 Received: with ECARTIS (v1.0.0; list info-inventor); Thu, 03 Apr 2003 08:18:24 -0800 (PST) Received: from professeur3.enic.fr (smtp.enic.fr [193.48.251.190]) by oss.sgi.com (8.12.3/8.12.5) with SMTP id h33GIKDH015461 for ; Thu, 3 Apr 2003 08:18:21 -0800 Received: from Filali (unverified [192.168.246.213]) by professeur3.enic.fr (Rockliffe SMTPRA 4.5.4) with SMTP id for ; Thu, 3 Apr 2003 18:25:26 +0200 Message-ID: From: "Filali Ansary Tarik" To: "info-inventor@oss.sgi.com" Subject: VRML and OIV X-mailer: Foxmail 4.2 [-fr-] Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Date: Thu, 3 Apr 2003 18:18:10 +0100 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) X-archive-position: 46 X-ecartis-version: Ecartis v1.0.0 Sender: info-inventor-bounce@oss.sgi.com Errors-to: info-inventor-bounce@oss.sgi.com X-original-sender: Filali@enic.fr Precedence: bulk X-list: info-inventor Hi all Well i've started using OIV 3.1 well i'm asking about how to chang for SoVRMLIndexedFaceSet to SoVRMLIndexedLineSet ... some help i'll be great from you thank's From sirinus@excite.com Tue Apr 22 08:03:44 2003 Received: with ECARTIS (v1.0.0; list info-inventor); Tue, 22 Apr 2003 08:03:51 -0700 (PDT) Received: from xmxpita.excite.com (nn8.excitenetwork.com [207.159.120.62]) by oss.sgi.com (8.12.9/8.12.9) with SMTP id h3MF3hFu003870 for ; Tue, 22 Apr 2003 08:03:43 -0700 Received: by xmxpita.excite.com (Postfix, from userid 110) id B6BFAF6A9; Tue, 22 Apr 2003 11:03:35 -0400 (EDT) To: info-inventor@oss.sgi.com Subject: Help Needed on Compiling Inventor Received: from [132.205.45.143] by xprdmailfe3.nwk.excite.com via HTTP; Tue, 22 Apr 2003 11:03:35 EST X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: ID = f9eae2217717ce4c357af44b37161ce4 Reply-To: sirinus@excite.com From: "Ch Zhang" MIME-Version: 1.0 X-Sender: sirinus@excite.com X-Mailer: PHP Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Message-Id: <20030422150335.B6BFAF6A9@xmxpita.excite.com> Date: Tue, 22 Apr 2003 11:03:35 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) X-archive-position: 47 X-ecartis-version: Ecartis v1.0.0 Sender: info-inventor-bounce@oss.sgi.com Errors-to: info-inventor-bounce@oss.sgi.com X-original-sender: sirinus@excite.com Precedence: bulk X-list: info-inventor I have just update my Linux to Redhat Linux 9 and I'm trying to RECOMPILE the Open Inventor I downloaded from SGI. Unfortunately, I'm not able to compile the SGI Open-Inventor source files. I need some help. The problems happened when the gmake was compiling the files in the director "doc", actually the file 'ivman'. While the library was made succesfully on Redhat 7.3 (gcc 2.96), I'm having these error on Redhat 9 (gcc 3.2.2): Here is what I did: # export IVROOT=/ # export LD_LIBRARY_PATH=LD_LIBRARY_PATH:/usr/lib # gmake gmake[1]: Entering directory `/inventor/libimage' ....(Everything works fine till here) gmake[1]: Leaving directory `/inventor/libimage' gmake[3]: Leaving directory `/inventor/doc/man/tools' gmake[3]: Entering directory `/inventor/doc/man/ivman' /usr/bin/g++ -L///usr/lib -L/usr/X11R6/lib Main.o ClassDef.o Man.o Reader.o Writer.o BuildIssues.o -lInventor -o ivman Main.o(.text+0x173): In function `main': : undefined reference to `SoDB::init()' Main.o(.text+0x178): In function `main': : undefined reference to `SoNodeKit::init()' Main.o(.text+0x17d): In function `main': : undefined reference to `SoInteraction::init()' ClassDef.o(.text+0x1c): In function `ClassDef::ClassDef[not-in-charge]()': : undefined reference to `SbName::SbName[in-charge]()' ClassDef.o(.text+0x27): In function `ClassDef::ClassDef[not-in-charge]()': : undefined reference to `SbName::SbName[in-charge]()' ClassDef.o(.text+0x32): In function `ClassDef::ClassDef[not-in-charge]()': : undefined reference to `SbName::SbName[in-charge]()' ClassDef.o(.text+0x1ca): In function `ClassDef::ClassDef[in-charge]()': : undefined reference to `SbName::SbName[in-charge]()' ClassDef.o(.text+0x1d5): In function `ClassDef::ClassDef[in-charge]()': : undefined reference to `SbName::SbName[in-charge]()' ClassDef.o(.text+0x1e0): more undefined references to `SbName::SbName[in-charge]()' follow ClassDef.o(.text+0x37b): In function `ClassDef::~ClassDef [not-in-charge]()': ......................... ......................... (HERE I deleted a lot of similiar errors as above) ........................ ima.e[3]: Leaving directory `/inventor/doc/man/ivman' (.text+0xc2): In function `Writer::open(char const*, char const*)': : undefined reference to `SbString::~SbString [in-charge]()' collect2: ld returned 1 exit status gmake[3]: *** [ivman] Error 1 gmake[2]: *** [all] Error 1 gmake[1]: *** [all] Error 1 gmake: *** [all] Error 1 gmake[2]: Leaving directory `/inventor/doc/man' gmake[1]: Leaving directory `/inventor/doc' While I use the command 'gmake install'. I got the following errors: /usr/bin/g++ -L/tmp/logiciels/inventor/usr/lib -L/usr/X11R6/lib Main.o ClassDef.o Man.o Reader.o Writer.o BuildIssues.o -lInventor -o ivman /tmp/logiciels/inventor///usr/lib/libInventor.so: undefined reference to `__ctype_b' Thanks for any clue/help. Yours Zhang Boris _______________________________________________ Join Excite! - http://www.excite.com The most personalized portal on the Web!