[Fxruby-users] Re: Build problem with FXRuby on Debian
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <ly...@kn...> - 2003-11-25 13:59:51
|
On Nov 25, 2003, at 2:10 AM, cj...@ma... wrote: >> FXIMPLEMENT(FXApp, FXObject, ...) >> somewhere in FXApp.cpp. This is the one that actually defines >> FXApp::metaClass and the other declarations from FXDECLARE. > > Ok, but I can't see FXApp.cpp anywhere - FXRbApp.cpp is there though. > I assume it's meant to be built from FXApp.i (though I don't have SWIG > installed), because it isn't in the source archive. Is this a simple > omission? FXApp is a class from the original FOX library (libFOX.so) and so its source files (FXApp.cpp and FXApp.h) are found in the FOX source code tree. Go to the directory where you originally built FOX and look under the 'src' directory, e.g. /home/cjh/fox-1.0.42/src/FXApp.cpp Hope this helps, Lyle |