From: Hedayat V. <hed...@ai...> - 2008-02-28 13:35:10
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html style="direction: ltr;"> <head> <meta content="text/html;charset=UTF-8" http-equiv="Content-Type"> </head> <body style="direction: ltr;" bgcolor="#ffffff" text="#000000"> Hi,<br> I guess that you have 2 versions of wxWidgets or maybe you should clean your build tree and build again. Since if you don't have these functions you should get errors on compile time not link time. The code has been compiled so these were available in your headers. It seems that the libraries which libwxutil is linking against are different from the libraries which belong to the used header files!!! Your situation is really weird and I hope that a fresh build could solve the problem! And make sure that ld can find wx libraries. <br> And something which I remembered just now! Check to see if changing the order of parameters after g++ helps! Specially, moving the wx linking flags to the end of parameter list. I had some undefined referenced errors in my wxWidgets programs in previous Fedora versions which have been solved this way!<br> <br> Good luck,<br> Hedayat<br> <span><br> <style type="text/css">blockquote {color: navy !important; background-color: RGB(245,245,245) !important; padding: 0 15 10 15 !important; margin: 15 0 0 0; border-left: #1010ff 2px solid;} blockquote blockquote {color: maroon !important; background-color: RGB(235,235,235) !important; border-left-color:maroon !important} blockquote blockquote blockquote {color: green !important; background-color: RGB(225,225,225) !important; border-left-color:teal !important} blockquote blockquote blockquote blockquote {color: purple !important; background-color: RGB(215,215,215) !important; border-left-color: purple !important} blockquote blockquote blockquote blockquote blockquote {color: teal !important; background-color: RGB(205,205,205) !important; border-left-color: green !important}</style><i><b>"Yuan Xu" <a class="moz-txt-link-rfc2396E" href="mailto:xuy...@gm..."><xuy...@gm...></a></b></i> wrote on 02/28/2008 11:25:10 AM:</span><br> <blockquote style="border-left: 2px solid rgb(16, 16, 255); color: navy; background-color: rgb(245, 245, 245); padding-left: 15px;" cite="mid:18a...@ma..." type="cite"> <pre wrap="">Hi, The development is very active recently ;) I am trying to make the alpha version, but I got error in making: ../../utility/wxutil/.libs/libwxutil.so: undefined reference to `wxScrollBar::ms_classInfo' ../../utility/wxutil/.libs/libwxutil.so: undefined reference to `wxBufferedDC::UseBuffer(int, int)' collect2: ld returned 1 exit status Should the wxWidget library be installed with parameters? and what parameters? Thanks! 2008/2/28, Hedayat Vatankhah <a class="moz-txt-link-rfc2396E" href="mailto:hed...@ai..."><hed...@ai...></a>: </pre> <pre wrap=""><!----> > > > Hi all, > > It seems that the TODO list for 0.5.7 release has been done. So I think we > can release a new server version now (also, it was intended for 25 Feb). > What do you think? Is there anything to be done for this release? > > > > > Good luck > > Hedayat </pre> </blockquote> </body> </html> |