yonggikim / xeroxpatrone

Automatically exported from code.google.com/p/xeroxpatrone
0 stars 0 forks source link

Compiling on Debian #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have tried compiling under Ubuntu.

I have installed: wx-common libusb-dev libwxgtk2.6-dev wx2.8-headers

When running make I get:

g++ -O0 -g  -I/usr/lib/wx/include/gtk2-unicode-release-2.6 
-I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 
-D_LARGE_FILES -DNO_GCC_PRAGMA    -c xeroxpatrone.cpp -o xeroxpatrone.o
In file included from mainpanel.h:37:0,
                 from xeroxpatrone.cpp:27:
usbadapter.h:78:31: error: ‘wxFileDirPickerEvent’ has not been declared
usbadapter.h:79:32: error: ‘wxFileDirPickerEvent’ has not been declared
In file included from mainpanel.h:38:0,
                 from xeroxpatrone.cpp:27:
usbadapterkernel.h:48:31: error: ‘wxFileDirPickerEvent’ has not been 
declared
usbadapterkernel.h:49:32: error: ‘wxFileDirPickerEvent’ has not been 
declared
In file included from mainpanel.h:40:0,
                 from xeroxpatrone.cpp:27:
serialadapterv2.h:50:31: error: ‘wxFileDirPickerEvent’ has not been declared
serialadapterv2.h:51:32: error: ‘wxFileDirPickerEvent’ has not been declared
make: *** [xeroxpatrone.o] Error 1

What version of the product are you using? On what operating system?

I am using the svn version.

Please provide any additional information below.

It would be good if you provided a README that explained what is needed for 
compilation.

Original issue reported on code.google.com by ole.ta...@gmail.com on 7 Feb 2013 at 9:35