help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Re : Problem to compile gst-objc


From: Germán Arias
Subject: Re: [Help-smalltalk] Re : Problem to compile gst-objc
Date: Thu, 07 Jul 2011 11:33:51 -0600

On mar, 2011-07-05 at 10:13 +0100, Mathieu Suen wrote:
>  
>  Germán. It look like you did not include the GNUstep header. You should 
> source 
>  the .../Makefiles/GNUstep.sh.
>  
>  Can you see sone GNUSTEP_* variable in you environment?
>  
>  Also consider using the tag v0.01.
>  

Well, I have now v0.01. This is the configuration:

address@hidden:~/Instalados/gst-objc$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.7... yes
checking for gst... /usr/local/bin/gst
checking for gst-config... /usr/local/bin/gst-config
checking for gst-package... /usr/local/bin/gst-package
checking for GST... yes
checking whether to install Objc... yes

Build Tools:
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i686-pc-linux-gnu file names to
i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain
format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBFFI... yes
checking how to link with GMP... -lgmp
checking size of mp_limb_t... 4
checking dependency style of ... none
checking for gnustep-config... gnustep-config
configure: creating ./config.status
config.status: creating Makefile
config.status: creating gst
config.status: executing depfiles commands
config.status: executing libtool commands


With make I get:

gst-objc-ext.m: In function 'gst_boxValue':
gst-objc-ext.m:268:7: warning: passing argument 1 of
'gst_proxy->cObjectToOOP' discards 'const' qualifier from pointer target
type [enabled by default]
gst-objc-ext.m:268:7: note: expected 'void *' but argument is of type
'SEL'
gst-objc-ext.m:268:13: warning: assignment from incompatible pointer
type [enabled by default]
gst-objc-ext.m:281:4: warning: no '-stObject' method found [enabled by
default]
gst-objc-ext.m:281:4: warning: (Messages without a matching method
signature [enabled by default]
gst-objc-ext.m:281:4: warning: will be assumed to return 'id' and accept
[enabled by default]
gst-objc-ext.m:281:4: warning: '...' as arguments.) [enabled by default]
gst-objc-ext.m:281:10: warning: assignment from incompatible pointer
type [enabled by default]
gst-objc-ext.m: In function 'gst_sendMessage':
gst-objc-ext.m:494:14: error: variable 'sup' has initializer but
incomplete typegst-objc-ext.m:494:14: warning: excess elements in struct
initializer [enabled by default]
gst-objc-ext.m:494:14: warning: (near initialization for 'sup') [enabled
by default]
gst-objc-ext.m:494:14: warning: excess elements in struct initializer
[enabled by default]
gst-objc-ext.m:494:14: warning: (near initialization for 'sup') [enabled
by default]
gst-objc-ext.m:494:25: error: storage size of 'sup' isn't known
gst-objc-ext.m:494:25: warning: unused variable
'sup' [-Wunused-variable]
gst-objc-ext.m: In function 'gst_trampolineGetStObject':
gst-objc-ext.m:613:26: warning: initialization discards 'const'
qualifier from pointer target type [enabled by default]
gst-objc-ext.m:621:17: warning: comparison of distinct pointer types
lacks a cast [enabled by default]
gst-objc-ext.m: In function 'gst_trampolineMethod':
gst-objc-ext.m:656:3: warning: no '-stObjectAccess' method found
[enabled by default]
gst-objc-ext.m:656:3: warning: passing argument 1 of
'gst_proxy->vmsgSend' from
incompatible pointer type [enabled by default]
gst-objc-ext.m:656:3: note: expected 'OOP' but argument is of type 'id'
gst-objc-ext.m: In function 'gst_addMethod':
gst-objc-ext.m:737:7: warning: implicit declaration of function
'sel_copyTypes_np' [-Wimplicit-function-declaration]
gst-objc-ext.m:725:22: warning: variable 'sig' set but not used
[-Wunused-but-set-variable]
gst-objc-ext.m: In function 'gst_installEventLoop':
gst-objc-ext.m:899:12: error: 'VMProxy' has no member named
'setEventLoopHandlers'
make: *** [gst-objc-ext.lo] Error 1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]