gnutls-devel
[Top][All Lists]
Advanced

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

libtasn1 compile issue in ANS1.c


From: Didier Godefroy
Subject: libtasn1 compile issue in ANS1.c
Date: Sat, 23 May 2009 22:01:39 +0200
User-agent: Microsoft-Entourage/12.17.0.090302

Hello,

Trying to compile the stand alone libtans1 on a tru64 5.1b system.
I get errors in lib/ASN1.c on the TRUE and FALSE enumerators:

source='ASN1.c' object='ASN1.lo' libtool=yes \
    DEPDIR=.deps depmode=tru64 /bin/bash ../build-aux/depcomp \
    /bin/bash ../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.
-I..  -I./gllib -DASN1_BUILDING -pthread -I/usr/local/include    -O4 -g3 -w
-c -o ASN1.lo ASN1.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I./gllib -DASN1_BUILDING
-pthread -I/usr/local/include -O4 -g3 -w -c -MD ASN1.c  -DPIC -o
.libs/ASN1.o
cc: Error: ASN1.c, line 153: Invalid enumerator. (badenum)
     TRUE = 277,
-----^
cc: Error: ASN1.c, line 154: Invalid enumerator. (badenum)
     FALSE = 278,
-----^

They look to me to be the same as all the others, but only TRUE and FALSE
are causing the error.
I haven't found any hints on possible fixes and the latest daily snapshot
doesn't fix that either.

I'm using the tru64 native compiler and I only use the configure flags as
follows:

--prefix=/usr/local
--enable-gtk-doc-html=no

I'm not a C programmer and I couldn't find a fix for this...


Thanks,


-- 
Didier Godefroy
mailto:address@hidden
Support anti-Spam legislation.
Join the fight http://www.cauce.org/






reply via email to

[Prev in Thread] Current Thread [Next in Thread]