Since dynamic loading of nodes does not work on linux with the current
release, here is a patch to enable this.
Apply it to inventor/lib/database/src/so/SoType.c++
---------- BEGIN SoType.patch -------------
217c217,225
< #if (_MIPS_SIM == _MIPS_SIM_ABI32)
---
>
> #ifdef __linux__
>
> #ifdef __i386
> const char *libDir = "lib";
> const char *abiName = "";
> #endif
>
> #elif (_MIPS_SIM == _MIPS_SIM_ABI32)
---------- END SoType.patch -------------
Regards,
Nico
--
Nico Schmidt IPK/IWF eMail : nico.schmidt@xxxxxxxxxx
Sekr. PTZ 4, Pascalstr. 8-9 Phone : +49-30-39006342
D-10587 Berlin
|