Frage zu #pragma
"Sascha 'saigkill' Manns" <[email protected]>
| Newsgroups | gmane.linux.suse.programming |
|---|---|
| Organization | openSUSE Marketing Team |
| Message-ID | <[email protected]> |
Hallo Liste, der Ping war nur zum prüfen auf Anwesenheit. :-) Ich bin gerade im OBS dabei BOINC zu packen. 11.0 und 11.1 läuft sauber durch. Aber bei der Factory kommt ein #pragma Fehler. Ich habe den output mal angehängt. Vielleicht sagt das jemandem von euch etwas. -- Sincereley yours Sascha Manns openSUSE Marketing Team (Weekly News) openSUSE Build Service Web: http://saschamanns.gulli.to Blog: http://lizards.opensuse.org/author/saigkill
buildlog-short
(text/plain, 2.7 KB)
common/wxFlatNotebook.cpp: In member function 'virtual void wxPageContainerBase::OnMouseLeave(wxMouseEvent&)': common/wxFlatNotebook.cpp:1921: warning: 'void wxDCBase::BeginDrawing()' is deprecated (declared at /usr/include/wx-2.8/wx/dc.h:392) common/wxFlatNotebook.cpp:1927: warning: 'void wxDCBase::EndDrawing()' is deprecated (declared at /usr/include/wx-2.8/wx/dc.h:393) mv -f .deps/boinc_gui-wxFlatNotebook.Tpo .deps/boinc_gui-wxFlatNotebook.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -I../api -I../db -I../client -I../tools -I../sched -I../lib/mac -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -g -O2 -I/usr/include -I/usr/include/openssl -MT boinc_gui-DlgAbout.o -MD -MP -MF .deps/boinc_gui-DlgAbout.Tpo -c -o boinc_gui-DlgAbout.o `test -f 'DlgAbout.cpp' || echo './'`DlgAbout.cpp In file included from DlgAbout.h:31, from DlgAbout.cpp:35: hyperlink.h:15: warning: #pragma implementation for 'hyperlink.h' appears after file is included mv -f .deps/boinc_gui-DlgAbout.Tpo .deps/boinc_gui-DlgAbout.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -I../api -I../db -I../client -I../tools -I../sched -I../lib/mac -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -g -O2 -I/usr/include -I/usr/include/openssl -MT boinc_gui-DlgAdvPreferences.o -MD -MP -MF .deps/boinc_gui-DlgAdvPreferences.Tpo -c -o boinc_gui-DlgAdvPreferences.o `test -f 'DlgAdvPreferences.cpp' || echo './'`DlgAdvPreferences.cpp In file included from DlgAdvPreferences.cpp:29: res/warning.xpm:63: warning: deprecated conversion from string constant to 'char*' .... --- ... res/warning.xpm:63: warning: deprecated conversion from string constant to 'char*' In file included from DlgAdvPreferences.cpp:33: hyperlink.h:15: warning: #pragma implementation for 'hyperlink.h' appears after file is included DlgAdvPreferences.cpp: In member function 'bool CDlgAdvPreferences::ValidateInput()': DlgAdvPreferences.cpp:489: error: 'wxWindowListNode' was not declared in this scope DlgAdvPreferences.cpp:489: error: 'node' was not declared in this scope make[2]: *** [boinc_gui-DlgAdvPreferences.o] Error 1 make[2]: Leaving directory `/usr/src/packages/BUILD/boinc_core_release_6_4_5/clientgui' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/packages/BUILD/boinc_core_release_6_4_5' make: *** [all] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.59953 (%build)