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?
|