mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-01 14:43:48 +01:00
New configs now really 64 bit; they compile, almost link...
... The null, script-pipe, and Nyquist workbench modules all build fully.
Just two missing symbols building Audacity, I don't yet know why:
ld: warning: directory not found for option '-L/Users/paullicameli/GitHub/audacity/mac/build/Release'
ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks//QuickTime.framework/QuickTime, file was built for i386 which is not the architecture being linked (x86_64): /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks//QuickTime.framework/QuickTime
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_ModalDialogDelegate", referenced from:
objc-class-ref in FileDialogPrivate.o
"_objc_readClassPair", referenced from:
__ARCLite__load() in libarclite_macosx.a(arclite.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
This commit is contained in:
@@ -9294,7 +9294,7 @@
|
|||||||
5EC18AA0219B5AFD000EFBF9 /* Debug64 */ = {
|
5EC18AA0219B5AFD000EFBF9 /* Debug64 */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
||||||
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
|
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
|
||||||
"CLANG_CXX_LIBRARY[sdk=macosx10.7]" = "libc++";
|
"CLANG_CXX_LIBRARY[sdk=macosx10.7]" = "libc++";
|
||||||
CONFIG_DEBUG = yes;
|
CONFIG_DEBUG = yes;
|
||||||
@@ -9745,7 +9745,7 @@
|
|||||||
5EC18AB9219B5B01000EFBF9 /* Release64 */ = {
|
5EC18AB9219B5B01000EFBF9 /* Release64 */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
||||||
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
|
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
|
||||||
"CLANG_CXX_LIBRARY[sdk=macosx10.7]" = "libc++";
|
"CLANG_CXX_LIBRARY[sdk=macosx10.7]" = "libc++";
|
||||||
CONFIG_DEBUG = no;
|
CONFIG_DEBUG = no;
|
||||||
|
|||||||
Reference in New Issue
Block a user