discuss-gnustep
[Top][All Lists]
Advanced

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

gnustep-gui/gnustep-back and gnustep-guile compiles fail


From: Christopher Culver
Subject: gnustep-gui/gnustep-back and gnustep-guile compiles fail
Date: 25 Apr 2003 10:45:46 -0700

First of all, I run Gentoo Linux. I've asked for help on the Gentoo
boards for this problem, but no one else apparently has run into it.

Whenever I try to compile gnustep-gui, I get the following error from
make:

 Compiling file NSPrintOperation.m ...
NSPrintOperation.m: In function `-[NSPrintOperation
_printOperationDidRun:success:contextInfo:]':
NSPrintOperation.m:584: warning: passing arg 2 of
`performSelector:withObject:withObject:' makes pointer from integer
without a cast
NSPrintOperation.m: In function `-[NSPrintOperation(Private) _print]':
NSPrintOperation.m:944: warning: passing arg 1 of `GSSetLocale' makes
integer from pointer without a cast
NSPrintOperation.m:944: too few arguments to function `GSSetLocale'
NSPrintOperation.m:945: warning: passing arg 1 of `GSSetLocale' makes
integer from pointer without a cast
NSPrintOperation.m:945: too few arguments to function `GSSetLocale'
NSPrintOperation.m:1013: warning: passing arg 1 of `GSSetLocale' makes
integer from pointer without a cast
NSPrintOperation.m:1013: too few arguments to function `GSSetLocale'
NSPrintOperation.m: In function `-[GSEPSPrintOperation _print]':
NSPrintOperation.m:1290: warning: passing arg 1 of `GSSetLocale' makes
integer from pointer without a cast
NSPrintOperation.m:1290: too few arguments to function `GSSetLocale'
NSPrintOperation.m:1291: warning: passing arg 1 of `GSSetLocale' makes
integer from pointer without a cast
NSPrintOperation.m:1291: too few arguments to function `GSSetLocale'
NSPrintOperation.m:1302: warning: passing arg 1 of `GSSetLocale' makes
integer from pointer without a cast
NSPrintOperation.m:1302: too few arguments to function `GSSetLocale'
NSPrintOperation.m: In function `-[GSPDFPrintOperation _print]':
NSPrintOperation.m:1386: warning: passing arg 1 of `GSSetLocale' makes
integer from pointer without a cast
NSPrintOperation.m:1386: too few arguments to function `GSSetLocale'
NSPrintOperation.m:1387: warning: passing arg 1 of `GSSetLocale' makes
integer from pointer without a cast
NSPrintOperation.m:1387: too few arguments to function `GSSetLocale'
NSPrintOperation.m:1391: warning: passing arg 1 of `GSSetLocale' makes
integer from pointer without a cast
NSPrintOperation.m:1391: too few arguments to function `GSSetLocale'
make[2]: *** [shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSPrintOperation.o]
Error 1
make[1]: *** [libgnustep-gui.all.library.variables] Error 2
make[1]: Leaving directory
`/var/tmp/portage/gnustep-gui-0.8.3/work/gnustep-gui-0.8.3/Source'
make: *** [internal-all] Error 2

Another package which is giving me problem is gnustep-guile (Do I
really even need this??). It's make complains:

Compiling file link_base.m ...
link_base.m: In function `gstep_base_string_constants':
link_base.m:80: `NSFileGroupOwnerAccountNumber' undeclared (first use
in this function)
link_base.m:80: (Each undeclared identifier is reported only once
link_base.m:80: for each function it appears in.)
link_base.m:88: `NSFileOwnerAccountNumber' undeclared (first use in
this function)
make[2]: *** [shared_obj/ix86/linux-gnu/gnu-gnu-gnu/link_base.o] Error
1
make[1]: *** [libgg_base.all.library.variables] Error 2
make[1]: Leaving directory
`/var/tmp/portage/gnustep-guile-1.0.3/work/gnustep-guile-1.0.3/Library'
make: *** [internal-all] Error 2

I would very much like to get these libs successfully installed so I
can began exploring GNUstep and doing some graphical things with ObjC.
If anyone knows how to solve these two problems, please let me know.

Christopher Culver


reply via email to

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