On 2013-01-14 9:05 PM, Vadim Zeitlin wrote:
> On Sun, 13 Jan 2013 18:41:04 -0800 (PST) wrote:
>
>> I get "gtk/gtkunixprint.h: No such file or directory" when trying to build
>> svn 73369 on debian wheezy. (I had the same error on raspbian which led me
>> to try wheezy.)
>
> The file /usr/include/gtk-unix-print-2.0/gtk/gtkunixprint.h is part of
> libgtk2.0-dev package on my Debian system.
>
>> The /usr/include/gtk-3.0/gtk directory contains many headers
>
> Are you building wxWidgets with GTK+ 3.0? This is still somewhat
> experimental (even though compiling it should still work), and so needs to
> be enabled explicitly.
The grief came about because I had foolishly installed libgtk-3-dev
instead of libgtk2.0-dev so I was accidentally trying to use gtk3. If I
recall correctly, configure did say it was using gtk3 but the make
failed as indicated above.
Installing libgtk2.0-dev as suggested by Steve Barnes solved my problem
on wheezy (my Raspberry Pi is still working on the make as I write this).
Thanks for your reply and sorry for the distraction.
Regards,
Herb Thompson