Hi,

I can't succeed to compile and link it anymore.
I do try with wxWidgets2.8.11.
This is the first part of what i get. So its the undefined refences.
Do i have to  disable something in setup0.h??

Thanks for some help,

Klaas




kl...@klaas-desktop:~/soft/wxcode/trunk/wxCode/components/stedit$ make
g++ -o samples/stedit/wxstedit wxstedit_wxstedit.o  -L./lib  -L./lib     
-lwxcode_gtk2d_stedit-2.8 -L/usr/local/lib -pthread   
/usr/local/lib/libwx_gtk2d_stc-2.8.a 
/usr/local/lib/libwx_gtk2d_html-2.8.a 
/usr/local/lib/libwx_gtk2d_adv-2.8.a 
/usr/local/lib/libwx_gtk2d_core-2.8.a /usr/local/lib/libwx_based-2.8.a 
-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 
-lgdk_pixbuf-2.0 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 
-lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lXinerama -lSM -lpng -ljpeg 
-lwxtiffd-2.8 -lz -ldl -lm
wxstedit_wxstedit.o: In function `wxStEditApp::OnInit()':
/home/klaas/soft/wxcode/trunk/wxCode/components/stedit/./samples/stedit/wxstedit.cpp:129:
 
undefined reference to `wxLocale_Init(wxLocale*, wxString const&, 
wxLanguage)'
./lib/libwxcode_gtk2d_stedit-2.8.a(stedit_lib_stedit.o): In function 
`wxSTEditor::ShowPropertiesDialog()':
/home/klaas/soft/wxcode/trunk/wxCode/components/stedit/./src/stedit.cpp:2516: 
undefined reference to `wxGetStockLabelEx(int, long)'
./lib/libwxcode_gtk2d_stedit-2.8.a(stedit_lib_stedit.o): In function 
`wxSTEditor::ShowFindReplaceDialog(bool, bool)':
/home/klaas/soft/wxcode/trunk/wxCode/components/stedit/./src/stedit.cpp:3091: 
undefined reference to `wxGetStockLabelEx(int, long)'
/home/klaas/soft/wxcode/trunk/wxCode/components/stedit/./src/stedit.cpp:3098: 
undefined reference to `wxGetStockLabelEx(int, long)'
./lib/libwxcode_gtk2d_stedit-2.8.a(stedit_lib_stedit.o): In function 
`wxSTEditor::ShowPrintPreviewDialog()':
/home/klaas/soft/wxcode/trunk/wxCode/components/stedit/./src/stedit.cpp:3619: 
undefined reference to `wxGetStockLabelEx(int, long)'
/home/klaas/soft/wxcode/trunk/wxCode/components/stedit/./src/stedit.cpp:3619: 
undefined reference to 
`wxPreviewFrameEx::wxPreviewFrameEx(wxPrintPreviewBase*, wxWindow*, 
wxString const&, wxPoint const&, wxSize const&, long, wxString const&)'
/home/klaas/soft/wxcode/trunk/wxCode/components/stedit/./src/stedit.cpp:3620: 
undefined reference to `wxSTEditorArtProvider::GetDefaultDialogIcon()'
./lib/libwxcode_gtk2d_stedit-2.8.a(stedit_lib_stedlgs.o): In function 
`wxSTEditorPrefDialog::Init()':


------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
wxCode-users mailing list
wxCode-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxcode-users

Reply via email to