Hi all,

since

        cd /usr/src/Etoile
        make

did not work on my Solaris box, I went into the subdirs

        cd /usr/src/Etoile/Frameworks/EtoileFoundation/EtoileThread
        make

-bash-3.00# make
/bin/sh: syntax error at line 1: `end of file' unexpected
make: *** [before-all] Error 2

Build Project: EtoileThread

Making build-headers for framework EtoileThread...
cd ./EtoileThread.framework; \
   if [ ! -h "Resources" ]; then \
     rm -f Resources; \
     ln -s Versions/Current/Resources Resources; \
   fi; \
   if [ ! -h "Headers" ]; then \
     rm -f Headers; \
     ln -s Versions/Current/Headers Headers; \
   fi
cd ./derived_src; \
   if [ ! -h "EtoileThread" ]; then \
     rm -f ./EtoileThread; \
     ln -s ../EtoileThread.framework/Headers \
                     ./EtoileThread; \
   fi
Making all for doc EtoileThread...
make[1]: Nothing to be done for `internal-doc-all'.
Making all for framework EtoileThread...
gcc ETThread.m -c \
       -MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1  
-DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fpic -fPIC -g -Wall -DDEBUG  
-fno-omit-frame-pointer -DGSWARN -DGSDIAGNOSE -Wno-import -g  
-fno-strict-aliasing -fgnu-runtime -Wno-import -Werror -Wno-unused  
-Wno-implicit -Wno-import -Werror -Wno-unused -Wno-implicit -std=c99  
-fconstant-string-class=NSConstantString -I/usr/share/src/Etoile/Build  
-I/usr/share/src/Etoile/Frameworks/EtoileFoundation/EtoileThread  
-I/usr/share/src/Etoile/Frameworks/EtoileFoundation/EtoileThread/ 
Headers -I/usr/share/src/Etoile/Build  
-I/usr/share/src/Etoile/Frameworks/EtoileFoundation/EtoileThread  
-I/usr/share/src/Etoile/Frameworks/EtoileFoundation/EtoileThread/ 
Headers -I./derived_src -I. -I//GNUstep/Library/Headers  
-I/opt/GNUstep/Local/Library/Headers  
-I/opt/GNUstep/System/Library/Headers \
        -o obj/ETThread.m.o
ETThread.m: In function `+[ETThread  
detachNewThreadSelector:toTarget:withObject:]':
ETThread.m:89: warning: instance variable `thread' accessed in class  
method
ETThread.m:89: warning: local declaration of `thread' hides instance  
variable
ETThread.m:98: warning: instance variable `thread' accessed in class  
method
ETThread.m:98: warning: local declaration of `thread' hides instance  
variable
ETThread.m:100: warning: instance variable `thread' accessed in class  
method
ETThread.m:100: warning: local declaration of `thread' hides instance  
variable
ETThread.m:102: warning: instance variable `thread' accessed in class  
method
ETThread.m:102: warning: local declaration of `thread' hides instance  
variable
make[1]: *** [obj/ETThread.m.o] Error 1
make: *** [EtoileThread.all.framework.variables] Error 2

This still leaves me clueless. Help is appreciated!

Thanks,

   Andreas


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

Répondre à