Cocoa - Primitive Obj-C/Cocoa frontend - check results
RForge.net

Cocoa

About Cocoa
SVN access
Download/Files
News
Check results

Version: 0.2-0
Result: ERROR
Check time: 2008-06-29 19:41

Install log for Linux

* Installing *source* package 'Cocoa' ...
** libs
gcc -std=gnu99 -c cocoa.m -o cocoa.o -I/usr/share/R/include -fconstant-string-class=NSConstantString -I/usr/lib/GNUstep/System/Library/Headers -fpic -g -O2 -Wall -pedantic
cocoa.m:1:2: warning: #import is a GCC extension
cocoa.m:1:34: error: Foundation/Foundation.h: No such file or directory
cocoa.m:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
cocoa.m: In function 'InitializeCocoa':
cocoa.m:32: warning: implicit declaration of function 'objc_lookup_class'
cocoa.m:33: error: 'pool' undeclared (first use in this function)
cocoa.m:33: error: (Each undeclared identifier is reported only once
cocoa.m:33: error: for each function it appears in.)
cocoa.m:33: error: 'NSAutoreleasePool' undeclared (first use in this function)
cocoa.m: In function 'DeInitializeCocoa':
cocoa.m:46: error: 'pool' undeclared (first use in this function)
cocoa.m: In function 'idObjCfinalizer':
cocoa.m:57: warning: no '-release' method found
cocoa.m:57: warning: (Messages without a matching method signature
cocoa.m:57: warning: will be assumed to return 'id' and accept
cocoa.m:57: warning: '...' as arguments.)
cocoa.m: In function 'ObjC2SEXP':
cocoa.m:68: warning: no '-retain' method found
cocoa.m: At top level:
cocoa.m:125: error: expected ')' before 'sel'
cocoa.m:137: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'SEXP2SEL'
cocoa.m:149: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'selectorFromRString'
cocoa.m: In function 'ObjCselector':
cocoa.m:216: error: 'SEL' undeclared (first use in this function)
cocoa.m:216: error: expected ';' before 's'
cocoa.m:217: error: 's' undeclared (first use in this function)
cocoa.m:218: warning: implicit declaration of function 'SEL2SEXP'
cocoa.m:218: warning: return makes pointer from integer without a cast
cocoa.m:215: warning: unused variable 'arg'
cocoa.m: In function 'parseReturnValue':
cocoa.m:242: error: 'SEL' undeclared (first use in this function)
cocoa.m:242: error: expected ';' before 's'
cocoa.m:244: error: 's' undeclared (first use in this function)
cocoa.m:244: warning: return makes pointer from integer without a cast
cocoa.m: In function 'convertArgument':
cocoa.m:364: error: 'BOOL' undeclared (first use in this function)
cocoa.m:364: error: expected ';' before 'isConst'
cocoa.m:366: error: 'isConst' undeclared (first use in this function)
cocoa.m:366: error: 'YES' undeclared (first use in this function)
cocoa.m:382: error: expected expression before ')' token
cocoa.m:382: error: expected ';' before 'Rf_asLogical'
cocoa.m:386: error: 'SEL' undeclared (first use in this function)
cocoa.m:386: error: expected expression before ')' token
cocoa.m:386: error: expected ';' before 'selectorFromRString'
cocoa.m:398: error: cannot find interface declaration for 'NSConstantString'
cocoa.m:399: error: 'NSString' undeclared (first use in this function)
cocoa.m:433: warning: unused variable 'i'
cocoa.m: In function 'ObjCsendMsg':
cocoa.m:475: error: 'NSInvocation' undeclared (first use in this function)
cocoa.m:475: error: 'invocation' undeclared (first use in this function)
cocoa.m:476: error: 'NSMethodSignature' undeclared (first use in this function)
cocoa.m:476: error: 'ms' undeclared (first use in this function)
cocoa.m:477: error: 'SEL' undeclared (first use in this function)
cocoa.m:477: error: expected ';' before 'sel'
cocoa.m:502: error: 'sel' undeclared (first use in this function)
cocoa.m:502: warning: implicit declaration of function 'selectorFromRString'
cocoa.m:505: warning: no '-methodSignatureForSelector:' method found
cocoa.m:541: error: 'BOOL' undeclared (first use in this function)
cocoa.m:541: error: expected ';' before 'isOk'
cocoa.m:542: error: 'NS_DURING' undeclared (first use in this function)
cocoa.m:543: error: expected ']' before 'invoke'
cocoa.m:544: error: 'NS_HANDLER' undeclared (first use in this function)
cocoa.m:545: error: expected ';' before 'NSLog'
cocoa.m:546: error: 'isOk' undeclared (first use in this function)
cocoa.m:546: error: 'NO' undeclared (first use in this function)
cocoa.m:547: error: 'NS_ENDHANDLER' undeclared (first use in this function)
cocoa.m:548: error: expected ';' before 'if'
cocoa.m: In function 'printObjC':
cocoa.m:570: error: 'NSString' undeclared (first use in this function)
cocoa.m:570: error: 's' undeclared (first use in this function)
cocoa.m:574: error: 'SEL' undeclared (first use in this function)
cocoa.m:574: error: expected ';' before 'sec'
cocoa.m:575: error: 'sec' undeclared (first use in this function)
cocoa.m:576: warning: implicit declaration of function 'NSStringFromSelector'
cocoa.m:580: warning: no '-description' method found
make: *** [cocoa.o] Error 1
ERROR: compilation failed for package 'Cocoa'
** Removing '/Cocoa'

Build log for Windows

* checking for file 'Cocoa/DESCRIPTION' ... OK
* preparing 'Cocoa':
* checking DESCRIPTION meta-information ... OK
* cleaning src
* removing junk files
* checking for LF line-endings in source and make files
* checking for empty or unneeded directories
* building binary distribution
WARNING: some HTML links may not be found
installing R.css in c:/tmp/Rinst238018197

Using auto-selected zip options ''

---------- Making package Cocoa ------------
adding build stamp to DESCRIPTION
making DLL ...
making cglue.d from cglue.c
making cocoa.d from cocoa.m
gcc -std=gnu99 -c cocoa.m -o cocoa.o
cocoa.m:1:34: error: Foundation/Foundation.h: No such file or directory
cocoa.m:7:15: error: R.h: No such file or directory
cocoa.m:8:24: error: Rinternals.h: No such file or directory
cocoa.m:9:22: error: Rdefines.h: No such file or directory
cocoa.m:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
cocoa.m: In function 'InitializeCocoa':
cocoa.m:32: warning: implicit declaration of function 'objc_lookup_class'
cocoa.m:33: error: 'pool' undeclared (first use in this function)
cocoa.m:33: error: (Each undeclared identifier is reported only once
cocoa.m:33: error: for each function it appears in.)
cocoa.m:33: error: 'NSAutoreleasePool' undeclared (first use in this function)
cocoa.m: In function 'DeInitializeCocoa':
cocoa.m:46: error: 'pool' undeclared (first use in this function)
cocoa.m: At top level:
cocoa.m:51: error: expected ')' before 'obj'
cocoa.m:62: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ObjC2SEXP'
cocoa.m:77: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ObjCclass2SEXP'
cocoa.m:91: error: expected ')' before 'ref'
cocoa.m:102: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'id_deref'
cocoa.m:110: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'id_ref'
cocoa.m:125: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'SEL2SEXP'
cocoa.m:137: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'SEXP2SEL'
cocoa.m:149: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'selectorFromRString'
cocoa.m:188: error: expected ')' before 's'
cocoa.m:200: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ObjCclass'
cocoa.m:213: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ObjCselector'
cocoa.m:225: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'parseReturnValue'
cocoa.m:362: error: expected ')' before 'arg'
cocoa.m:471: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ObjCsendMsg'
cocoa.m:566: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'printObjC'
make[3]: *** [cocoa.o] Error 1
make[2]: *** [srcDynlib] Error 2
make[1]: *** [all] Error 2
make: *** [pkg-Cocoa] Error 2
*** Installation of Cocoa failed ***

Removing 'c:/tmp/Rinst238018197/Cocoa'


Build log for Mac OS X 10.4

* checking for file 'Cocoa/DESCRIPTION' ... OK
* preparing 'Cocoa':
* checking DESCRIPTION meta-information ... OK
* cleaning src
* removing junk files
* checking for LF line-endings in source and make files
* checking for empty or unneeded directories
* building binary distribution
* Installing *source* package 'Cocoa' ...
** libs
** arch - i386
gcc -arch i386 -std=gnu99 -c cocoa.m -o cocoa.o -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -I/usr/local/include -fPIC -g -O2 -Wall -pedantic
cocoa.m:1:2: warning: #import is a GCC extension
cocoa.m:3:2: warning: #import is a GCC extension
cocoa.m: In function 'convertArgument':
cocoa.m:433: warning: unused variable 'i'
cocoa.m:469: warning: control reaches end of non-void function
gcc -arch i386 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -I/usr/local/include -fPIC -g -O2 -Wall -pedantic -c cglue.c -o cglue.o
gcc -arch i386 -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o Cocoa.so cocoa.o cglue.o -framework Foundation -lobjc -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
** arch - ppc
gcc -arch ppc -std=gnu99 -c cocoa.m -o cocoa.o -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -I/usr/local/include -fPIC -g -O2 -Wall -pedantic
cocoa.m:1:2: warning: #import is a GCC extension
cocoa.m:3:2: warning: #import is a GCC extension
cocoa.m: In function 'convertArgument':
cocoa.m:433: warning: unused variable 'i'
cocoa.m:469: warning: control reaches end of non-void function
gcc -arch ppc -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -I/usr/local/include -fPIC -g -O2 -Wall -pedantic -c cglue.c -o cglue.o
gcc -arch ppc -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o Cocoa.so cocoa.o cglue.o -framework Foundation -lobjc -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
** R
** preparing package for lazy loading
** help
Note: removing empty section \description
>>> Building/Updating help pages for package 'Cocoa'
Formats: text html latex example
print text html latex
sysu text html latex
** building package indices ...
packaged installation of 'Cocoa' as Cocoa_0.2-0_R_i386-apple-darwin8.11.1.tar.gz
* DONE (Cocoa)