Re: compiler warning fixes for pth-1.4.1

2002-11-30 Thread Joseph Wayne Norton
Ralf - I tried installing the latest 2.0 snapshot and I encountered a problem of the manpages dependency missing in the generated Makefile. perl -i -pe 's/TARGET_ALL \=/TARGET_ALL = \\\$(TARGET_MANS)/' Makefile Otherwise, everything seemed to work fine and as expected. For RedHat 7.3

compiler warning fixes for pth-1.4.1

2002-11-29 Thread Joseph Wayne Norton
The following patch fixes a few minor compiler warnings for the following platform and configure options. - j Linux localhost 2.4.18-18.7.x #1 Wed Nov 13 20:29:30 EST 2002 i686 unknown --enable-pthread --disable-shared --enable-syscall-soft --enable-debug *** pth_lib.origSun Jan 27

Re: compiler warning fixes for pth-1.4.1

2002-11-29 Thread Ralf S. Engelschall
On Sat, Nov 30, 2002, Joseph Wayne Norton wrote: The following patch fixes a few minor compiler warnings for the following platform and configure options. [...] Fixed now for 2.0b2: http://cvs.ossp.org/chngview?cn=2940 Thanks for your feedback. Ralf S.