Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.

Topic on Talk:Game Porting Toolkit

Error occured when install apple/apple/game-porting-toolkit

2
Lqfff (talkcontribs)

/usr/local/opt/game-porting-toolkit-compiler/bin/clang -m64 -o loader/wine64-preloader loader/preloader.o loader/preloader_mac.o

 -Wl,-no_pie -mmacosx-version-min=10.7 \
 -nostartfiles -nodefaultlibs -e _start -ldylib1.o \
 -Wl,-image_base,0x7d400000,-segalign,0x1000,-pagezero_size,0x1000,-sectcreate,__TEXT,__info_plist,loader/wine_info.plist,-segaddr,WINE_4GB_RESERVE,0x100000000 \
 -L/usr/local/opt/zlib/lib -L/usr/local/opt/freetype/lib -L/usr/local/opt/sdl2/lib -L/usr/local/opt/libgphoto2/lib -L/usr/local/opt/faudio/lib -L/usr/local/opt/jpeg/lib -L/usr/local/opt/libpng/lib -L/usr/local/opt/mpg123/lib -L/usr/local/opt/libtiff/lib -L/usr/local/opt/libgsm/lib -L/usr/local/opt/glib/lib -L/usr/local/opt/gnutls/lib -L/usr/local/opt/libusb/lib -L/usr/local/opt/gettext/lib -L/usr/local/opt/[email protected]/lib -L/usr/local/opt/sane-backends/lib -lSystem -L/usr/local/lib -Wl,-rpath,/usr/local/lib -Wl,-rpath,@executable_path/../lib/external

-macosx_version_min has been renamed to -macos_version_min

ld: warning: ignoring duplicate library '-lSystem'

-macosx_version_min has been renamed to -macos_version_min

ld: unknown options: -segaddr

-macosx_version_min has been renamed to -macos_version_min

ld: warning: ignoring duplicate library '-lSystem'

clang-8: error: linker command failed with exit code 1 (use -v to see invocation)

make: *** [loader/wine64-preloader] Error 1

make: *** Waiting for unfinished jobs....

Kode54 (talkcontribs)

This seems to be yet another error with Xcode 15 beta, along with another one I've experienced that breaks linking the current releases of BASS, BASSMIDI, and company. This seems to be a regression or major change starting with Xcode 15 beta 3. Please try downgrading both Xcode-beta.app and the Command Line Tools to beta 2.

Annoying: Yes, System Preferences will then try to upgrade your Command Line Tools to beta 5 again, but you can try all you might to ignore this nag, as it won't go through with it unless you either confirm it, or have Automatic enabled for more than just Security Updates.