Can I ignore syntax error in jam file?
Can I ignore syntax error in jam file?
- Subject: Can I ignore syntax error in jam file?
- From: jason rusoff <email@hidden>
- Date: Mon, 15 Dec 2003 16:15:45 -0800
I recently set my MACOSX_DEPLOYMENT_TARGET 10.2, in order to work
around a problem in libs calling other libs
(http://developer.apple.com/qa/qa2001/qa1233.html) Now I see an error
while building in PB about no targets on rule. Can I ignore this? I am
seeing link errors, but they may be unrelated. Any advice or info on
what this error is?
Thanks,
JR
/Developer/Private/jam -d1 -j1
JAMBASE=/Developer/Makefiles/pbx_jamfiles/ProjectBuilderJambase
JAMFILE=- build ACTION=build _DEFAULT_GCC_VERSION=3.1
BUILD_STYLE=Development
CPP_HEADERMAP_FILE=/Users/jasonrus/Projects/scan/FieryRemoteScanX/Mac/
build/FieryRemoteScan.ds.build/HarmonyTests.build/HarmonyTests.hmap
SRCROOT=/Users/jasonrus/Projects/scan/FieryRemoteScanX/Mac
OBJROOT=/Users/jasonrus/Projects/scan/FieryRemoteScanX/Mac/build
SYMROOT=/Users/jasonrus/Projects/scan/FieryRemoteScanX/Mac/build
DSTROOT=/tmp/FieryRemoteScan.ds.dst
-: line 30: syntax error at keyword =
warning: no targets on rule 10.2
warning: unknown rule 10.2
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.