Compile wxd

nobody nobody_member at pathlink.com
Tue Jun 27 06:51:46 PDT 2006


In article <e7ogdg$2gb1$1 at digitaldaemon.com>, nobody says...
>
>Hello,
>
>i try to compile wxd, but i get the following error message:
>
>ime.o wxObject.o wxString.o wxVersion.o Grid.o GridCtrl.o common.o ArrayInt.o
>ArrayString.o XmlResource.o NumberDialog.o wx.o
>make[1]: Leaving directory `/home/nobody/dd/wxd/wx'
>make CXX="g++ -D__GDC__" DMD="gdmd" -C Samples
>make[1]: Entering directory `/home/nobody/dd/wxd/Samples'
>make -C Controls
>make[2]: Entering directory `/home/nobody/dd/wxd/Samples/Controls'
>gdmd -c -O -I../.. Controls.d
>gcc -o ../../bin/Controls Controls.o -L../.. -lwxd -lwxc -lm -lphobos `wx-config
>--libs` -lstdc++
>Controls.o:(.eh_frame+0x11): undefined reference to `__gdc_personality_v0'
>./../libwxd.a(App.o):(.eh_frame+0x11): undefined reference to
>`__gdc_personality_v0'
>./../libwxd.a(ArtProvider.o):(.eh_frame+0x11): undefined reference to
>`__gdc_personality_v0'
>./../libwxd.a(Bitmap.o):(.eh_frame+0x11): undefined reference to
>`__gdc_personality_v0'
>
>
>I think this line make the problem:
>gcc -o ../../bin/Controls Controls.o -L../.. -lwxd -lwxc -lm -lphobos `wx-config
>
>Must  -lphobos switch to -lgphobos?
>
>Compiler is gdc 0.1.8 under linux.
>
>
To solve theerror message "undefined reference to `pango_x_get_context'"
i have to use wxWidgets-2.6.2.tar.gz instaed wxWidgets-2.6.1.tar.gz  .






More information about the Digitalmars-d-dwt mailing list