Re: [gtk-list] gtk on other systems



On Thu, 28 May 1998, Derek B. Noonburg wrote:

> I'm looking for a new X toolkit for xpdf.  I currently use my own
> toolkit (LTK), which was an interesting learning experience, but I
> really don't feel like maintaining Yet Another Toolkit anymore.
> 
> There are several options out there, and gtk looks pretty nice.  One
> concern I have is portability.  I consider xpdf to be an X application,
> not specifically a Linux app. Xpdf runs on some platforms I'd never even
> heard of before; I've gone through a fair amount of trouble making LTK
> portable.  Has gtk been widely ported and tested?  For example, VMS and
> Digital Unix seem to be two of the most troublesome systems (for
> software developed on Linux).
> 
Hi, 
   I've compiled GTK under Digital Unix 4. The last version (1.0.3) seems 
to work very well. There are some specs from the system:
(uname -a)
OSF1 uts.univ.trieste.it V4.0 564 alpha
(cc -V)
DEC C V5.2-040 on Digital UNIX V4.0 (Rev. 564)

Compiling it with all warnings on I get only a couple of:

cc: Warning: ../gdk/gdktypes.h, line 388: In this declaration, the enumeration
constant GDK_STRUCTURE_MASK is out of the range -32768 to 32767. (enum16bit)
  GDK_STRUCTURE_MASK		= 1 << 15,
--^

  On following files (and lines)

../gdk/gdktypes.h (lines 388-393,478-480)
../gtk/gtkwidget.h, (lines 51-54)

(I don't know what the ANSI standard says about enumeration...)

And two missing prototypes:

gdkwindow.c, line 1597: In this statement, there is no prototype for
"strcmp". (warnimplfunc)
  if (strcmp (typelist[i], "ALL"))
--------------^
cc: Warning: gmessages.c, line 64: In this statement, there is no
prototype for "abort". (warnimplfunc)
  abort ();
--^

Bye.

Linux - Why use Windows, since there is a door?
=============================================================================
: Sangoi Dino Leonardo  :                 You can reach me on               :
: Via Della Roggia 27/2 :         Internet : g1001863@univ.trieste.it       :
: 33013 Gemona, Italy   :     Phone: +39 432 970036   Fax: +39 432 974171   :
=============================================================================




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