info-inventor-dev
[Top] [All Lists]

Re: Redhat 8.0 and Open Inventor

To: J.P.Knight@xxxxxxxxxxx (Jon Knight)
Subject: Re: Redhat 8.0 and Open Inventor
From: Jonathan Lim <jlim@xxxxxxx>
Date: Wed, 30 Apr 2003 12:22:50 -0700 (PDT)
Cc: info-inventor-dev@xxxxxxxxxxx, borkin@xxxxxxxxx (Harold Borkin)
In-reply-to: <Pine.SOL.3.96.1030315144800.26499B-100000@mailer1> from "Jon Knight" at Mar 15, 2003 03:01:02 PM
Sender: info-inventor-dev-bounce@xxxxxxxxxxx
I'm proposing splitting the original intl_light_resources array into two, one
for the lightData resources and another for the Light resources:

  http://oss.sgi.com/bugzilla/show_bug.cgi?id=226

Let me know if you disagree.

              Jonathan Lim  _  Silicon Graphics  _   Mountain View
              GPS Graphics     Computer Systems     California, USA


On Sat Mar 15 07:01:02 2003, J.P.Knight@xxxxxxxxxxx wrote:
> 
> This builds libInventor.so and libInventorXt.so OK but now I really come
> unstuck.  I'm getting the same error that Harold Borkin reported on Thu,
> 27 Feb 2003 (see 
> <URL:http://oss.sgi.com/projects/inventor/mail/info-inventor-dev/msg00464.html>):
> 
> gmake[3]: Entering directory `/home/jon/inventor/apps/demos/SceneViewer'
> /usr/bin/g++         -I/usr/X11R6/include
> -I/usr/X11R6/LessTif/Motif1.2/include/ -I. -I../../../lib/database/include
> -I../../../lib/interaction/include -I../../../lib/nodekits/include
> -I../../../libSoXt/include -fPIC -DIVPREFIX=\"/usr\"       -O -DNDEBUG
> -c SoSceneViewer.c++
> /tmp/ccthLG85.s: Assembler messages:
> /tmp/ccthLG85.s:1022: Error: subtraction of two symbols in different
> sections `.bss' {.bss section} - `lightData' {.data.rel.local section} at
> file address 1356
> /tmp/ccthLG85.s:1029: Error: subtraction of two symbols in different
> sections `.bss' {.bss section} - `lightData' {.data.rel.local section} at
> file address 1384
> /tmp/ccthLG85.s:1036: Error: subtraction of two symbols in different
> sections `.bss' {.bss section} - `lightData' {.data.rel.local section} at
> file address 1412
> /tmp/ccthLG85.s:1043: Error: subtraction of two symbols in different
> sections `.bss' {.bss section} - `lightData' {.data.rel.local section} at
> file address 1440
> /tmp/ccthLG85.s:1050: Error: subtraction of two symbols in different
> sections `.bss' {.bss section} - `lightData' {.data.rel.local section} at
> file address 1468
> gmake[3]: *** [SoSceneViewer.o] Error 1
> gmake[3]: Leaving directory `/home/jon/inventor/apps/demos/SceneViewer'
> 
> This looks like a serious bug in SceneViewer that the assembler for gcc
> 3.2 is tripping over.

<Prev in Thread] Current Thread [Next in Thread>
  • Re: Redhat 8.0 and Open Inventor, Jonathan Lim <=