Build process of editors/poedit stops if x11-toolkits/wxgtk26-unicode is istalled instead of x11-toolkits/wxgtk28-unicode. How-To-Repeat: pkg_delete 'wxgtk2*' cd /usr/ports/x11-toolkits/wxgtk28-unicode; make install clean cd /usr/ports/editors/poedit; make Then you'll see that make stops: .. c++ -DPACKAGE_NAME=\"poedit\" -DPACKAGE_TARNAME=\"poedit\" -DPACKAGE_VERSION=\"1.3.9\" -DPACKAGE_STRING=\"poedit\ 1.3.9\" -DPACKAGE_BUGREPORT=\"vslavik@fastmail.fm\" -DPACKAGE=\"poedit\" -DVERSION=\"1.3.9\" -DUSE_SPELLCHECKING=1 -DDB_HEADER=\"db42/db.h\" -DUSE_TRANSMEM=1 -DDB_HEADER=\"db42/db.h\" -I. -I/usr/local/include/db42 -I/usr/local/include -O2 -fno-strict-aliasing -pipe -I/usr/local/include/wx-2.6/gtk2-unicode-release-2.6 -I/usr/local/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -D_THREAD_SAFE -I/usr/local/include/gtkspell-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 "-DPOEDIT_PREFIX=\"/usr/local\"" -MT edframe.o -MD -MP -MF .deps/edframe.Tpo -c -o edframe.o edframe.cpp edframe.cpp:47:25: wx/wupdlock.h: No such file or directory edframe.cpp: In member function `void PoeditFrame::UpdateCatalog(const wxString&)': edframe.cpp:1204: error: `wxWindowUpdateLocker' was not declared in this scope edframe.cpp:1204: error: expected `;' before "locker" gmake[2]: *** [edframe.o] Error 1 gmake[2]: Leaving directory `/usr/ports/editors/poedit/work/poedit-1.3.9/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/editors/poedit/work/poedit-1.3.9/src' gmake: *** [all-recursive] Error 1 *** Error code 2 Stop in /usr/ports/editors/poedit.
I'm sorry, I made a typo in How-To-Repeat section: -cd /usr/ports/x11-toolkits/wxgtk28-unicode; make install clean +cd /usr/ports/x11-toolkits/wxgtk26-unicode; make install clean Thanks. -- Hiroto Kagotani <hiroto.kagotani@gmail.com>
I'm sorry, I made a typo in the How-To-Repeat section: -cd /usr/ports/x11-toolkits/wxgtk28-unicode; make install clean +cd /usr/ports/x11-toolkits/wxgtk26-unicode; make install clean Thanks. -- Hiroto Kagotani <hiroto.kagotani@gmail.com <mailto:hiroto.kagotani@gmail.com>>
arved 2008-01-02 14:13:13 UTC FreeBSD ports repository Modified files: editors/poedit Makefile Log: Port requires WX 2.8 to compile PR: 119060 Submitted by: Hiroto Kagotani Revision Changes Path 1.51 +1 -1 ports/editors/poedit/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed committed, thanks