discuss-gnustep
[Top][All Lists]
Advanced

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

Problems compiling nib2gmodel under Mac OS X 10.1.1


From: LHelldorf
Subject: Problems compiling nib2gmodel under Mac OS X 10.1.1
Date: Fri, 16 Nov 2001 00:34:45 +0100

Hi, I tried to compile nib2gmodel under Mac OS X 10.1.1. ./configure went fine, 
but compilation failed:

[localhost:~/nib2gmodel-0.7.0] lars% gnumake
gnumake -C make
cc -O2 -Wall -o which_lib which_lib.c
gnumake -C make special_prefix=.. install
./mkinstalldirs  ../usr/GNUstep/System ../usr/GNUstep/System/Makefiles \
        ../usr/GNUstep/System/Makefiles/powerpc \
        ../usr/GNUstep/System/Makefiles/powerpc/darwin5.1 \
        ../usr/GNUstep/System/Makefiles/Additional \
        ../usr/GNUstep/System/Tools \
        ../usr/GNUstep/System/share \
        ../usr/GNUstep/System/Apps \
        ../usr/GNUstep/System/Libraries/powerpc/darwin5.1 \
        ../usr/GNUstep/System/Libraries/powerpc/darwin5.1/nx-nx-nx \
        ../usr/GNUstep/System/Headers/powerpc/darwin5.1 \
        ../usr/GNUstep/System/Tools/powerpc/darwin5.1 \
        ../usr/GNUstep/System/Tools/powerpc/darwin5.1/nx-nx-nx \
        ../usr/GNUstep/System/Library \
        ../usr/GNUstep/System/Library/Colors \
        ../usr/GNUstep/System/Library/PostScript \
        ../usr/GNUstep/System/Library/Services \
        ../usr/GNUstep/System/Documentation/Developer \
        ../usr/GNUstep/System/Documentation/User \
        ../usr/GNUstep/System/Documentation/info \
        ../usr/GNUstep/System/Documentation/man \
        ../usr/GNUstep/Local \
        ../usr/GNUstep/Local/Users \
        ../usr/GNUstep/Local/Users/Administrator \
        ../usr/GNUstep/Network 
mkdir -p ../usr
mkdir -p ../usr/GNUstep
mkdir -p ../usr/GNUstep/System
mkdir -p ../usr/GNUstep/System/Makefiles
mkdir -p ../usr/GNUstep/System/Makefiles/powerpc
mkdir -p ../usr/GNUstep/System/Makefiles/powerpc/darwin5.1
mkdir -p ../usr/GNUstep/System/Makefiles/Additional
mkdir -p ../usr/GNUstep/System/Tools
mkdir -p ../usr/GNUstep/System/share
mkdir -p ../usr/GNUstep/System/Apps
mkdir -p ../usr/GNUstep/System/Libraries
mkdir -p ../usr/GNUstep/System/Libraries/powerpc
mkdir -p ../usr/GNUstep/System/Libraries/powerpc/darwin5.1
mkdir -p ../usr/GNUstep/System/Libraries/powerpc/darwin5.1/nx-nx-nx
mkdir -p ../usr/GNUstep/System/Headers
mkdir -p ../usr/GNUstep/System/Headers/powerpc
mkdir -p ../usr/GNUstep/System/Headers/powerpc/darwin5.1
mkdir -p ../usr/GNUstep/System/Tools/powerpc
mkdir -p ../usr/GNUstep/System/Tools/powerpc/darwin5.1
mkdir -p ../usr/GNUstep/System/Tools/powerpc/darwin5.1/nx-nx-nx
mkdir -p ../usr/GNUstep/System/Library
mkdir -p ../usr/GNUstep/System/Library/Colors
mkdir -p ../usr/GNUstep/System/Library/PostScript
mkdir -p ../usr/GNUstep/System/Library/Services
mkdir -p ../usr/GNUstep/System/Documentation
mkdir -p ../usr/GNUstep/System/Documentation/Developer
mkdir -p ../usr/GNUstep/System/Documentation/User
mkdir -p ../usr/GNUstep/System/Documentation/info
mkdir -p ../usr/GNUstep/System/Documentation/man
mkdir -p ../usr/GNUstep/Local
mkdir -p ../usr/GNUstep/Local/Users
mkdir -p ../usr/GNUstep/Local/Users/Administrator
mkdir -p ../usr/GNUstep/Network
/usr/bin/install -c -m 755 which_lib 
../usr/GNUstep/System/Makefiles/powerpc/darwin5.1
for f in config.guess config.sub install-sh mkinstalldirs \
        GNUstep.sh MediaBook.sh clean_cpu.sh clean_os.sh \
        clean_vendor.sh cpu.sh \
        ld_lib_path.sh os.sh transform_paths.sh vendor.sh \
        rootinstall.sh rootuninstall.sh GNUstep.csh \
        ld_lib_path.csh ; do \
  /usr/bin/install -c -m 755 $f ../usr/GNUstep/System/Makefiles; \
done
/usr/bin/install -c -m 755 openapp ../usr/GNUstep/System/Tools; \
/usr/bin/install -c -m 755 debugapp ../usr/GNUstep/System/Tools; \
/usr/bin/install -c -m 755 opentool ../usr/GNUstep/System/Tools; \
for f in aggregate.make application.make bundle.make service.make 
common.make brain.make java.make jni.make library.make rules.make 
target.make tool.make ctool.make test-library.make names.make objc.make 
test-application.make test-tool.make subproject.make palette.make 
gswapp.make gswbundle.make documentation.make MediaBook.func 
executable.template java-executable.template java-tool.make framework.make 
source-distribution.make rpm.make spec-rules.template 
spec-debug-rules.template spec-debug-alone-rules.template; do \
  /usr/bin/install -c -m 644 $f ../usr/GNUstep/System/Makefiles; \
done
/usr/bin/install -c -m 644 config.site ../usr/GNUstep/System/share
/usr/bin/install -c -m 644 config.make 
../usr/GNUstep/System/Makefiles/powerpc/darwin5.1
cd gui; \
rm -rf Version; \
rm -rf Headers/AppKit; \
rm -rf Headers/DPSClient; \
ln -s ../Version; \
ln -s gnustep/gui Headers/AppKit; \
ln -s gnustep/gui Headers/DPSClient
touch gui/gui.make
Making all in gui/Model...
Making all for library libgmodel...
cp IMConnectors.h ../Headers/gnustep/gui/IMConnectors.h
mkdir -p ./static_obj
mkdir -p ./static_obj/powerpc
mkdir -p ./static_obj/powerpc/darwin5.1
mkdir -p ./static_obj/powerpc/darwin5.1/nx-nx-nx
cc IMCustomObject.m -c  -DNeXT_RUNTIME=1 -DNeXT_GUI_LIBRARY=1 
-DNeXT_Foundation_LIBRARY=1 -DNeXT_GUI_LIBRARY=1  -DNeXT_RUNTIME=1 
-DNeXT_Foundation_LIBRARY=1 -DGSWARN -O2 -Wno-import -fnext-runtime -Wall 
-I../Headers -I../Headers/gnustep    -I. 
-I/Users/lars/nib2gmodel-0.7.0/usr/GNUstep/System/Library/Headers 
-I/Users/lars/nib2gmodel-0.7.0/usr/GNUstep/System/Headers/NeXT 
-I/Users/lars/nib2gmodel-0.7.0/usr/GNUstep/System/Headers/powerpc/darwin5.1 
   -I/Users/lars/nib2gmodel-0.7.0/usr/GNUstep/System/Headers  -o 
static_obj/powerpc/darwin5.1/nx-nx-nx/IMCustomObject.o
cc IMConnectors.m -c  -DNeXT_RUNTIME=1 -DNeXT_GUI_LIBRARY=1 
-DNeXT_Foundation_LIBRARY=1 -DNeXT_GUI_LIBRARY=1  -DNeXT_RUNTIME=1 
-DNeXT_Foundation_LIBRARY=1 -DGSWARN -O2 -Wno-import -fnext-runtime -Wall 
-I../Headers -I../Headers/gnustep    -I. 
-I/Users/lars/nib2gmodel-0.7.0/usr/GNUstep/System/Library/Headers 
-I/Users/lars/nib2gmodel-0.7.0/usr/GNUstep/System/Headers/NeXT 
-I/Users/lars/nib2gmodel-0.7.0/usr/GNUstep/System/Headers/powerpc/darwin5.1 
   -I/Users/lars/nib2gmodel-0.7.0/usr/GNUstep/System/Headers  -o 
static_obj/powerpc/darwin5.1/nx-nx-nx/IMConnectors.o
IMConnectors.m: In function `GSSetInstanceVariable':
IMConnectors.m:40: warning: control reaches end of non-void function
cc IMLoading.m -c  -DNeXT_RUNTIME=1 -DNeXT_GUI_LIBRARY=1 
-DNeXT_Foundation_LIBRARY=1 -DNeXT_GUI_LIBRARY=1  -DNeXT_RUNTIME=1 
-DNeXT_Foundation_LIBRARY=1 -DGSWARN -O2 -Wno-import -fnext-runtime -Wall 
-I../Headers -I../Headers/gnustep    -I. 
-I/Users/lars/nib2gmodel-0.7.0/usr/GNUstep/System/Library/Headers 
-I/Users/lars/nib2gmodel-0.7.0/usr/GNUstep/System/Headers/NeXT 
-I/Users/lars/nib2gmodel-0.7.0/usr/GNUstep/System/Headers/powerpc/darwin5.1 
   -I/Users/lars/nib2gmodel-0.7.0/usr/GNUstep/System/Headers  -o 
static_obj/powerpc/darwin5.1/nx-nx-nx/IMLoading.o
IMLoading.m: In function `-[GMModel _makeConnections]':
IMLoading.m:159: warning: cannot find method.
IMLoading.m:159: warning: return type for `awakeFromNib' defaults to id
cc GMAppKit.m -c  -DNeXT_RUNTIME=1 -DNeXT_GUI_LIBRARY=1 
-DNeXT_Foundation_LIBRARY=1 -DNeXT_GUI_LIBRARY=1  -DNeXT_RUNTIME=1 
-DNeXT_Foundation_LIBRARY=1 -DGSWARN -O2 -Wno-import -fnext-runtime -Wall 
-I../Headers -I../Headers/gnustep    -I. 
-I/Users/lars/nib2gmodel-0.7.0/usr/GNUstep/System/Library/Headers 
-I/Users/lars/nib2gmodel-0.7.0/usr/GNUstep/System/Headers/NeXT 
-I/Users/lars/nib2gmodel-0.7.0/usr/GNUstep/System/Headers/powerpc/darwin5.1 
   -I/Users/lars/nib2gmodel-0.7.0/usr/GNUstep/System/Headers  -o 
static_obj/powerpc/darwin5.1/nx-nx-nx/GMAppKit.o
GMAppKit.m: In function `-[NSMatrix(GMArchiverMethods) 
encodeWithModelArchiver:]':
GMAppKit.m:406: warning: `NSMatrix' does not respond to `errorAction'
GMAppKit.m:406: warning: passing arg 1 of `encodeSelector:withName:' from 
incompatible pointer type
GMAppKit.m: In function `-[NSMatrix(GMArchiverMethods) 
initWithModelUnarchiver:]':
GMAppKit.m:456: warning: `NSMatrix' does not respond to `setErrorAction:'
GMAppKit.m: In function `-[NSMenuItem(GMArchiverMethods) 
encodeWithModelArchiver:]':
GMAppKit.m:795: warning: `NSMenuItem' does not respond to `changesState'
GMAppKit.m:795: warning: passing arg 1 of `encodeBOOL:withName:' makes 
integer from pointer without a cast
GMAppKit.m: In function `-[NSMenuItem(GMArchiverMethods) 
initWithModelUnarchiver:]':
GMAppKit.m:815: warning: `NSMenuItem' does not respond to 
`setChangesState:'
GMAppKit.m: In function `-[NSTextField(GMArchiverMethods) 
encodeWithModelArchiver:]':
GMAppKit.m:1030: warning: `NSTextField' does not respond to `errorAction'
GMAppKit.m:1030: warning: passing arg 1 of `encodeSelector:withName:' from 
incompatible pointer type
GMAppKit.m: In function `-[NSTextField(GMArchiverMethods) 
initWithModelUnarchiver:]':
GMAppKit.m:1038: warning: `NSTextField' does not respond to 
`setErrorAction:'
GMAppKit.m: In function `-[NSView(GMArchiverMethods) 
initWithModelUnarchiver:]':
GMAppKit.m:1151: warning: `NSView' does not respond to 
`setPreviousKeyView:'
cc GMArchiver.m -c  -DNeXT_RUNTIME=1 -DNeXT_GUI_LIBRARY=1 
-DNeXT_Foundation_LIBRARY=1 -DNeXT_GUI_LIBRARY=1  -DNeXT_RUNTIME=1 
-DNeXT_Foundation_LIBRARY=1 -DGSWARN -O2 -Wno-import -fnext-runtime -Wall 
-I../Headers -I../Headers/gnustep    -I. 
-I/Users/lars/nib2gmodel-0.7.0/usr/GNUstep/System/Library/Headers 
-I/Users/lars/nib2gmodel-0.7.0/usr/GNUstep/System/Headers/NeXT 
-I/Users/lars/nib2gmodel-0.7.0/usr/GNUstep/System/Headers/powerpc/darwin5.1 
   -I/Users/lars/nib2gmodel-0.7.0/usr/GNUstep/System/Headers  -o 
static_obj/powerpc/darwin5.1/nx-nx-nx/GMArchiver.o
GMArchiver.m: In function `-[GMUnarchiver decodeSelectorWithName:]':
GMArchiver.m:929: `NULL' undeclared (first use in this function)
GMArchiver.m:929: (Each undeclared identifier is reported only once
GMArchiver.m:929: for each function it appears in.)
GMArchiver.m:930: warning: control reaches end of non-void function
gnumake[2]: *** [static_obj/powerpc/darwin5.1/nx-nx-nx/GMArchiver.o] 
Fehler 1
gnumake[1]: *** [libgmodel.all.library.variables] Fehler 2
gnumake: *** [subproj-all] Fehler 2

Thanks for your help, Lars




reply via email to

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