mygdb_dev-20100802.tar.gz 를 받아서 컴파일을 시도 했습니다.
libboost-dev 1.34.1-14
libwxgtk2.8-0 2.8.7.1-1.1
를 설치하였습니다.
test@debian:~/src$ make
g++ -c -W -Wno-write-strings -I. -g `wx-config --cflags` -o Console.o Console.cpp
In file included from Console.cpp:3:
MyGDB.h:53: error: ISO C++ forbids declaration of ‘wxAuiToolBar’ with no type
MyGDB.h:53: error: expected ‘;’ before ‘*’ token
MyGDB.h:54: error: ISO C++ forbids declaration of ‘wxAuiToolBar’ with no type
MyGDB.h:54: error: expected ‘;’ before ‘*’ token
make: ***
[Console.o] 오류 1
test@debian:~$ uname -a
Linux debian 2.6.26-2-686
#1 SMP Thu Sep 16 19:35:51 UTC 2010 i686 GNU/Linux
test@debian:~$ wx-config --list
Default config is gtk2-unicode-release-2.8
Default config will be used for output
Alternate matches:
base-unicode-release-2.8
컴파일 에러는 아래와 같습니다. 아무래두 wxAuiToolBar 클래스가 없어서 그런것 같은데
무슨 파일인지 모르겠네요.
시스템은 데비안 lenny 버전입니다.