Skip to content

Instantly share code, notes, and snippets.

@automata
Created October 20, 2011 00:31
Show Gist options
  • Save automata/1300088 to your computer and use it in GitHub Desktop.
Save automata/1300088 to your computer and use it in GitHub Desktop.
vilson@automata:~/Misc/repos/miniaudicle/src$ make linux-jack
make -f makefile.jack
make[1]: Entrando no diretório `/home/vilson/Misc/repos/miniaudicle/src'
gcc -D__LINUX_ALSA__ -D__LINUX__ -D__MA_WXWIDGETS__ `wx-config --cppflags` -O3 -c -fno-strict-aliasing -D__CK_SNDFILE_NATIVE__ -Ichuck -Iwxw -I/home/vilson/Misc/repos/miniaudicle/src miniAudicle.cpp
miniAudicle.cpp: In member function ‘long unsigned int miniAudicle::start_vm()’:
miniAudicle.cpp:869:81: warning: format ‘%i’ expects type ‘int’, but argument 3 has type ‘long int’
gcc -o wxw/mAParentFrame.o -D__LINUX_ALSA__ -D__LINUX__ -D__MA_WXWIDGETS__ `wx-config --cppflags` -O3 -c -fno-strict-aliasing -D__CK_SNDFILE_NATIVE__ -Ichuck -Iwxw -I/home/vilson/Misc/repos/miniaudicle/src wxw/mAParentFrame.cpp
In file included from wxw/mAParentFrame.h:46:0,
from wxw/mAParentFrame.cpp:43:
wxw/mAPreferencesWindow.h:121:5: error: ‘wxNotebook’ does not name a type
make[1]: ** [wxw/mAParentFrame.o] Erro 1
make[1]: Saindo do diretório `/home/vilson/Misc/repos/miniaudicle/src'
make: [linux-jack] Erro 2 (ignorado)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment