> I just added the needed files to the makefiles so everything should > compile and link right out of the cvs. The library seemed to compile without errors, but it can't compile any examples. Here's what it outputs on making nuitest:
nuiWin.o(.text+0x330): In function `nuiWin::OnCreation()': ../../include/nuiMainWindow.h:105: undefined reference to `nglOffscreenContext::nglOffscreenContext[in-charge](nglContextInfo const&, unsigned, unsigned, nglContext*)' ../../src/.libs/libnui.so: undefined reference to `nglOffscreenContext::UnbindTexture()' ../../src/.libs/libnui.so: undefined reference to `nglOffscreenContext::BeginSession()' ../../src/.libs/libnui.so: undefined reference to `nglOffscreenContext::EndSession()' ../../src/.libs/libnui.so: undefined reference to `nglOffscreenContext::BindTexture()' collect2: ld returned 1 exit status make[3]: *** [nuitest] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2