On 22.08.2011 23:26, Ian MacArthur wrote:
>
> On 22 Aug 2011, at 22:18, Matthias Melcher wrote:
>>
>> Yes, the path to the image libraries is now fixed. I still have to do the 
>> config.h, but I have not decided yet if config.h should go into ./include, 
>> so no path changes are needed, just autoconf, or if it should stay where it 
>> is and I modify the paths. I'll have to make sure that the correct config.h 
>> is included for the various IDE builds.
>
> My initial hack was to move config.h and mac_endianess.h into the ./include 
> folder - that seemed like the "right" thing to do in the new layout.
> But then hacking makeinclude and leaving them at the top of the tree turned 
> out to be easier... (I had to modify the paths to get the image libs anyway)
>
> I'm not sure, but I think moving them into ./include seems tidier in the new 
> scheme... not sure what to do for IDE builds though. Maybe, um, no, that 
> won't work...

Hmm, currently I can't follow what "the new scheme" means exactly,
but I'd say that config.h should _not_ be in the include directory,
i.e. it shouldn't be in any directory used for building user code.

With make, putting it into the include directory would likely cause
it to be "installed".

For IDE files I'm not sure, but I'd guess that having config.h in
the include directory would make it accessible for user code that
builds using the FLTK project (maybe).

Albrecht
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to