Goodie! Going over to next error (rev3199:

[EMAIL PROTECTED]:~/etoile/Etoile/Frameworks/EtoileSerialize$ make
messages=yes
This is gnustep-make 2.0.5. Type 'make print-gnustep-make-help' for help.
\
        echo ""; \
        echo "Build Project: EtoileSerialize"; \
        echo ""; \
        echo "EtoileSerialize 
/home/kpropell/etoile/Etoile/Frameworks/EtoileSerialize EtoileSerialize"; \
        if [ ! -L
/home/kpropell/etoile/Etoile/Frameworks/EtoileSerialize/EtoileSerialize ];
then \
          if [ -d 
/home/kpropell/etoile/Etoile/Frameworks/EtoileSerialize/Headers
]; then \
            ln -s 
/home/kpropell/etoile/Etoile/Frameworks/EtoileSerialize/Headers
/home/kpropell/etoile/Etoile/Frameworks/EtoileSerialize/EtoileSerialize; \
            echo "/home/kpropell/etoile/Etoile/Frameworks/EtoileSerialize
/home/kpropell/etoile/Etoile/Build EtoileSerialize"; \
          elif [ -n "" -o -n "EtoileSerialize" ]; then \
            ln -s /home/kpropell/etoile/Etoile/Frameworks/EtoileSerialize
/home/kpropell/etoile/Etoile/Frameworks/EtoileSerialize/EtoileSerialize; \
            echo "/home/kpropell/etoile/Etoile/Frameworks/EtoileSerialize
/home/kpropell/etoile/Etoile/Build EtoileSerialize"; \
          fi; \
        fi; \
        

Build Project: EtoileSerialize

EtoileSerialize  /home/kpropell/etoile/Etoile/Frameworks/EtoileSerialize
EtoileSerialize
Making build-headers in subprojects of framework EtoileSerialize...
make[1]: Entering directory
`/home/kpropell/etoile/Etoile/Frameworks/EtoileSerialize/Sources'
Making build-headers for subproject libEtoileSerialize...
make[2]: Nothing to be done for `internal-subproject-build-headers'.
make[1]: Leaving directory
`/home/kpropell/etoile/Etoile/Frameworks/EtoileSerialize/Sources'
Making build-headers for framework EtoileSerialize...
cd ./EtoileSerialize.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 "EtoileSerialize" ]; then \
            rm -f ./EtoileSerialize; \
            ln -s ../EtoileSerialize.framework/Headers \
                    ./EtoileSerialize; \
          fi
Making all in subprojects of framework EtoileSerialize...
make[1]: Entering directory
`/home/kpropell/etoile/Etoile/Frameworks/EtoileSerialize/Sources'
Making all for subproject libEtoileSerialize...
gcc ETDeserializerBackendBinary.m -c \
              -MMD -MP -D_GNU_SOURCE=1 -D_XOPEN_SOURCE=600 -D__BSD_VISIBLE
-I../Headers -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1
-DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -D_REENTRANT -fPIC -g -Wall -DDEBUG
-fno-omit-frame-pointer -DGSWARN -DGSDIAGNOSE -Wno-import -g
-fno-strict-aliasing -fgnu-runtime -Wno-import -g -std=c99
-fconstant-string-class=NSConstantString
-I/home/kpropell/etoile/Etoile/Build
-I/home/kpropell/etoile/Etoile/Frameworks/EtoileSerialize
-I/home/kpropell/etoile/Etoile/Frameworks/EtoileSerialize/Headers
-I./../derived_src -I. -I/home/kpropell/GNUstep/Library/Headers
-I/usr/GNUstep/Local/Library/Headers -I/usr/GNUstep/System/Library/Headers \
               -o obj/ETDeserializerBackendBinary.o
ETDeserializerBackendBinary.m:15: error: redeclaration of enumerator
‘NSMappedRead’
/usr/GNUstep/System/Library/Headers/Foundation/NSData.h:44: error: previous
definition of ‘NSMappedRead’ was here
ETDeserializerBackendBinary.m:17: error: redeclaration of enumerator
‘NSUncachedRead’
/usr/GNUstep/System/Library/Headers/Foundation/NSData.h:46: error: previous
definition of ‘NSUncachedRead’ was here
make[2]: *** [obj/ETDeserializerBackendBinary.o] Error 1
make[1]: *** [libEtoileSerialize.all.subproject.variables] Error 2
make[1]: Leaving directory
`/home/kpropell/etoile/Etoile/Frameworks/EtoileSerialize/Sources'
make: *** [EtoileSerialize.all.framework.variables] Error 2

Tudelu!


Quentin Mathé-2 wrote:
> 
> Hi,
> 
> Le 15 juin 08 à 22:31, kpropell a écrit :
> 
>> Hello:)
>> Trying to get Etoile compiled on a Ubuntu setup. Etoile revision is:  
>> 3193
>>
>> [snip]
>> ETGetOptionsDictionary.m: In function ‘ETGetOptionsDictionary’:
>> ETGetOptionsDictionary.m:23: warning: implicit declaration of function
>> ‘getopt’
>> ETGetOptionsDictionary.m:28: error: ‘optopt’ undeclared (first use  
>> in this
>> function)
>> ETGetOptionsDictionary.m:28: error: (Each undeclared identifier is  
>> reported
>> only once
>> ETGetOptionsDictionary.m:28: error: for each function it appears in.)
>> ETGetOptionsDictionary.m:35: error: ‘optarg’ undeclared (first use  
>> in this
>> function)
>> make[1]: *** [obj/ETGetOptionsDictionary.o] Error 1
>> make: *** [libEtoileFoundation.all.subproject.variables] Error 2
>> [EMAIL PROTECTED]:~/Etoile/Frameworks/EtoileFoundation/Source$
> 
> Fixed with r3198. Thanks for the report.
> 
> However I get a warning about getopt() being an implicit function. In  
> fact, the function doesn't seem to be declared directly in unistd.h as  
> expected, and the man page doesn't mention any preprocessor variables  
> to define in addition to unistd.h include. If somebody knows where the  
> problem lies, let me know :-)
> 
> Cheers,
> Quentin.
> 
> 
> _______________________________________________
> Etoile-discuss mailing list
> [email protected]
> https://mail.gna.org/listinfo/etoile-discuss
> 
> 

-- 
View this message in context: 
http://www.nabble.com/EtoileFoundation-tp17854319p17882397.html
Sent from the Etoile - General mailing list archive at Nabble.com.


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

Répondre à