From titanica@pacbell.net Mon Apr 5 23:00:02 2004 Received: with ECARTIS (v1.0.0; list info-inventor-dev); Mon, 05 Apr 2004 23:00:05 -0700 (PDT) Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by oss.sgi.com (8.12.10/8.12.9) with SMTP id i36601KO029203 for ; Mon, 5 Apr 2004 23:00:02 -0700 Received: from titanica (adsl-209-233-23-48.dsl.snfc21.pacbell.net [209.233.23.48]) by mta4.rcsntx.swbell.net (8.12.10/8.12.10) with SMTP id i365xwfv014896; Tue, 6 Apr 2004 01:00:00 -0500 (CDT) From: "Kennan Lau" To: Cc: "Frank Campana" , "Vincent Ma" , Subject: How to install open inventor-2.1.5-10.src.tar and Bug fix #118 Date: Mon, 5 Apr 2004 22:59:41 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal X-archive-position: 91 X-ecartis-version: Ecartis v1.0.0 Sender: info-inventor-dev-bounce@oss.sgi.com Errors-to: info-inventor-dev-bounce@oss.sgi.com X-original-sender: titanica@pacbell.net Precedence: bulk X-list: info-inventor-dev To all: Bug fix solution #118 I found a solution to this bug by simply installing a second gcc-3.2.2 compiler. I was able to get past this error: flfreetype.h:61: parse error before `FT_GlyphSlot' The bug #118 was reported below on http://oss.sgi.com/bugzilla/show_bug.cgi?id=118: /root# cd /home/raven/OpenGL/inventor Directory: /home/raven/OpenGL/inventor OpenGL/inventor# ls . COPYING GNUmakefile README.FIRST build doc libFL libimage tools .. FAQ.misc KNOWN.BUGS apps data lib libSoXt make OpenGL/inventor# gmake install gmake[1]: Entering directory `/home/raven/OpenGL/inventor/libimage' /usr/bin/gcc -I/usr/X11R6/include -I. -I../lib/database/include -I../li b/in teraction/include -I../lib/nodekits/include -I../libSoXt/include -fPIC -g -c -o close.o close.c /usr/bin/gcc -I/usr/X11R6/include -I. -I../lib/database/include -I../li b/in teraction/include -I../lib/nodekits/include -I../libSoXt/include -fPIC -g -c -o filbuf.o filbuf.c /usr/bin/gcc -I/usr/X11R6/include -I. -I../lib/database/include -I../li b/in teraction/include -I../lib/nodekits/include -I../libSoXt/include -fPIC -g -c -o flsbuf.o flsbuf.c /usr/bin/gcc -I/usr/X11R6/include -I. -I../lib/database/include -I../li b/in teraction/include -I../lib/nodekits/include -I../libSoXt/include -fPIC -g -c -o name.o name.c /usr/bin/gcc -I/usr/X11R6/include -I. -I../lib/database/include -I../li b/in teraction/include -I../lib/nodekits/include -I../libSoXt/include -fPIC -g -c -o open.o open.c /usr/bin/gcc -I/usr/X11R6/include -I. -I../lib/database/include -I../li b/in teraction/include -I../lib/nodekits/include -I../libSoXt/include -fPIC -g -c -o pix.o pix.c /usr/bin/gcc -I/usr/X11R6/include -I. -I../lib/database/include -I../li b/in teraction/include -I../lib/nodekits/include -I../libSoXt/include -fPIC -g -c -o rdwr.o rdwr.c /usr/bin/gcc -I/usr/X11R6/include -I. -I../lib/database/include -I../li b/in teraction/include -I../lib/nodekits/include -I../libSoXt/include -fPIC -g -c -o rle.o rle.c /usr/bin/gcc -I/usr/X11R6/include -I. -I../lib/database/include -I../li b/in teraction/include -I../lib/nodekits/include -I../libSoXt/include -fPIC -g -c -o row.o row.c /usr/bin/ar rv libimage.a close.o filbuf.o flsbuf.o name.o open.o pix.o rdwr. o rle.o row.o a - close.o a - filbuf.o a - flsbuf.o a - name.o a - open.o a - pix.o a - rdwr.o a - rle.o a - row.o gmake[1]: Leaving directory `/home/raven/OpenGL/inventor/libimage' gmake[1]: Entering directory `/home/raven/OpenGL/inventor/tools' gmake[2]: Entering directory `/home/raven/OpenGL/inventor/tools/ppp' /usr/bin/g++ -I/usr/X11R6/include -I. -I../../lib/database/include - I../ ../lib/interaction/include -I../../lib/nodekits/include -I../../libSoXt/incl ude -fPIC -g -c ppp.c++ /usr/bin/g++ -L//usr/lib/InventorDebug -L/usr/X11R6/lib -lm -o ppp gmake[2]: Leaving directory `/home/raven/OpenGL/inventor/tools/ppp' gmake[1]: Leaving directory `/home/raven/OpenGL/inventor/tools' gmake[1]: Entering directory `/home/raven/OpenGL/inventor/libFL' if [ ! -L freetype ]; then ln -fs ang freetype; fi gmake[2]: Entering directory `/home/raven/OpenGL/inventor/libFL/ang' if [ ! -L flclient.h ]; then ln -s ../src/flclient.h .; fi /usr/bin/gcc -I/usr/X11R6/include -I. -I../../lib/database/include -I.. /../ lib/interaction/include -I../../lib/nodekits/include -I../../libSoXt/include -I/ usr/include/freetype2 -fPIC -g -c -o fl.o fl.c In file included from fl.c:48: flfreetype.h:61: parse error before `FT_GlyphSlot' flfreetype.h:61: warning: no semicolon at end of struct or union flfreetype.h:62: warning: data definition has no type or storage class flfreetype.h:69: parse error before `FLFreeTypeOutline' flfreetype.h:69: warning: no semicolon at end of struct or union flfreetype.h:70: warning: data definition has no type or storage class flfreetype.h:73: parse error before `face' flfreetype.h:73: warning: data definition has no type or storage class flfreetype.h:77: parse error before `}' flfreetype.h:77: warning: data definition has no type or storage class flfreetype.h:123: parse error before `*' flfreetype.h:124: parse error before `*' flfreetype.h:127: warning: data definition has no type or storage class flfreetype.h:130: parse error before `*' flfreetype.h:134: parse error before `*' flfreetype.h:138: parse error before `*' flfreetype.h:142: parse error before `*' flfreetype.h:146: parse error before `*' flfreetype.h:150: parse error before `*' flfreetype.h:155: parse error before `*' flfreetype.h:161: parse error before `*' flfreetype.h:166: parse error before `*' flfreetype.h:172: parse error before `*' flfreetype.h:175: parse error before `*' flfreetype.h:177: parse error before `FT_Face' flfreetype.h:178: warning: data definition has no type or storage class flfreetype.h:181: parse error before `*' flfreetype.h:184: parse error before `*' flfreetype.h:185: parse error before `*' flfreetype.h:187: warning: data definition has no type or storage class gmake[2]: *** [fl.o] Error 1 gmake[2]: Leaving directory `/home/raven/OpenGL/inventor/libFL/ang' gmake[1]: *** [install] Error 1 gmake[1]: Leaving directory `/home/raven/OpenGL/inventor/libFL' gmake: *** [install] Error 1 From guernane_reda@yahoo.com Tue Apr 6 05:59:40 2004 Received: with ECARTIS (v1.0.0; list info-inventor-dev); Tue, 06 Apr 2004 05:59:42 -0700 (PDT) Received: from web12002.mail.yahoo.com (web12002.mail.yahoo.com [216.136.172.210]) by oss.sgi.com (8.12.10/8.12.9) with SMTP id i36CxeKO029204 for ; Tue, 6 Apr 2004 05:59:40 -0700 Message-ID: <20040406125939.75811.qmail@web12002.mail.yahoo.com> Received: from [193.194.91.35] by web12002.mail.yahoo.com via HTTP; Tue, 06 Apr 2004 05:59:39 PDT Date: Tue, 6 Apr 2004 05:59:39 -0700 (PDT) From: guernane redha Subject: please help me on open inventor To: info-inventor-dev@oss.sgi.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-archive-position: 92 X-ecartis-version: Ecartis v1.0.0 Sender: info-inventor-dev-bounce@oss.sgi.com Errors-to: info-inventor-dev-bounce@oss.sgi.com X-original-sender: guernane_reda@yahoo.com Precedence: bulk X-list: info-inventor-dev Content-Length: 778 Lines: 30 i tried to run the simple hello world 'HI' inventor example. it compiles well but it doesnt link i have installed open inventor on my mandrake 9.1 [used the sgi-openinventor-2.1.5-9.i386.rpms (client,devel,data)]. --------my makefile is----------- INCS= -I/usr/include -I/usr/X11R6/include LLDLIBS =- -L/usr/X11R6/lib -L/usr/lib -lGLU -lGL -lX11 -lm -lInventorXt -lInventor- HI : HI.cc g++ $(INCS) $(LLDLIBS) -o HI HI.cc ----------------------------------------- i receive plenty of errors like: undefined reference to `SoXtComponent::setTitle(char const*)' /tmp/cc6T2f0Y.o(.text+0x296): In function `main': please help me __________________________________ Do you Yahoo!? Yahoo! Small Business $15K Web Design Giveaway http://promotions.yahoo.com/design_giveaway/ From achanda@buffalo.edu Tue Apr 27 21:22:04 2004 Received: with ECARTIS (v1.0.0; list info-inventor-dev); Tue, 27 Apr 2004 21:22:07 -0700 (PDT) Received: from mail3.acsu.buffalo.edu (mail3.acsu.buffalo.edu [128.205.6.82]) by oss.sgi.com (8.12.10/8.12.9) with SMTP id i3S4M2KO003118 for ; Tue, 27 Apr 2004 21:22:03 -0700 Received: (qmail 24679 invoked by uid 60001); 28 Apr 2004 04:22:00 -0000 To: info-inventor-dev@oss.sgi.com Subject: Texture mapping using SoTexture2 Date: Wed, 28 Apr 2004 00:22:00 -0400 From: Amrita Chanda Message-ID: <1083126120.408f3168c28f0@mail3.buffalo.edu> X-Mailer: University at Buffalo WebMail Cyrusoft SilkyMail v1.1.10 24-January-2003 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Originating-IP: 128.205.24.191 X-Originator-Info: login-id=achanda, server=buffalo.edu X-archive-position: 94 X-ecartis-version: Ecartis v1.0.0 Sender: info-inventor-dev-bounce@oss.sgi.com Errors-to: info-inventor-dev-bounce@oss.sgi.com X-original-sender: achanda@buffalo.edu Precedence: bulk X-list: info-inventor-dev Content-Length: 422 Lines: 13 Hi all, I am trying to map a texture onto a triangulated mesh (actually a digital elevation model, DEM) lying parallel to the Y-Z plane. I was wondering if the s and t parameters of a texture being mapped are computed in this way: s is automatically taken to be the longer side of triangulated mesh and t is the shorter side? If this is what happens, how do I prevent it? Any help will be appreciated. Thanks, amrita.