info-inventor
[Top] [All Lists]

Make Open Inventor compile on Mandrake 8.0

To: info-inventor@xxxxxxxxxxx
Subject: Make Open Inventor compile on Mandrake 8.0
From: Haykel Ben Jemia <haykel@xxxxxxxxxxxxxxx>
Date: 14 May 2001 13:03:10 +0200
In-reply-to: <3AFE2453.E834779A@xxxxxx>
Sender: owner-inventor@xxxxxxxxxxx
Hi,

here are the changes I made to make OpenInventor 2.1.5-7 compile on
Mandrake 8.0 (and I think this will also work on many other
distributions):

* inventor/GNUmakefile: Change

LSUBDIRS = libimage tools libFL lib libSoXt doc data apps

to

LSUBDIRS = libimage tools
ifdef FREETYPE
LSUBDIRS += libFL
endif
LSUBDIRS += lib libSoXt doc data apps

* inventor/apps/converters/ivdowngrade/SoLODV2.c++: Add

#include <values.h>

* inventor/lib/database/src/sb/SbTime.c++: Add

#include <time.h>

(I didn't understand why this one is necessary, because it's included by
<sys/time.h> which is included by
"inventor/lib/database/include/Inventor/SbTime.h")???

* inventor/lib/database/src/so/actions/SoGLRenderAction.c++: Replace

#include <limits.h>

with

#include <values.h>


Cheers,
Haykel



<Prev in Thread] Current Thread [Next in Thread>