Re: How to disable -fvtable-thunks
Re: How to disable -fvtable-thunks
- Subject: Re: How to disable -fvtable-thunks
- From: Jake <email@hidden>
- Date: Tue, 6 May 2003 21:35:34 -0400 (EDT)
Thank you, Brian. Are you using the Dec02 developer package with the April
coreaudio sdk? There is no "Compiler Settings" here. There is a "GCC
Compiler Settings". In expert view, i see some FLAGS settings. However,
none of the OTHER_CFLAGS in the .pbxproj file shows in the Project
Builder. Perhaps this is a parsing bug in project builder?
here is the buildSetting seciton of my "project.pbxproj" file
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
HEADER_SEARCH_PATHS =
"\"$(SYSTEM_LIBRARY_DIR)/Frameworks/Kernel
.framework/Headers\"
\"$(SYSTEM_LIBRARY_DIR)/Frameworks/Kernel.framework/Headers
/bsd\"";
LIBRARY_STYLE = STATIC;
OPTIMIZATION_CFLAGS = "-O2";
OTHER_CFLAGS = "-nostdinc -finline
-fno-keep-inline-functions -force_cpusubtype_ALL
-mlong-branch -x c++ -fno-rtti -fno-exceptions
-fcheck-new -findirect-virtual-calls -static
-DKERNEL -DKERNEL_PRIVATE -DDRIVER_PRIVATE
-DAPPLE -DNeXT";
OTHER_LDFLAGS = "";
OTHER_LIBTOOL_FLAGS = "";
OTHER_REZFLAGS = "";
PRODUCT_NAME = libAudioFloatLib.a;
REZ_EXECUTABLE = YES;
SECTORDER_FLAGS = "";
WARNING_CFLAGS = "-Wmost -Wno-four-char-constants
-Wno-unknown-p
ragmas";
};
jake
>
[ > >Project builder kept complaining that:
>
[ > >
>
[ > >cc1plus: warning: -fvtable-thunks is no longer supported
>
[ > >
>
[ > >I have walked through all the items in the Project Target
>
[ > >setting. Where do I go to turn it off?
>
[
>
[ I looked everywhere as everyone has suggested but couldn't seem
>
[ to find a place within project builder to remove this flag. In
>
[ the end, I digged into the .pbproj directory and manually removed
>
[ the flag in OTHER_CFLAGS line from the file "project.pbxproj".
>
>
Jake,
>
>
If you found the flag on a line starting with OTHER_CFLAGS, then you
>
would set this in ProjectBuilder in the "Other Compiler Flags" field at
>
the bottom of the "Compiler Settings" section under the "Build Settings"
>
tab of the project Target. This field allows a space-separated list of
>
options for cc / gcc.
>
>
Brian Willoughby
>
Sound Consulting
>
_______________________________________________
>
coreaudio-api mailing list | email@hidden
>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/coreaudio-api
>
Do not post admin requests to the list. They will be ignored.
>
--
_
)/___
__/(___)#####c
/ /\\|| \ / \ be nice to motorcylists. don't tailgate them.
\__/ ---- \__/~~~~~
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.