-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Verify build with Homebrew cairo and XQuartz #1
Comments
clang: error: linker command failed with exit code 1 (use -v to see invocation) iHack-de-Rafael:trunk requeijaum$ cd src/gdb/tk |
Hoping that it works... $ cd tiemu/tiemu/trunk configure: creating ./config.status Meh. |
$ cd src/gdb/sim No errors... $ cd tiemu/tiemu/trunk ar: creating archive libgdb.a I give up. |
$ ./configure --disable-debugger --disable-gdb Making all in man $ sudo make install TiEmu 3 - Version 3.04 Just werks! |
Machine: OS X El Capitan - last updates installed.
Copied tiemu source from this repo and run
$ ./configure && make.
I needed to pass some LDFLAGS and CPPFLAGS for the X11 libs and headers.
I managed my way through the error messages but my build isn't finished because of this error - related to m68k ( CPU emulation core? ):
configure: creating ./config.status
config.status: creating Makefile
configure: configuring in m68k
configure: running /bin/sh '../.././sim/m68k/configure' --prefix=/usr/local '--cache-file=./config.cache' '--build=' '--host=' '--disable-option-checking' '--prefix=/usr/local' 'CPPFLAGS=-I/opt/X11/include' 'PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/opt/X11/lib/pkgconfig' '--target=m68k-coff' '--disable-tui' '--disable-werror' '--cache-file=/dev/null' '--srcdir=.' '--program-transform-name=s&^&m68k-coff-&' '--srcdir=.././sim' --cache-file=/dev/null --srcdir=../.././sim/m68k
configure: warning: CPPFLAGS=-I/opt/X11/include: invalid host type
configure: warning: PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/opt/X11/lib/pkgconfig: invalid host type
configure: error: can only configure for one host and one target at a time
configure: error: /bin/sh '../.././sim/m68k/configure' failed for m68k
make[4]: *** [configure-sim] Error 1
make[3]: *** [all] Error 2
make[2]: *** [gdbtk] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: