Skip to content

Instantly share code, notes, and snippets.

@justinzane
Created September 14, 2013 22:18
Show Gist options
  • Save justinzane/6566224 to your computer and use it in GitHub Desktop.
Save justinzane/6566224 to your computer and use it in GitHub Desktop.
profile build error
/usr/sbin/ccache g++ -o build/profile/game_preferences_display.o -c -std=c++0x -pthread -W -Wall -pg -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_LIBDBUS -DHAVE_CONFIG_H -DHAVE_CXX0X -D_X11 -DWESNOTH_PREFIX='"/usr/local"' -I. -Isrc -I/usr/include -I/usr/include/SDL -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include src/game_preferences_display.cpp
/usr/sbin/ccache g++ -o build/profile/hotkey_preferences_display.o -c -std=c++0x -pthread -W -Wall -pg -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_LIBDBUS -DHAVE_CONFIG_H -DHAVE_CXX0X -D_X11 -DWESNOTH_PREFIX='"/usr/local"' -I. -Isrc -I/usr/include -I/usr/include/SDL -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include src/hotkey_preferences_display.cpp
/usr/sbin/ccache g++ -o build/profile/lua_jailbreak_exception.o -c -std=c++0x -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -fno-strict-aliasing -fomit-frame-pointer -g -W -Wall -pg -D_GNU_SOURCE=1 -D_REENTRANT -DBIG_JOINS=1 -DNDEBUG -DHAVE_MYSQLPP -DHAVE_CONFIG_H -DHAVE_CXX0X -D_X11 -DLUA_USE_POSIX -I. -Isrc -I/usr/include -I/usr/include/SDL -I/usr/include/mysql -I/usr/include -Isrc/lua src/lua_jailbreak_exception.cpp
g++: error: -pg and -fomit-frame-pointer are incompatible
scons: *** [build/profile/lua_jailbreak_exception.o] Error 1
scons: building terminated because of errors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment