Hi,

I'm looking at this problem right now but I haven't figured it out yet.

Le 21 nov. 07 à 21:07, dustin_mays a écrit :

> gnustep-make: SVN rev. 25566
> gnustep-base: SVN rev. 25576
> gnustep-back: SVN rev. 25575
> gnustep-gui: SVN rev. 25594
>
> These are all current as of two days ago. I'm including the ls -l  
> build
> output as an attachment because it's really, really long.
> http://www.nabble.com/file/p13885020/lslbuild-output lslbuild-output

SystemConfig is missing in the output of the Build directory. It means  
that either SystemConfig hasn't been compiled or hasn't been exported  
in Build directory. For this last case, this would imply that  
etoile.make rules weren't properly invoked when 'make' compiles / 
Frameworks/SystemConfig.
If there is a directory SystemConfig.framework in Frameworks/ 
SystemConfig, it means the framework compiled as expected. If it is  
the case, you may try to cd into /Frameworks/SystemConfig, then type  
'make' to see whether the Build directory is modified or not by doing  
that. If SystemConfig is properly exported, you should have the three  
following links in Build:
SystemConfig (header dir)
libSystemConfig.so (lib file)
SystemConfig.framework (framework dir)

I don't see anything obvious that could explain this issue in  
SystemConfig GNUmakefiles (for both stable and trunk).
By the way are you using stable or trunk?

Cheers,
Quentin.


_______________________________________________
Etoile-dev mailing list
Etoile-dev@gna.org
https://mail.gna.org/listinfo/etoile-dev

Reply via email to