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

Re: Dynamic Loading patch

To: Nico.Schmidt@xxxxxxxxxx (Nico Schmidt)
Subject: Re: Dynamic Loading patch
From: jlim@xxxxxxxxxxxxxxxxxxxx (Jonathan Lim)
Date: Wed, 16 Aug 2000 20:12:16 -0700 (PDT)
Cc: info-inventor-dev@xxxxxxxxxxx
In-reply-to: <20000817044907.A148269@xxxxxxxxxxxxxxxxxx> from "Nico Schmidt" at Aug 17, 2000 04:49:07 AM
Sender: owner-info-inventor-dev@xxxxxxxxxxx
Nico,

Thanks for being the first to submit a patch. We'll look into getting it into
the next release (no fixed schedule at this time).


              Jonathan Lim  _  Silicon Graphics  _  Mountain View
              GPS Graphics     Computer Systems        CA, USA


On Wed Aug 16 19:49:07 2000, Nico.Schmidt@xxxxxxxxxx wrote:
> 
> 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>