Le 26 mai 06 à 19:22, Yen-Ju Chen a écrit :

On 5/26/06, Hubert Chan <[EMAIL PROTECTED]> wrote:
On 2006-05-26 05:07:37 -0400 Chris Vetter <[EMAIL PROTECTED]>
wrote:

>   ifeq ($(x11), yes)
>         ADDITIONAL_GUI_LIBS = -lXWindowServerKit
>         ADDITIONAL_CPPFLAGS += -DXWindowServerKit
>     ifeq ($(findstring freebsd, $(GNUSTEP_TARGET_OS)), freebsd)
>         ADDITIONAL_OBJCFLAGS += -I/usr/X11R6/include
                      ^^^^
BTW, that should probably be ADDITIONAL_CPPFLAGS instead of OBJC,
since -I is a preprocessor option. (But either way should still work,
anyways.)

 In short, I think we need an etoile.make to solve this issue at once.

True.

Otherwise, I have to remember to do so for every framework/ application
 using xwindow system.
 And it may also happen for any framework/application having library
dependencies
 or having platform-dependent codes.
 This leads to a bigger issue about building system for Etoile.

If you want to, just include an etoile.make file at the root of the repository, with the list of modules relying on it.
I will take it in account when I will fix the building system.

Quentin.

--
Quentin Mathé
[EMAIL PROTECTED]


_______________________________________________
Etoile-dev mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-dev

Reply via email to