[kismac] Re: problem compiling cvs
- From: Theodore <theodore@xxxxxxxxxxx>
- To: kismac@xxxxxxxxxxxxx
- Date: Wed, 14 Jan 2004 17:03:04 -0600
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Development profile eh?
i'll try that
Thanks
Theo
On 14-Jan-04, at 5:01 PM, Geoffrey Kruse wrote:
It is easier just to disable cross compiling... Make sure that you
are in the development profile, not deployment. I had the same
problem a while back. Also make sure that your target platform is
10.3 not 10.2, looking at your log it would seem you have it set to
10.2
Geoff
On Jan 14, 2004, at 2:06 PM, Theodore wrote:
I downloaded the "Dec2002DevToolsCD.dmg" from developer.apple.com
but I'm not sure if this is what I need to compile it on 10.3?
Theo
On 10-Jan-04, at 6:18 AM, Michael Rossberg wrote:
Hi Theodore,
make sure you have the 10.2 SDK installed. or disable cross
compiling in the project preferences.
mick
On 10. Jan 2004, at 12:31 Uhr, Theodore wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi:
I was wanting to compile from CVS (to fix the scroll bug) but
something is either wrong with what i'm doing, or wrong with my
setup.
I get the following error when trying to compile:
$ xcodebuild
=== BUILDING NATIVE TARGET KisMAC Driver Tool WITHOUT USING ANY
BUILD STYLE ===
CompileC "build/KisMAC.build/KisMAC Driver
Tool.build/Objects-normal/ppc/DriveController.o" "Driver
Tool/DriveController.m" normal ppc objective-c
com.apple.compilers.gcc.3_3
setenv MACOSX_DEPLOYMENT_TARGET 10.2
setenv NEXT_ROOT /Developer/SDKs/MacOSX10.2.7.sdk
cd /Users/theodore/KisMAC
/usr/bin/gcc-3.3 -x objective-c -arch ppc -pipe -Wno-trigraphs
- -fasm-blocks -fpascal-strings -O3 -mtune=G4
-Wno-four-char-constants - -Wmost -fmessage-length=0
-F/Users/theodore/KisMAC/build -
-I/Users/theodore/KisMAC/build/include -isystem
/Developer/SDKs/MacOSX10.2.7.sdk/usr/include
"-I/Users/theodore/KisMAC/build/KisMAC.build/KisMAC Driver
Tool.build/DerivedSources"
"-Wp,-header-mapfile,/Users/theodore/KisMAC/build/KisMAC.build/
KisMAC Driver Tool.build/KisMAC Driver Tool.hmap" -c
"/Users/theodore/KisMAC/Driver Tool/DriveController.m" -o
"/Users/theodore/KisMAC/build/KisMAC.build/KisMAC Driver
Tool.build/Objects-normal/ppc/DriveController.o"
In file included from /Users/theodore/KisMAC/Driver
Tool/DriveController.m:25:
/Users/theodore/KisMAC/Driver Tool/DriveController.h:25:24:
Cocoa/Cocoa.h: No such file or directory
In file included from /Users/theodore/KisMAC/Driver
Tool/DriveController.m:25:
/Users/theodore/KisMAC/Driver Tool/DriveController.h:29: error:
parse error before "IBOutlet"
/Users/theodore/KisMAC/Driver Tool/DriveController.h:33: error:
cannot find interface declaration for `NSObject', superclass of
`DriveController'
** BUILD FAILED **
2004-01-10 05:24:47.298 xcodebuild[1985] Container
<PBXProject:0x00399550:rtn=1:29B97313FDCFA39411CA2CEA:
path='(null)'> still contains 1 items after being deallocated.
This might be a memory leak, or an item not being properly marked
as removed from its container before being deallocated.
I'm wondering if I'm missing a required set of headers or something
I've got the developers kit that came with Panther, as well as the
1.1 patch for it
Panther 10.3.2
Anyone else run into this?
Thanks
Theodore
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)
iD8DBQE//+KF0JaVqhiMFbARAgcgAJ9P0NLzX17VE5Ffps/I5VvG55sbHQCfSnhp
AsvOEsETceBpTDn5pgDCm38=
=SFX/
-----END PGP SIGNATURE-----
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)
iD8DBQFABcqo0JaVqhiMFbARAnZtAJ4z5wdLeqN/nVyI7UpA4/5k+C5cyACfZRAJ
SjpO2JzJ19wds5MashW+dyQ=
=q257
-----END PGP SIGNATURE-----
- References:
- [kismac] problem compiling cvs
- From: Theodore
- [kismac] Re: problem compiling cvs
- From: Michael Rossberg
- [kismac] Re: problem compiling cvs
- From: Theodore
- [kismac] Re: problem compiling cvs
- From: Geoffrey Kruse
Other related posts:
- » [kismac] problem compiling cvs
- » [kismac] Re: problem compiling cvs
- » [kismac] Re: problem compiling cvs
- » [kismac] Re: problem compiling cvs
- » [kismac] Re: problem compiling cvs
- » [kismac] Re: problem compiling cvs
- » [kismac] Re: problem compiling cvs
- » [kismac] Re: problem compiling cvs
- » [kismac] Re: problem compiling cvs
- » [kismac] Re: problem compiling cvs
- » [kismac] Re: problem compiling cvs
- » [kismac] Re: problem compiling cvs
- » [kismac] Re: problem compiling cvs
- » [kismac] Re: problem compiling cvs
- » [kismac] Re: problem compiling cvs
- » [kismac] Re: problem compiling cvs
- » [kismac] Re: problem compiling cvs
Geoff On Jan 14, 2004, at 2:06 PM, Theodore wrote:
I downloaded the "Dec2002DevToolsCD.dmg" from developer.apple.com but I'm not sure if this is what I need to compile it on 10.3?
Theo
On 10-Jan-04, at 6:18 AM, Michael Rossberg wrote:
Hi Theodore,
make sure you have the 10.2 SDK installed. or disable cross compiling in the project preferences.
mick
On 10. Jan 2004, at 12:31 Uhr, Theodore wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi:
I was wanting to compile from CVS (to fix the scroll bug) but something is either wrong with what i'm doing, or wrong with my setup.
I get the following error when trying to compile:
$ xcodebuild
=== BUILDING NATIVE TARGET KisMAC Driver Tool WITHOUT USING ANY BUILD STYLE ===
CompileC "build/KisMAC.build/KisMAC Driver Tool.build/Objects-normal/ppc/DriveController.o" "Driver Tool/DriveController.m" normal ppc objective-c com.apple.compilers.gcc.3_3
setenv MACOSX_DEPLOYMENT_TARGET 10.2
setenv NEXT_ROOT /Developer/SDKs/MacOSX10.2.7.sdk
cd /Users/theodore/KisMAC
/usr/bin/gcc-3.3 -x objective-c -arch ppc -pipe -Wno-trigraphs - -fasm-blocks -fpascal-strings -O3 -mtune=G4 -Wno-four-char-constants - -Wmost -fmessage-length=0 -F/Users/theodore/KisMAC/build - -I/Users/theodore/KisMAC/build/include -isystem /Developer/SDKs/MacOSX10.2.7.sdk/usr/include "-I/Users/theodore/KisMAC/build/KisMAC.build/KisMAC Driver Tool.build/DerivedSources" "-Wp,-header-mapfile,/Users/theodore/KisMAC/build/KisMAC.build/ KisMAC Driver Tool.build/KisMAC Driver Tool.hmap" -c "/Users/theodore/KisMAC/Driver Tool/DriveController.m" -o "/Users/theodore/KisMAC/build/KisMAC.build/KisMAC Driver Tool.build/Objects-normal/ppc/DriveController.o"
In file included from /Users/theodore/KisMAC/Driver Tool/DriveController.m:25:
/Users/theodore/KisMAC/Driver Tool/DriveController.h:25:24: Cocoa/Cocoa.h: No such file or directory
In file included from /Users/theodore/KisMAC/Driver Tool/DriveController.m:25:
/Users/theodore/KisMAC/Driver Tool/DriveController.h:29: error: parse error before "IBOutlet"
/Users/theodore/KisMAC/Driver Tool/DriveController.h:33: error: cannot find interface declaration for `NSObject', superclass of `DriveController'
** BUILD FAILED **
2004-01-10 05:24:47.298 xcodebuild[1985] Container <PBXProject:0x00399550:rtn=1:29B97313FDCFA39411CA2CEA: path='(null)'> still contains 1 items after being deallocated. This might be a memory leak, or an item not being properly marked as removed from its container before being deallocated.
I'm wondering if I'm missing a required set of headers or something
I've got the developers kit that came with Panther, as well as the 1.1 patch for it
Panther 10.3.2
Anyone else run into this?
Thanks
Theodore -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin)
iD8DBQE//+KF0JaVqhiMFbARAgcgAJ9P0NLzX17VE5Ffps/I5VvG55sbHQCfSnhp AsvOEsETceBpTDn5pgDCm38= =SFX/ -----END PGP SIGNATURE-----
- [kismac] problem compiling cvs
- From: Theodore
- [kismac] Re: problem compiling cvs
- From: Michael Rossberg
- [kismac] Re: problem compiling cvs
- From: Theodore
- [kismac] Re: problem compiling cvs
- From: Geoffrey Kruse