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

Dynamic Loading patch

To: info-inventor-dev@xxxxxxxxxxx
Subject: Dynamic Loading patch
From: Nico Schmidt <Nico.Schmidt@xxxxxxxxxx>
Date: Thu, 17 Aug 2000 04:49:07 +0200
Sender: owner-info-inventor-dev@xxxxxxxxxxx
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

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