info-inventor
[Top] [All Lists]

Re: observations from a linux user

To: info-inventor@xxxxxxxxxxx
Subject: Re: observations from a linux user
From: daedalus@xxxxxxxxxxx
Date: Sun, 18 Mar 2001 21:27:29 +0100
In-reply-to: <ndqi7tka3hq4vcclokqns589nj54jah6mm@xxxxxxx>
References: <q32a7tcmm7l5441v1u2a43lit1cfrr1dti@xxxxxxx> <200101290630.WAA42189@xxxxxxxxxxxxxxxxxxxx> <ndqi7tka3hq4vcclokqns589nj54jah6mm@xxxxxxx>
Sender: owner-inventor@xxxxxxxxxxx
I have built the "monster" on a glibc-2.2.2 system (Slackware-current)
and so I had no problems to build SoText*.
I have noticed some little silly problems about header files:

lib/database/include/Inventor/SbTime.h:
        add #include <time.h>
        (time.h is no longer included in sys/time.h)

lib/database/src/so/SoGLRenderAction.c++:
        add #include <values.h> 
        or better it is better to add it in SoDb.h ??
        delete #include <limits.h>
        it is already included by values.h, at least glibc-2.2.2 and 
        glibc-2.1.3 behave in this way.

apps/converters/SoLODV2.c++:
        more FLT_MAX problems, I am 
        adding #include <values.h> in Inventor/SoBasic.h        


I have finally understood why I did not get manpages (.3iv):
exporting
LD_LIBRARY_PATH=/usr/src/inventor/lib:/usr/src/inventor/libSoXt was
all I had to do, surely I had misunderstood the notes in the README
about LD_LIBRARY_PATH.

I still have that problem with libwidgets.a, may be there is something
wrong with Lesstif?

<Prev in Thread] Current Thread [Next in Thread>
  • Re: observations from a linux user, daedalus <=