Re: [gtk-list] gtk+ on non-linux UNIX



On Wed, 26 Aug 1998 10:31:00 -0600 (MDT), gtk-list@redhat.com (Derek Sherlock) wrote:
> I run gimp with gtk+ on my linux box, and would like to also be able
> to use it at work (under HPUX 10.20).
> 
> The FAQ doesn't say much about non-Linux platforms, nor the mailing
> list archive.  Perhaps somebody can help.

Because GTK+ uses GNU autoconf/automake/libtool, it should be portable to
any platform known to autoconf/automake/libtool.

> Under HPUX 10.20 I unpacked gtk+1.0.5, ran ./configure, then make.
> 
> I got....
> 
>   cpp: "gdk.c", line 44: error 4036: Can't open include file
> 'X11/Xmu/WinUtil.h'.
>   *** Error exit code 1       

Xmu/WinUtil.h is in the default X11 distribution. I have access to a hpux
10.10 box, and it looks like the sysadmin made a default X11R5 setup in
/usr/local, although a HPUX version is still available in /usr/X11R5. I
think this is done because the HPUX setup was considered broken.

It is possible that your system doesn't have the headers, because
commercial Unix vendors tend to package development headers and libraries
on a different CDROM for which you have to pay lots of $$$. (This is where
Unix went wrong, IMHO ;-).

My experience with GTK+ is that as long as you use gcc, you won't have
many problems porting it. I had no problems porting it to SGI IRIX 6.3
when I used gcc 2.8.1, but with SGI MipsPRO cc there were some problems.


Erik

-- 
J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department
of Electrical Engineering, Faculty of Information Technology and Systems,
Delft University of Technology, PO BOX 5031,  2600 GA Delft, The Netherlands
Phone: +31-15-2785859  Fax: +31-15-2781843  Email J.A.K.Mouw@its.tudelft.nl
WWW: http://www-ict.its.tudelft.nl/~erik/




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]