jonbaer Posted September 30, 2018 Report Share Posted September 30, 2018 config.status: executing default commands /Applications/Xcode.app/Contents/Developer/usr/bin/make -C config export clang -arch i386 -o now.o -c -mmacosx-version-min=10.9 -arch x86_64 -fvisibility=hidden -Wall -fno-common -g -fPIC -UNDEBUG -DDEBUG_jonbaer -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DDEBUG=1 -DXP_UNIX=1 -DDARWIN=1 -DHAVE_BSD_FLOCK=1 -DHAVE_SOCKLEN_T=1 -DHAVE_POINTER_LOCALTIME_R=1 -DHAS_CONNECTX=1 -DHAVE_CRT_EXTERNS_H=1 -DXP_MACOSX=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM now.c clang -arch i386 now.o -mmacosx-version-min=10.9 -arch x86_64 -stdlib=libc++ -o now ld: warning: The i386 architecture is deprecated for macOS (remove from the Xcode build setting: ARCHS) ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd, missing required architecture i386 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd Undefined symbols for architecture i386: "___stdoutp", referenced from: _main in now.o "_fprintf", referenced from: _main in now.o "_time", referenced from: _main in now.o ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: *** [now] Error 1 make: *** [export] Error 2 ERROR: NSPR build failed Quote Link to comment Share on other sites More sharing options...
Stan` Posted December 4, 2018 Report Share Posted December 4, 2018 Hey @jonbaer Looks like I forgot to answer we made some progress regarding mac builds in the past weeks. If you want to help you can test the latest versions and the Mojave patches on code.wildfiregames.com and test the bundles here Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.