[wxWorkshop-dev] Everything compiles on my linux system, but ...
Status: Pre-Alpha
Brought to you by:
spicerun
From: <wxw...@li...> - 2005-08-08 01:29:37
|
Well, I finally got everything converted and compiling on linux, but now I'm getting the following errors in linking: This is building the application in the ws directory... In part: g++ -o ws aboutdialog.o bmpeditor.o cardglyph.o build_svc.o indexing_svc.o helpfinder_svc.o classfinder_svc.o codecompl_svc.o scriptproc.o dmbrowser.o dmcmn.o eventeditor.o eventgen.o eventinfo.o gedthandler.o hellosvc.o labeleditdlg.o markersvc.o membereditor.o menuedit.o nbookglyph.o pm_sample.o propedit.o res_doc.o res_templ.o resbrowser.o scripttempl.o sizerglyphs.o txtrecset.o ui_lookeditor.o ui_lookrenderer.o widgeteditor.o wkp_main.o wspmcore.o grep_eng.o findinfile_svc.o findinfile_dlg.o dbsrc/Idxrel.o -L~/Projects/wxWorkshop-0.7.5/lib -lpmfd `wx-config --libs fl` -lawtlayd -ldiamondd `wx-config --libs xrc` -lwsppd -lsourceparserd -lxobjectsd -lwsutilsd -leqsolverd -lstdc++ `wx-config --libs` build_svc.o: In function `ErrorPinPainter::ErrorPinPainter(int)': build_svc.cpp:(.text+0x114): undefined reference to `TPinPainterBase::TPinPainterBase(int)'build_svc.o: In function `ErrorPinPainter::ErrorPinPainter(int)': build_svc.cpp:(.text+0x138): undefined reference to `TPinPainterBase::TPinPainterBase(int)'build_svc.o: In function `wxPMBuildService::OnNextMessage(wxCommandEvent&)': build_svc.cpp:(.text+0x63c8): undefined reference to `wxTextEditorView::GetModel()' build_svc.cpp:(.text+0x64bf): undefined reference to `TPosition::TPosition(unsigned int, unsigned int)' ...etc. ..... Sure enough, I go checking and can't find any references to a TPinPainterBase class at all. Yet this compiles unders Windows, so my question is What library or file am I missing? Any comments? Thanks for any help, --James |