On Thu, Jan 17, 2002 at 10:34:52PM +0000, Nick Ing-Simmons wrote:
> >After yanking the -lpt out as per your instructions, everything works
> >fine (still have lots of warnings)
>
> Are all/most of the warnings pointer/integer size mis-matches in a
> 64-bit perl?
Looks like it. I get a lot of output from tix.h. Here's the
non-pointer cast warnings.
cc -c -I.. -I/usr/X11R6/include -I. -Ibitmaps -I/usr/X11R6/include
-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-O6 -DVERSION=\"800.023\" -DXS_VERSION=\"800.023\" -fPIC
-I/usr/local/perl5.6.1/lib/5.6.1/ppc-linux-64all/CORE -Wall -Wno-implicit-int
-Wno-comment -Wno-unused -D__USE_FIXED_PROTOTYPES__ imgXBM.c
imgXBM.c: In function `NextBitmapWord':
imgXBM.c:411: warning: comparison is always false due to limited range of data type
cc -c -I.. -I/usr/X11R6/include -I. -Ibitmaps -I/usr/X11R6/include
-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-O6 -DVERSION=\"800.023\" -DXS_VERSION=\"800.023\" -fPIC
-I/usr/local/perl5.6.1/lib/5.6.1/ppc-linux-64all/CORE -Wall -Wno-implicit-int
-Wno-comment -Wno-unused -D__USE_FIXED_PROTOTYPES__ tkCanvPs.c
tkCanvPs.c: In function `TkCanvPostscriptCmd':
tkCanvPs.c:733: warning: implicit declaration of function `time'
tkCanvPs.c:735: warning: implicit declaration of function `ctime'
cc -c -I.. -I/usr/X11R6/include -fno-strict-aliasing -I/usr/local/include
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O6 -DVERSION=\"800.023\"
-DXS_VERSION=\"800.023\" -fPIC -I/usr/local/perl5.6.1/lib/5.6.1/ppc-linux-64all/CORE
-Wall -Wno-implicit-int -Wno-comment -Wno-unused -D__USE_FIXED_PROTOTYPES__
tclPlatTime.c
In file included from tclPlatTime.c:5:
.../pTk/tclUnixTime.c: In function `TclpGetSeconds':
.../pTk/tclUnixTime.c:63: warning: implicit declaration of function `time'
> >for both stock 5.6.1 and 5.6.1 w/MM
> >5.48_02. Yay!
> >
> >libpt is really 1.2.5
>
> What is libpt - someone told me to put it there (for AIX???) years ago,
> I have never had a machine which found it.
Debian sez:
libpt-dev - Portable Windows Library development files
PWLib is a moderately large class library that has its genesis many years
ago as a method to product applications to run on both Microsoft Windows
and Unix X-Window systems.
For more information on PWLib visit the development homepage
http://www.openh323.org/
It looks like the only stuff that's using it is all the H.323 programs
(voice-over-ip). I was screwing around with voice-over-ip a while ago
so it must have gotten installed then.
--
Michael G. Schwern <[EMAIL PROTECTED]> http://www.pobox.com/~schwern/
Perl Quality Assurance <[EMAIL PROTECTED]> Kwalitee Is Job One
I stared into the Abyss, and it avoided making eye contact.