skip menu and go to main content

body start

MyGDB

Resolved  FTBFS: ubuntu 10.04 (x86_64) 5 ]

10.07.22-23:54:21

315520

Submitted by 김남형

Assignee ihmin

View3770

Priority3

우분투에서 빌드를 시도해 본 결과 다음과 같은 에러가 발생하였습니다.
(빌드를 위해 먼저 libwxgtk2.8-dev와 libboost-dev 패키지를 설치하였습니다.)

namhyung@leonhard:mygdb-dev-20100722$ make
g++ -c -W -Wno-write-strings -I. -g `wx-config --cxxflags` -o treelistctrl.o treelistctrl.cpp
treelistctrl.cpp: In member function ‘void wxTreeListMainWindow::PaintItem(wxTreeListItem*, wxDC&)’:
treelistctrl.cpp:3082: error: operands to ?: have different types ‘const wxString’ and ‘const char [2]’
treelistctrl.cpp: In member function ‘void wxTreeListMainWindow::PaintLevel(wxTreeListItem*, wxDC&, int, int&, int)’:
treelistctrl.cpp:3356: warning: enumeral and non-enumeral type in conditional expression
treelistctrl.cpp: In member function ‘void wxTreeListMainWindow::CalculateSize(wxTreeListItem*, wxDC&)’:
treelistctrl.cpp:4068: error: operands to ?: have different types ‘const wxString’ and ‘const char [2]’
make: *** [treelistctrl.o] 오류 1


제 환경은 다음과 같습니다.

namhyung@leonhard:mygdb-dev-20100722$ uname -a
Linux leonhard 2.6.32-23-generic #37-Ubuntu SMP Fri Jun 11 08:03:28 UTC 2010 x86_64 GNU/Linux
namhyung@leonhard:mygdb-dev-20100722$
namhyung@leonhard:mygdb-dev-20100722$ 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

Operating System : Linux

Severity : Blocker

Resolution : Fixed

Comments on this artfact

5 Comments

김남형

"Severity" was changed from "None" to "Blocker"
"Operating System" was changed from "None" to "Linux"

10.07.22-23:54:21

ihmin

리눅스에서 직접 wxWidgets을 빌드해서 그것으로 컴파일을 했었는데, apt-get 으로 받은 라이브러리와 헤더로는 컴파일이 잘 안되는것을 확인하였습니다. 지금 수정중이고 조속히 다음 버전을 릴리즈 하겠습니다.

10.07.23-00:21:35

ihmin

MyGDB를 unicode에 대응되도록 코드를 수정 하였습니다.
그리고 올려주신 버그도 수정하였고요.
소스코드로 빌드시 문제가 없을겁니다.
파일을 업로드 할려는데 서버에 문제가 있어 차후에 올리겠습니다.
버그 레포팅 감사합니다.

10.07.23-18:51:14

ihmin

"Resolution" was changed from "None" to "Fixed"

10.07.23-18:51:40

ihmin

"State" was changed from "Open" to "Closed"

10.07.23-18:52:00

ihmin

수정된 코드를 체크인 해두었습니다.

10.07.23-23:37:21

wkpark

커밋하실 때 [#315520] 라고 커밋 로그에 적어놓으면 이슈 댓글에 커밋 로그가 남게됩니다. 참고하세요~

10.07.24-23:25:48

ihmin

네. 알려주신대로 커밋로그에 기록하겠습니다~

10.07.24-23:35:13

ihmin

"Assigned To" was changed from "Nobody" to "ihmin"

10.07.28-01:14:23