Hi,
On Fri, 2004-01-23 at 22:49, Christoph Fuenfzig wrote:
> Hi Gerrit,
>
> I compile it as a lib of its own: WindowFOXLib
> Do you have an idea where this error comes from? It is very similar to
> WindowGLUTLib
> for example.
hmm strange over here it compiles, I got two unrelated problems before
it went through and still have one unresolved symbol coming from
the fox toolkit (which might just be a wrong version or missing define)
but I never encountered the problems you have. Which OpenSG do you
actually use it looks like a current CVS version, if so did you make
any changes ??. I'm working with the current unchanged cvs version.
Unfortunately I can not commit fixes for the two compile errors as the
sf cvs is down this weekend. I'll try monday again.
Attached is the common.libs.in I use and a fixed
OSGFOXGLWidgetPFields.cpp.
regards,
gerrit
ac_gdz_packages="${ac_gdz_packages} WindowFOX"
ac_gdz_package_order="${ac_gdz_package_order} WindowFOX"
ac_gdz_package_name_WindowFOX="WindowFOX"
ac_gdz_package_fact_init_WindowFOX="1"
ac_gdz_package_dirs_WindowFOX="Contrib/WindowFOX@"
ac_gdz_package_inc_dep_WindowFOX="@Base@ @System@ WindowSystem/@WINDOWSYSTEM@
Contrib/WindowFox"
ac_gdz_package_link_dep_WindowFOX="BaseLib SystemLib [EMAIL PROTECTED]@Lib GL"
ac_gdz_package_testinc_dep_WindowFOX=""
ac_gdz_package_testlink_dep_WindowFOX="GL"
ac_gdz_package_def_WindowFOX="OSG_COMPILEWINDOWFOXLIB"
#define OSG_COMPILEWINDOWFOXINST
#include <stdlib.h>
#include <stdio.h>
#include <OSGConfig.h>
#include "OSGFOXGLWidgetPFields.h"
#include <OSGSFieldTypeDef.inl>
#include <OSGMFieldTypeDef.inl>
OSG_BEGIN_NAMESPACE
DataType FieldDataTraits<FOXGLWidgetP>::_type("FOXGLWidgetP", "IntegralType");
OSG_DLLEXPORT_SFIELD_DEF1(FOXGLWidgetP, OSG_WINDOWFOXLIB_DLLTMPLMAPPING);
OSG_DLLEXPORT_MFIELD_DEF1(FOXGLWidgetP, OSG_WINDOWFOXLIB_DLLTMPLMAPPING);
OSG_END_NAMESPACE