discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Can't use long long variables?


From: Philip Mötteli
Subject: Re: Can't use long long variables?
Date: Fri, 27 Feb 2004 08:34:52 +0100


Am 27.02.2004 um 00:26 schrieb Chris B. Vetter:

On Fri, 27 Feb 2004 00:01:25 +0100
Philip Mötteli <Philip.Moetteli@tele2.ch> wrote:
[...]
#  ifdef __USE_ISOC99
/* Minimum and maximum values a `signed long long int' can hold.  */
#   define LLONG_MAX    9223372036854775807LL
#   define LLONG_MIN    (-LLONG_MAX - 1LL)
[...]
#  ifndef LLONG_MIN
#   define LLONG_MIN    LONG_LONG_MIN
#  endif
#  ifndef LLONG_MAX
#   define LLONG_MAX    LONG_LONG_MAX
#  endif
[...]

This looks like a compiler (include) problem. You might want to try out
Manuel's suggestion and export -D_GNU_SOURCE before your run configure.

I did this, but I have the impression, this haven't given any more information:

server:/usr/src/gnustep/core/base # env|grep CFLAGS
CFLAGS=-D_GNU_SOURCE
server:/usr/src/gnustep/core/base # pwd
/usr/src/gnustep/core/base
server:/usr/src/gnustep/core/base # env|grep CPPFLAGS
CPPFLAGS=-D_GNU_SOURCE
server:/usr/src/gnustep/core/base # make clean
rm -rf ./*~ ./obj
Making clean in Source...
make[1]: Entering directory `/usr/src/gnustep/core/base/Source'
rm -rf ./*~ ./obj
(cd .; \
rm -rf shared_obj  )
Making clean in subprojects of library libgnustep-base...
make[2]: Entering directory `/usr/src/gnustep/core/base/Source/Additions'
rm -rf ./*~ ./obj
(cd .; \
rm -rf shared_obj  )
make[2]: Leaving directory `/usr/src/gnustep/core/base/Source/Additions'
rm -f libgnustep-base.def
make[1]: Leaving directory `/usr/src/gnustep/core/base/Source'
Making clean in SSL...
make[1]: Entering directory `/usr/src/gnustep/core/base/SSL'
rm -rf ./*~ ./obj
(cd .; \
rm -rf shared_obj   \
       )
make[1]: Leaving directory `/usr/src/gnustep/core/base/SSL'
Making clean in Tools...
make[1]: Entering directory `/usr/src/gnustep/core/base/Tools'
rm -rf ./*~ ./obj
rm -rf ./shared_obj
rm -rf ./shared_obj
Making clean in make_strings...
make[2]: Entering directory `/usr/src/gnustep/core/base/Tools/make_strings'
rm -rf ./*~ ./obj
rm -rf ./shared_obj
make[2]: Leaving directory `/usr/src/gnustep/core/base/Tools/make_strings'
make[1]: Leaving directory `/usr/src/gnustep/core/base/Tools'
Making clean in NSCharacterSets...
make[1]: Entering directory `/usr/src/gnustep/core/base/NSCharacterSets'
rm -rf ./*~ ./obj
make[1]: Leaving directory `/usr/src/gnustep/core/base/NSCharacterSets'
Making clean in NSTimeZones...
make[1]: Entering directory `/usr/src/gnustep/core/base/NSTimeZones'
rm -rf ./*~ ./obj
make[1]: Leaving directory `/usr/src/gnustep/core/base/NSTimeZones'
Making clean in Resources...
make[1]: Entering directory `/usr/src/gnustep/core/base/Resources'
rm -rf ./*~ ./obj
make[1]: Leaving directory `/usr/src/gnustep/core/base/Resources'
server:/usr/src/gnustep/core/base # ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for whoami... /usr/bin/whoami
checking whether nested functions work... yes
checking the Objective-C runtime... GNU
checking for egrep... grep -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 objc/objc.h usability... yes
checking objc/objc.h presence... yes
checking for objc/objc.h... yes
configure: for gdomap network details
checking for variable length socket addresses... not found
checking whether SO_REUSADDR is broken... no
checking for objc threading flags...   -lpthread
checking whether byte ordering is bigendian... no
checking for void*... yes
checking size of void*... 4
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for long long... yes
checking size of long long... 8
checking for float... yes
checking size of float... 4
checking for double... yes
checking size of double... 8
checking loading of constructor functions... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for dynamic linker type... simple
checking for dladdr in -ldl... yes
checking whether objc really works... yes
checking if the compiler supports -fconstant-string-class... yes
checking if +load method is executed before main... yes
checking for objc_condition_timedwait... no
checking for objc_thread_add... yes
checking for size_t... yes
checking for inline... inline
checking for ANSI C header files... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for sys/stat.h... (cached) yes
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking sys/statfs.h usability... yes
checking sys/statfs.h presence... yes
checking for sys/statfs.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking sys/syslimits.h usability... no
checking sys/syslimits.h presence... no
checking for sys/syslimits.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for sys/mount.h... yes
checking for sys/types.h... (cached) yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking for main in -lm... yes
checking for statvfs... yes
checking for link... yes
checking for symlink... yes
checking for readlink... yes
checking for geteuid... yes
checking for getlogin... yes
checking for getpwnam... yes
checking for getpwuid... yes
checking for getgrgid... yes
checking for rint... yes
checking for getopt... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/rusage.h usability... no
checking sys/rusage.h presence... no
checking for sys/rusage.h... no
checking ucbinclude/sys/resource.h usability... no
checking ucbinclude/sys/resource.h presence... no
checking for ucbinclude/sys/resource.h... no
checking for time... yes
checking for ctime... yes
checking for tzset... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for syslog... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking for poll... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for vsprintf... yes
checking for vasprintf... yes
checking for getcwd... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for valloc... yes
checking for times... yes
checking for mkstemp... yes
checking for shmctl... yes
checking for mmap... yes
checking for killpg... yes
checking for setpgrp... yes
checking for setpgid... yes
checking whether setpgrp takes no argument... yes
checking libc.h usability... no
checking libc.h presence... no
checking for libc.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for memory.h... (cached) yes
checking for string.h... (cached) yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking sys/signal.h usability... yes
checking sys/signal.h presence... yes
checking for sys/signal.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/stropts.h usability... yes
checking sys/stropts.h presence... yes
checking for sys/stropts.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking for stdint.h... (cached) yes
checking sys/inttypes.h usability... no
checking sys/inttypes.h presence... no
checking for sys/inttypes.h... no
checking for inet_aton... yes
checking for sigaction... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for gzseek in -lz... yes
checking for nanosleep... yes
checking for usleep... yes
checking for strerror... yes
checking for uintmax_t... yes
checking whether precompiler handles LONG_LONG_MAX... yes
checking whether we have LLONG_MAX... no
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking short/int needs to be word aligned... no
checking for register_printf_function... yes
test hi there = hi there
checking for realpath... yes
checking program_invocation_name in C Library... yes
checking kernel support for /proc filesystem... yes
checking link to exe of process in /proc... /proc/self/exe
checking /proc/24603/cmdline terminated by nul... yes
checking for kvm_getenvv in -lkvm... no
checking "use of pass-through arguments"... no
checking "use of fake-main definition"... no
checking ffi.h usability... no
checking ffi.h presence... no
checking for ffi.h... no
checking callback.h usability... yes
checking callback.h presence... yes
checking for callback.h... yes
checking "for forwarding callback in runtime"... yes
checking "FFI library usage"... ffcall
checking for xml2-config... /usr/bin/xml2-config
checking for libxml - version >= 2.3.0... yes
checking gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
checking for mpf_abs in -lgmp... no
checking for __gmpf_abs in -lgmp... yes
checking for nl_langinfo and CODESET... yes
checking for iconv... yes
checking for the version of gnustep-base we are compiling... 1.9.0
configure: creating ./config.status
config.status: creating config.mak
config.status: creating base.make
config.status: creating Headers/Additions/GNUstepBase/GSConfig.h
config.status: creating Headers/Additions/GNUstepBase/preface.h
config.status: creating Headers/Additions/GNUstepBase/config.h
configure: configuring in Source/mframe
configure: running /bin/sh './configure' --prefix=/usr/local 'CFLAGS=-D_GNU_SOURCE' 'CPPFLAGS=-D_GNU_SOURCE' --cache-file=/dev/null --srcdir=.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
Using information from i386/linux-gnu.
configure: creating ./config.status
configure: configuring in SSL
configure: running /bin/sh './configure' --prefix=/usr/local 'CFLAGS=-D_GNU_SOURCE' 'CPPFLAGS=-D_GNU_SOURCE' --cache-file=/dev/null --srcdir=.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for whoami... /usr/bin/whoami
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 libc.h usability... no
checking libc.h presence... no
checking for libc.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for memory.h... (cached) yes
checking for string.h... (cached) yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking sys/signal.h usability... yes
checking sys/signal.h presence... yes
checking for sys/signal.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/stropts.h usability... yes
checking sys/stropts.h presence... yes
checking for sys/stropts.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking for stdint.h... (cached) yes
checking sys/inttypes.h usability... no
checking sys/inttypes.h presence... no
checking for sys/inttypes.h... no
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking for CRYPTO_malloc in -lcrypto... yes
checking for main in -lsocket... no
checking for ssl2_clear in -lssl... yes
checking for des_setkey in -lcipher... no
configure: creating ./config.status
config.status: creating config.mak
config.status: creating config.h
config.status: config.h is unchanged
server:/usr/src/gnustep/core/base # make
Making all in Source...
make[1]: Entering directory `/usr/src/gnustep/core/base/Source'
rm -f dynamic-load.h
cp simple-load.h dynamic-load.h
/usr/GNUstep/System/Library/Makefiles/mkinstalldirs .
mv mframe/mframe.h .
touch ./mframe.h
/usr/GNUstep/System/Library/Makefiles/mkinstalldirs .
mv ../Headers/Additions/GNUstepBase/config.h .
touch ./config.h
/usr/GNUstep/System/Library/Makefiles/mkinstalldirs .
mv ../Headers/Additions/GNUstepBase/GSConfig.h .
touch ./GSConfig.h
Making all in subprojects of library libgnustep-base...
make[2]: Entering directory `/usr/src/gnustep/core/base/Source/Additions'
Making all for subproject Additions...
 Compiling file GSCategories.m ...
 Compiling file GSObjCRuntime.m ...
 Compiling file GCObject.m ...
 Compiling file GCArray.m ...
 Compiling file GCDictionary.m ...
 Compiling file GSLock.m ...
 Compiling file GSMime.m ...
 Compiling file GSXML.m ...
 Compiling file behavior.m ...
 Compiling file Unicode.m ...
 Linking subproject Additions ...
make[2]: Leaving directory `/usr/src/gnustep/core/base/Source/Additions'
Making all for library libgnustep-base...
 Compiling file GSCompatibility.m ...
 Compiling file GSLocale.m ...
 Compiling file preface.m ...
 Compiling file mframe.m ...
 Compiling file callframe.m ...
 Compiling file GSArray.m ...
 Compiling file GSAttributedString.m ...
 Compiling file GSCountedSet.m ...
 Compiling file GSDictionary.m ...
 Compiling file GSFileHandle.m ...
 Compiling file GSFormat.m ...
 Compiling file GSFTPURLHandle.m ...
 Compiling file GSHTTPURLHandle.m ...
 Compiling file GSSet.m ...
 Compiling file GSString.m ...
 Compiling file GSValue.m ...
 Compiling file NSAttributedString.m ...
 Compiling file NSArchiver.m ...
 Compiling file NSArray.m ...
 Compiling file NSAssertionHandler.m ...
 Compiling file NSAutoreleasePool.m ...
 Compiling file NSBitmapCharSet.m ...
 Compiling file NSBundle.m ...
 Compiling file NSCalendarDate.m ...
 Compiling file NSCallBacks.m ...
 Compiling file NSCharacterSet.m ...
 Compiling file NSClassDescription.m ...
 Compiling file NSCoder.m ...
 Compiling file NSCopyObject.m ...
 Compiling file NSCountedSet.m ...
 Compiling file NSConnection.m ...
 Compiling file NSData.m ...
 Compiling file NSDate.m ...
 Compiling file NSDateFormatter.m ...
 Compiling file NSDebug.m ...
 Compiling file NSDecimal.m ...
 Compiling file NSDecimalNumber.m ...
 Compiling file NSDictionary.m ...
 Compiling file NSDistantObject.m ...
 Compiling file NSDistributedLock.m ...
 Compiling file NSDistributedNotificationCenter.m ...
 Compiling file NSEnumerator.m ...
 Compiling file NSException.m ...
 Compiling file NSFileHandle.m ...
 Compiling file NSFileManager.m ...
 Compiling file NSFormatter.m ...
 Compiling file NSGeometry.m ...
 Compiling file NSHashTable.m ...
 Compiling file NSHost.m ...
 Compiling file NSIndexSet.m ...
 Compiling file NSInvocation.m ...
 Compiling file NSKeyedArchiver.m ...
 Compiling file NSKeyedUnarchiver.m ...
 Compiling file NSKeyValueCoding.m ...
 Compiling file NSLock.m ...
 Compiling file NSLog.m ...
 Compiling file NSMapTable.m ...
 Compiling file NSMethodSignature.m ...
 Compiling file NSNotification.m ...
 Compiling file NSNotificationCenter.m ...
 Compiling file NSNotificationQueue.m ...
 Compiling file NSNull.m ...
 Compiling file NSNumber.m ...
 Compiling file NSNumberFormatter.m ...
 Compiling file NSObjCRuntime.m ...
 Compiling file NSObject.m ...
 Compiling file NSPage.m ...
 Compiling file NSPipe.m ...
 Compiling file NSPort.m ...
 Compiling file NSPortCoder.m ...
 Compiling file NSPortMessage.m ...
 Compiling file NSPortNameServer.m ...
 Compiling file NSProcessInfo.m ...
 Compiling file NSPropertyList.m ...
NSPropertyList.m: In function `+[NSPropertyListSerialization propertyListFromData:mutabilityOption:format:errorDescription:]': NSPropertyList.m:2044: warning: `format' might be used uninitialized in this function
NSPropertyList.m: At top level:
NSPropertyList.m:1014: warning: `GSPropertyListFromStringsFormat' defined but not used
 Compiling file NSProtocolChecker.m ...
 Compiling file NSProxy.m ...
 Compiling file NSRange.m ...
 Compiling file NSRunLoop.m ...
 Compiling file NSScanner.m ...
 Compiling file NSSerializer.m ...
 Compiling file NSSet.m ...
 Compiling file NSSocketPort.m ...
 Compiling file NSSocketPortNameServer.m ...
 Compiling file NSString.m ...
 Compiling file NSTask.m ...
 Compiling file NSThread.m ...
 Compiling file NSTimer.m ...
 Compiling file NSTimeZone.m ...
 Compiling file NSUnarchiver.m ...
 Compiling file NSUndoManager.m ...
 Compiling file NSURL.m ...
 Compiling file NSURLHandle.m ...
 Compiling file NSUser.m ...
 Compiling file NSUserDefaults.m ...
 Compiling file NSValue.m ...
 Compiling file NSZone.m ...
 Compiling file externs.m ...
 Compiling file objc-load.m ...
 Compiling file NSMessagePort.m ...
 Compiling file NSMessagePortNameServer.m ...
 Compiling file GSFFCallInvocation.m ...
 Compiling file GSValue0.m ...
 Compiling file GSValue1.m ...
 Compiling file GSValue2.m ...
 Compiling file GSValue3.m ...
 Compiling file GSValue4.m ...
 Compiling file GSValue5.m ...
 Compiling file NSNumber0.m ...
 Compiling file NSNumber1.m ...
 Compiling file NSNumber2.m ...
 Compiling file NSNumber3.m ...
 Compiling file NSNumber4.m ...
 Compiling file NSNumber5.m ...
 Compiling file NSNumber6.m ...
 Compiling file NSNumber7.m ...
 Compiling file NSNumber8.m ...
 Compiling file NSNumber9.m ...
 Compiling file NSNumber10.m ...
 Compiling file NSNumber11.m ...
 Compiling file NSNumber12.m ...
 Linking library libgnustep-base ...
make[1]: Leaving directory `/usr/src/gnustep/core/base/Source'
Making all in SSL...
make[1]: Entering directory `/usr/src/gnustep/core/base/SSL'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/src/gnustep/core/base/SSL'
Making all in Tools...
make[1]: Entering directory `/usr/src/gnustep/core/base/Tools'
Making all for tool autogsdoc...
 Compiling file autogsdoc.m ...
 Compiling file AGSParser.m ...
 Compiling file AGSOutput.m ...
 Compiling file AGSIndex.m ...
 Compiling file AGSHtml.m ...
AGSHtml.m: In function `-[AGSHtml outputNode:to:]':
AGSHtml.m:1591: warning: unused variable `tmp'
 Linking tool autogsdoc ...
Making all for tool cvtenc...
 Compiling file cvtenc.m ...
 Linking tool cvtenc ...
Making all for tool gdnc...
 Compiling file gdnc.m ...
 Linking tool gdnc ...
Making all for tool defaults...
 Compiling file defaults.m ...
 Linking tool defaults ...
Making all for tool plmerge...
 Compiling file plmerge.m ...
 Linking tool plmerge ...
Making all for tool plparse...
 Compiling file plparse.m ...
 Linking tool plparse ...
Making all for tool sfparse...
 Compiling file sfparse.m ...
 Linking tool sfparse ...
Making all for tool pldes...
 Compiling file pldes.m ...
 Linking tool pldes ...
Making all for tool plser...
 Compiling file plser.m ...
 Linking tool plser ...
Making all for tool pl2link...
 Compiling file pl2link.m ...
 Linking tool pl2link ...
Making all for tool xmlparse...
 Compiling file xmlparse.m ...
 Linking tool xmlparse ...
Making all for ctool gdomap...
 Compiling file gdomap.c ...
 Linking ctool gdomap ...
Making all in make_strings...
make[2]: Entering directory `/usr/src/gnustep/core/base/Tools/make_strings'
Making all for tool make_strings...
 Compiling file make_strings.m ...
 Compiling file SourceEntry.m ...
 Compiling file StringsEntry.m ...
 Compiling file StringsFile.m ...
 Linking tool make_strings ...
make[2]: Leaving directory `/usr/src/gnustep/core/base/Tools/make_strings'
make[1]: Leaving directory `/usr/src/gnustep/core/base/Tools'
Making all in NSCharacterSets...
make[1]: Entering directory `/usr/src/gnustep/core/base/NSCharacterSets'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/src/gnustep/core/base/NSCharacterSets'
Making all in NSTimeZones...
make[1]: Entering directory `/usr/src/gnustep/core/base/NSTimeZones'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/src/gnustep/core/base/NSTimeZones'
Making all in Resources...
make[1]: Entering directory `/usr/src/gnustep/core/base/Resources'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/src/gnustep/core/base/Resources'


Re
Phili







reply via email to

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