videoTools - Tools to analyze and display video and images. - check results
RForge.net

videoTools

About videoTools
SVN access
Download/Files
News
Check results

Version: 0.1-6
Result: ERROR
Check time: 2008-08-02 23:07

Install log for Linux

* Installing *source* package 'videoTools' ...
** libs
gcc -std=gnu99 -I/usr/share/R/include -fpic -g -O2 -Wall -pedantic -c ipc.c -o ipc.o
ipc.c: In function 'ipc_accept':
ipc.c:102: warning: pointer targets in passing argument 3 of 'accept' differ in signedness
ipc.c: In function 'ipc_recv_data':
ipc.c:180: warning: pointer of type 'void *' used in arithmetic
ipc.c: In function 'MP_bind':
ipc.c:238: warning: initialization discards qualifiers from pointer target type
I/usr/share/R/include -fpic -c macdisplay.m -o macdisplay.o
make: I/usr/share/R/include: Command not found
make: [macdisplay.o] Error 127 (ignored)
gcc -std=gnu99 -I/usr/share/R/include -fpic -g -O2 -Wall -pedantic -c rawtools.c -o rawtools.o
gcc -std=gnu99 -shared -o videoTools.so ipc.o macdisplay.o rawtools.o -L/usr/lib/R/lib -lR
gcc: macdisplay.o: No such file or directory
make: *** [videoTools.so] Error 1
ERROR: compilation failed for package 'videoTools'
** Removing '/videoTools'

Build log for Windows

* checking for file 'videoTools/DESCRIPTION' ... OK
* preparing 'videoTools':
* 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/Rinst351600851

Using auto-selected zip options ''

---------- Making package videoTools ------------
adding build stamp to DESCRIPTION
making DLL ...
make[3]: uname: Command not found
making ipc.d from ipc.c
making rawtools.d from rawtools.c
making macdisplay.d from macdisplay.m
gcc -std=gnu99 -Ic:/PROGRA~1/r/R-28~1.0/include -O3 -Wall -c ipc.c -o ipc.o
In file included from ipc.c:6:
sisocks.h:31:24: error: sys/socket.h: No such file or directory
sisocks.h:32:24: error: netinet/in.h: No such file or directory
sisocks.h:34:23: error: arpa/inet.h: No such file or directory
In file included from ipc.c:6:
sisocks.h:203: warning: 'struct sockaddr_in' declared inside parameter list
sisocks.h:203: warning: its scope is only this definition or declaration, which is probably not what you want
sisocks.h: In function 'build_sin':
sisocks.h:204: error: invalid application of 'sizeof' to incomplete type 'struct sockaddr_in'
sisocks.h:205: error: dereferencing pointer to incomplete type
sisocks.h:205: error: 'AF_INET' undeclared (first use in this function)
sisocks.h:205: error: (Each undeclared identifier is reported only once
sisocks.h:205: error: for each function it appears in.)
sisocks.h:206: error: dereferencing pointer to incomplete type
sisocks.h:206: warning: implicit declaration of function 'htons'
sisocks.h:207: error: dereferencing pointer to incomplete type
sisocks.h:207: warning: implicit declaration of function 'inet_addr'
sisocks.h:207: warning: implicit declaration of function 'htonl'
sisocks.h:207: error: 'INADDR_ANY' undeclared (first use in this function)
ipc.c:14:50: error: sys/un.h: No such file or directory
ipc.c: In function 'ipc_connect':
ipc.c:34: error: storage size of 'sau' isn't known
ipc.c:36: error: storage size of 'sai' isn't known
ipc.c:45: error: 'AF_LOCAL' undeclared (first use in this function)
ipc.c:51: warning: implicit declaration of function 'socket'
ipc.c:51: error: 'AF_INET' undeclared (first use in this function)
ipc.c:51: error: 'SOCK_STREAM' undeclared (first use in this function)
ipc.c:57: warning: implicit declaration of function 'connect'
ipc.c:36: warning: unused variable 'sai'
ipc.c:34: warning: unused variable 'sau'
ipc.c: In function 'ipc_bind':
ipc.c:71: error: storage size of 'ssa' isn't known
ipc.c:73: error: storage size of 'lusa' isn't known
ipc.c:80: error: 'AF_INET' undeclared (first use in this function)
ipc.c:80: error: 'AF_LOCAL' undeclared (first use in this function)
ipc.c:80: error: 'SOCK_STREAM' undeclared (first use in this function)
ipc.c:82: warning: implicit declaration of function 'setsockopt'
ipc.c:82: error: 'SOL_SOCKET' undeclared (first use in this function)
ipc.c:82: error: 'SO_REUSEADDR' undeclared (first use in this function)
ipc.c:83: warning: implicit declaration of function 'bind'
ipc.c:84: warning: implicit declaration of function 'listen'
ipc.c:73: warning: unused variable 'lusa'
ipc.c:71: warning: unused variable 'ssa'
ipc.c: In function 'ipc_accept':
ipc.c:102: warning: implicit declaration of function 'accept'
ipc.c:102: warning: type-punning to incomplete type might break strict-aliasing rules
ipc.c: In function 'ipc_send_hdr':
ipc.c:122: warning: implicit declaration of function 'send'
ipc.c: In function 'ipc_resp':
ipc.c:144: warning: implicit declaration of function 'recv'
ipc.c: In function 'MP_bind':
ipc.c:238: warning: initialization discards qualifiers from pointer target type
make[3]: *** [ipc.o] Error 1
make[2]: *** [srcDynlib] Error 2
make[1]: *** [all] Error 2
make: *** [pkg-videoTools] Error 2
*** Installation of videoTools failed ***

Removing 'c:/tmp/Rinst351600851/videoTools'


Build log for Mac OS X 10.4

* checking for file 'videoTools/DESCRIPTION' ... OK
* preparing 'videoTools':
* 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 'videoTools' ...
** libs
** arch - i386
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 ipc.c -o ipc.o
ipc.c: In function 'ipc_accept':
ipc.c:102: warning: pointer targets in passing argument 3 of 'accept' differ in signedness
ipc.c: In function 'ipc_recv_data':
ipc.c:180: warning: pointer of type 'void *' used in arithmetic
ipc.c: In function 'MP_bind':
ipc.c:238: warning: initialization discards qualifiers from pointer target type
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 -c macdisplay.m -o macdisplay.o
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 rawtools.c -o rawtools.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 videoTools.so ipc.o macdisplay.o rawtools.o -framework Carbon -framework OpenGL -framework QuartzCore -framework Cocoa -lobjc -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
** arch - ppc
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 ipc.c -o ipc.o
ipc.c: In function 'ipc_accept':
ipc.c:102: warning: pointer targets in passing argument 3 of 'accept' differ in signedness
ipc.c: In function 'ipc_recv_data':
ipc.c:180: warning: pointer of type 'void *' used in arithmetic
ipc.c: In function 'MP_bind':
ipc.c:238: warning: initialization discards qualifiers from pointer target type
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 -c macdisplay.m -o macdisplay.o
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 rawtools.c -o rawtools.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 videoTools.so ipc.o macdisplay.o rawtools.o -framework Carbon -framework OpenGL -framework QuartzCore -framework Cocoa -lobjc -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
** R
** preparing package for lazy loading
** help
>>> Building/Updating help pages for package 'videoTools'
Formats: text html latex example
display text html latex example
fourcc text html latex example
mplayer text html latex example
rawtools text html latex
** building package indices ...
packaged installation of 'videoTools' as videoTools_0.1-6_R_i386-apple-darwin8.11.1.tar.gz
* DONE (videoTools)