Page 1 of 1

can not build libwxwidget_plugin.dll

Posted: 22 Nov 2005 04:45
by kmx
in cygwin/xp, make vlc-0.8.5-svn, make complete normal, but libwxwidgets_plugin.dll cna't be created, in wxwidgets directory, there is not any .o and .a file exists. i open wxwidigets/.deps directry, all libwxwidgets_plugin_a-xxxx.Po ( not libwxwidgets_pic_a-xxxx.Po and libwxwidgets_a-xxxx.Po) files only contaio "#dumy, ". In another normal plugins' directory, the libxxx_plugin_a_xxx.Po file contains compile info. I don't konw why, i need help.
regards

Posted: 22 Nov 2005 07:38
by kmx
I have solved this problem. I download another contrib-win32-xxx.b2 that contain a wx-2.5( i use contrib-win32-20051104-xxx.bz2 that contain wx-2.6), and copy wx-2.5 director to win32/include, and run config again and make, success .
compile wxwidgets in cygwin needs wx2.5.