help-smalltalk
[Top][All Lists]
Advanced

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

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


From: Germán Arias
Subject: Re: [Help-smalltalk] Problem to compile gst-objc
Date: Mon, 04 Jul 2011 16:13:13 -0600

On lun, 2011-07-04 at 20:54 +0200, Paolo Bonzini wrote:
> On 07/04/2011 08:27 PM, Germán Arias wrote:
> > Well, I searched in Ubuntu database (gNewSense is based on Ubuntu Hardy)
> > but there isn't a package with a file "pkgconfig.m4". There is a file
> > pkg.m4, but no pkgconfig.m4.
> 
> That should be the one you need.
> 
> Paolo

The problem was the path of pkg.m4. This is at /usr/share/aclocal, so a
copied it to /usr/share/local/aclocal, where is installed the gst.m4
file. Thanks. 

But now whit make, I get the error (I have GNUstep from SVN and GCC
4.6):

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
address@hidden:~/Instalados/gst-objc$




reply via email to

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