Created
September 23, 2017 17:56
-
-
Save fxcoudert/be80c667a93426058a1f5655f767d4b0 to your computer and use it in GitHub Desktop.
pmdmini on macOS 10.13 - Homebrew build logs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for pmdmini on macOS 10.13 | |
Build date: 2017-09-23 19:55:02 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 1.3.3-24-g6b3bb66 | |
ORIGIN: https://github.com/Homebrew/brew | |
HEAD: 6b3bb666e880d7140e1199ecedda852f9c68ab79 | |
Last commit: 2 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: 74104d81f01370235d785b652477a5615f60a70d | |
Core tap last commit: 3 minutes ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local/Homebrew | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: octa-core 64-bit haswell | |
Homebrew Ruby: 2.3.3 => /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby | |
Clang: 9.0 build 900 | |
Git: 2.13.5 => /Applications/Xcode.app/Contents/Developer/usr/bin/git | |
Perl: /usr/bin/perl | |
Python: /usr/local/opt/python/libexec/bin/python => /usr/local/Cellar/python/2.7.13_1/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby | |
Java: 1.8.0_144 | |
macOS: 10.13-x86_64 | |
Xcode: 9.0 | |
CLT: 9.0.0.0.1.1504363082 | |
X11: 2.7.11 => /opt/X11 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Your system is ready to brew. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pmdmini |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017-09-23 19:55:01 +0200 | |
make | |
g++ -o sdlplay.o sdlplay.c -c -O2 -Isrc -Isrc/pmdwin `sdl-config --cflags` | |
make -f Makefile.lib | |
mkdir obj | |
g++ -o obj/file.o src/fmgen/file.cpp -c -Isrc/fmgen -O2 | |
g++ -o obj/fmtimer.o src/fmgen/fmtimer.cpp -c -Isrc/fmgen -O2 | |
g++ -o obj/opna.o src/fmgen/opna.cpp -c -Isrc/fmgen -O2 | |
g++ -o obj/fmgen.o src/fmgen/fmgen.cpp -c -Isrc/fmgen -O2 | |
g++ -o obj/opm.o src/fmgen/opm.cpp -c -Isrc/fmgen -O2 | |
g++ -o obj/psg.o src/fmgen/psg.cpp -c -Isrc/fmgen -O2 | |
g++ -o obj/opnaw.o src/pmdwin/opnaw.cpp -c -Isrc/fmgen -Isrc/pmdwin -O2 | |
sdlplay.c:181:6: error: assigning to 'char *' from incompatible type 'const char *' | |
p = strrchr( file , '/' ); | |
^~~~~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
make: *** [sdlplay.o] Error 1 | |
make: *** Waiting for unfinished jobs.... | |
g++ -o obj/p86drv.o src/pmdwin/p86drv.cpp -c -Isrc/fmgen -Isrc/pmdwin -O2 | |
g++ -o obj/pmdwin.o src/pmdwin/pmdwin.cpp -c -Isrc/fmgen -Isrc/pmdwin -O2 | |
g++ -o obj/ppsdrv.o src/pmdwin/ppsdrv.cpp -c -Isrc/fmgen -Isrc/pmdwin -O2 | |
g++ -o obj/ppz8l.o src/pmdwin/ppz8l.cpp -c -Isrc/fmgen -Isrc/pmdwin -O2 | |
g++ -o obj/table.o src/pmdwin/table.cpp -c -Isrc/fmgen -Isrc/pmdwin -O2 | |
g++ -o obj/util.o src/pmdwin/util.cpp -c -Isrc/fmgen -Isrc/pmdwin -O2 | |
g++ -o obj/pmdmini.o src/pmdmini.c -c -Isrc/fmgen -Isrc/pmdwin -O2 | |
src/pmdwin/pmdwin.cpp:40:10: error: assigning to 'char *' from incompatible type 'const char *' | |
slash = strrchr(path, '\\'); | |
^~~~~~~~~~~~~~~~~~~ | |
src/pmdwin/pmdwin.cpp:42:11: error: assigning to 'char *' from incompatible type 'const char *' | |
slash = strrchr(path, '/'); | |
^~~~~~~~~~~~~~~~~~ | |
src/pmdwin/pmdwin.cpp:43:8: error: assigning to 'char *' from incompatible type 'const char *' | |
dot = strrchr(path, '.'); | |
^~~~~~~~~~~~~~~~~~ | |
3 errors generated. | |
make[1]: *** [obj/pmdwin.o] Error 1 | |
make[1]: *** Waiting for unfinished jobs.... | |
src/pmdmini.c:24:6: error: assigning to 'char *' from incompatible type 'const char *' | |
p = strrchr( file , '/' ); | |
^~~~~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
make[1]: *** [obj/pmdmini.o] Error 1 | |
make: *** [libpmdmini.a] Error 2 | |
HOMEBREW_VERSION: 1.3.3-24-g6b3bb66 | |
ORIGIN: https://github.com/Homebrew/brew | |
HEAD: 6b3bb666e880d7140e1199ecedda852f9c68ab79 | |
Last commit: 2 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: 74104d81f01370235d785b652477a5615f60a70d | |
Core tap last commit: 82 seconds ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local/Homebrew | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: octa-core 64-bit haswell | |
Homebrew Ruby: 2.3.3 => /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby | |
Clang: 9.0 build 900 | |
Git: 2.13.5 => /Applications/Xcode.app/Contents/Developer/usr/bin/git | |
Perl: /usr/bin/perl | |
Python: /usr/local/opt/python/libexec/bin/python => /usr/local/Cellar/python/2.7.13_1/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby | |
Java: 1.8.0_144 | |
macOS: 10.13-x86_64 | |
Xcode: 9.0 | |
CLT: 9.0.0.0.1.1504363082 | |
X11: 2.7.11 => /opt/X11 | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk | |
MAKEFLAGS: -j8 | |
CMAKE_PREFIX_PATH: /usr/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
MACOSX_DEPLOYMENT_TARGET: 10.13 | |
PKG_CONFIG_PATH: /usr/local/opt/sdl/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/10.13 | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
PATH: /usr/local/Homebrew/Library/Homebrew/shims/super:/usr/local/opt/sdl/bin:/usr/bin:/bin:/usr/sbin:/sbin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
g++ called with: -o sdlplay.o sdlplay.c -c -O2 -Isrc -Isrc/pmdwin -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE | |
superenv removed: -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -o sdlplay.o sdlplay.c -c -Isrc -Isrc/pmdwin -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++ called with: -o obj/file.o src/fmgen/file.cpp -c -Isrc/fmgen -O2 | |
superenv removed: -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -o obj/file.o src/fmgen/file.cpp -c -Isrc/fmgen -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++ called with: -o obj/fmtimer.o src/fmgen/fmtimer.cpp -c -Isrc/fmgen -O2 | |
superenv removed: -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -o obj/fmtimer.o src/fmgen/fmtimer.cpp -c -Isrc/fmgen -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++ called with: -o obj/opna.o src/fmgen/opna.cpp -c -Isrc/fmgen -O2 | |
superenv removed: -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -o obj/opna.o src/fmgen/opna.cpp -c -Isrc/fmgen -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++ called with: -o obj/fmgen.o src/fmgen/fmgen.cpp -c -Isrc/fmgen -O2 | |
superenv removed: -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -o obj/fmgen.o src/fmgen/fmgen.cpp -c -Isrc/fmgen -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++ called with: -o obj/psg.o src/fmgen/psg.cpp -c -Isrc/fmgen -O2 | |
superenv removed: -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -o obj/psg.o src/fmgen/psg.cpp -c -Isrc/fmgen -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++ called with: -o obj/opm.o src/fmgen/opm.cpp -c -Isrc/fmgen -O2 | |
superenv removed: -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -o obj/opm.o src/fmgen/opm.cpp -c -Isrc/fmgen -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++ called with: -o obj/opnaw.o src/pmdwin/opnaw.cpp -c -Isrc/fmgen -Isrc/pmdwin -O2 | |
superenv removed: -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -o obj/opnaw.o src/pmdwin/opnaw.cpp -c -Isrc/fmgen -Isrc/pmdwin -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++ called with: -o obj/p86drv.o src/pmdwin/p86drv.cpp -c -Isrc/fmgen -Isrc/pmdwin -O2 | |
superenv removed: -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -o obj/p86drv.o src/pmdwin/p86drv.cpp -c -Isrc/fmgen -Isrc/pmdwin -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++ called with: -o obj/pmdwin.o src/pmdwin/pmdwin.cpp -c -Isrc/fmgen -Isrc/pmdwin -O2 | |
superenv removed: -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -o obj/pmdwin.o src/pmdwin/pmdwin.cpp -c -Isrc/fmgen -Isrc/pmdwin -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++ called with: -o obj/ppsdrv.o src/pmdwin/ppsdrv.cpp -c -Isrc/fmgen -Isrc/pmdwin -O2 | |
superenv removed: -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -o obj/ppsdrv.o src/pmdwin/ppsdrv.cpp -c -Isrc/fmgen -Isrc/pmdwin -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++ called with: -o obj/ppz8l.o src/pmdwin/ppz8l.cpp -c -Isrc/fmgen -Isrc/pmdwin -O2 | |
superenv removed: -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -o obj/ppz8l.o src/pmdwin/ppz8l.cpp -c -Isrc/fmgen -Isrc/pmdwin -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++ called with: -o obj/table.o src/pmdwin/table.cpp -c -Isrc/fmgen -Isrc/pmdwin -O2 | |
superenv removed: -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -o obj/table.o src/pmdwin/table.cpp -c -Isrc/fmgen -Isrc/pmdwin -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++ called with: -o obj/util.o src/pmdwin/util.cpp -c -Isrc/fmgen -Isrc/pmdwin -O2 | |
superenv removed: -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -o obj/util.o src/pmdwin/util.cpp -c -Isrc/fmgen -Isrc/pmdwin -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
g++ called with: -o obj/pmdmini.o src/pmdmini.c -c -Isrc/fmgen -Isrc/pmdwin -O2 | |
superenv removed: -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -o obj/pmdmini.o src/pmdmini.c -c -Isrc/fmgen -Isrc/pmdwin -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment