I got this same error on solaris 2.5 and 2.7..

here is my grep:

# grep PTH_VERSION pth.h
#ifndef PTH_VERSION_STR
#define PTH_VERSION_STR "1.3.6 (01-Jul-2000)"
#ifndef PTH_VERSION_HEX
#define PTH_VERSION_HEX 0x%X%02X%1X%02X
#ifndef PTH_VERSION
#define PTH_VERSION PTH_VERSION_HEX
#

Keith Minkler
jabber.com, Inc.



On Fri, Jul 28, 2000 at 09:10:48PM +0200, Ralf S. Engelschall wrote:
> On Thu, Jul 27, 2000, Todd R. Stroup wrote:
> 
> > I've got some issues making pth 1.3.6 on a Sun Solaris 7 box.  These are
> > the errors I'm getting any ideas or help you can give?
> > 
> > ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe pth_lib.c
> > pth_lib.c: In function `pth_version':
> > pth_lib.c:35: numeric constant with no digits
> > pth_lib.c:35: `X' undeclared (first use in this function)
> > pth_lib.c:35: (Each undeclared identifier is reported only once
> > pth_lib.c:35: for each function it appears in.)
> > pth_lib.c:35: nondigits in number and not hexadecimal
> > pth_lib.c:35: nondigits in number and not hexadecimal
> > pth_lib.c:35: nondigits in number and not hexadecimal
> > *** Error code 1
> 
> This can be only an error in sequence. The real problem seems to be that the
> generated pth.h file is broken. Show us the result of "grep PTH_VERSION pth.h"
> and your config.log file. I guess there is a problem already in your configure
> step. But keep in mind that Pth was successfully tested on Solaris, so I guess
> in advance that some of your user land tools are broken.
> 
>                                        Ralf S. Engelschall
>                                        [EMAIL PROTECTED]
>                                        www.engelschall.com
> ______________________________________________________________________
> GNU Portable Threads (Pth)            http://www.gnu.org/software/pth/
> User Support Mailing List                            [EMAIL PROTECTED]
> Automated List Manager (Majordomo)           [EMAIL PROTECTED]
> 
______________________________________________________________________
GNU Portable Threads (Pth)            http://www.gnu.org/software/pth/
User Support Mailing List                            [EMAIL PROTECTED]
Automated List Manager (Majordomo)           [EMAIL PROTECTED]

Reply via email to