Hello, I am trying to build 64 bit libraries for wxWidgets for Solaris (Nevada), but seeing following errors,
"./src/gtk/gnome/gprint.cpp", line 36: Error: Could not open include file<libgnomeprint/gnome-print.h>. "./src/gtk/gnome/gprint.cpp", line 37: Error: Could not open include file<libgnomeprint/gnome-print-pango.h>. This is because the pkg-config cannot find anything under /usr/lib/64/pkgconfig for libgnomeprint or libgnomeprintui. This means that these 64 bit libraries are NOT available on Solaris, Is there a valid reason for this ? If there is a good reason for this, then I believe wxWidgets can only be built without support for Gnome printing. Here, please note that, the 32 bit version exists and hence during configure of wxWidgets, libgnomeprint and libgnomeprintui are detected as available. Cheers Mayuresh
