[Tnfox-discussion] TnFOX Size?

2006-02-25 Thread The Devils Jester
I have a question about the size of TnFOX vs the size of 'regular' FOX.  I have a regular fox lib thats 3.75 MB compiled (unstripped, release) with all the goodies I wanted.  A regular compile of TnFOX is 7.11 MB (unstripped, release). Is there a way to cut TnFOX's size down considerably? Some scon

[Tnfox-discussion] Trying to move from FOX 1.6.0 (dev) to TnFOX, some errors encountered:

2006-02-25 Thread The Devils Jester
The first set of errors was about FOX_BIGENDIAN not being declared.  I put a -DFOX_BIGENDIAN in my compile script and now that doesnt yell at me.  (I dont know if I _should_ be declaring that though...)After that I had a couple ambigous errors with timeval and a couple others, commenting out these

Re: [Tnfox-discussion] TnFOX Size?

2006-02-26 Thread The Devils Jester
6, The Devils Jester wrote:> I have a question about the size of TnFOX vs the size of 'regular' FOX.  I> have a regular fox lib thats 3.75 MB compiled (unstripped, release) with all > the goodies I wanted.  A regular compile of TnFOX is 7.11 MB (unstripped,> release).>>

Re: [Tnfox-discussion] Trying to move from FOX 1.6.0 (dev) to TnFOX, some errors encountered:

2006-02-26 Thread The Devils Jester
file info.  The only errors that I get are the file and directory missing function ones.  Everything else looks like it will compile without a hitch. On 2/26/06, Niall Douglas <[EMAIL PROTECTED]> wrote: On 25 Feb 2006 at 22:33, The Devils Jester wrote:> The first set of errors was about FOX_

Re: [Tnfox-discussion] Trying to move from FOX 1.6.0 (dev) to TnFOX, some errors encountered:

2006-02-26 Thread The Devils Jester
compile my app and maybe get a better understanding of whats going on?On 2/26/06, Niall Douglas <[EMAIL PROTECTED]> wrote: On 26 Feb 2006 at 9:53, The Devils Jester wrote:> I dont use scons or make or anything of the sort, its always been too> complicated and too many files just to compil

Re: [Tnfox-discussion] TnFOX Size?

2006-02-26 Thread The Devils Jester
GUI code with the IPC features. On 2/26/06, Niall Douglas <[EMAIL PROTECTED]> wrote: On 26 Feb 2006 at 9:43, The Devils Jester wrote:> I only care about turning off the features that I dont use that would have> large impact on the lib size.  7.5ish MB compared to 3.5ish MB is a huge

Re: [Tnfox-discussion] Trying to move from FOX 1.6.0 (dev) to TnFOX, some errors encountered:

2006-02-26 Thread The Devils Jester
-lpthread -lX11 -lz -fpic -DHAVE_GL_H=1  -DHAVE_PNG_H=1 -I ./include/FOX -I ./include/FMOD I need to somehow make scons do that exact thing, is there some kind of auto scon file generator?On 2/26/06, Niall Douglas < [EMAIL PROTECTED]> wrote:On 26 Feb 2006 at 12:16, The Devils Jester wrot

Re: [Tnfox-discussion] TnFOX Size?

2006-02-26 Thread The Devils Jester
When looking on the TnFOXDocs.h I noticed that with the compatiblity layer turned off, that it says these are not compiled:     Not compiled:     \li FX::FXDirBox     \li FX::FXDirDialog     \li FX::FXDirList     \li FX::FXDirSelector     \li FX::FXDLL     \li FX::FXDriveBox     \li FX::FXFileDial