dotgnu-pnet
[Top][All Lists]
Advanced

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

Re: [Pnet-developers] Problem on building pnet-0.6.10 on AIX 5.1


From: Frank Griessbaum
Subject: Re: [Pnet-developers] Problem on building pnet-0.6.10 on AIX 5.1
Date: Thu, 6 Jan 2005 16:53:41 +0900 (JST)

Hi Gopal,

Thanks a lot!
Your hint worked  well with following options and file change:

changed in auto_gen.sh: "aclocal" to
# Run aclocal to update the macros.
aclocal -I ./

and with : ./configure --enable-threads=posix --without-libffi --without-libgc

Pnet is now build. Therafter I tried to get GNU gettext build, for which I 
actually needed PNET. Unfortunately there is a library missing which seems to 
belong to PNET (pls see below). Is it possible, that I lost this library 
"mscorlib" by one of the "--without" options in "./configure"?

You have some ideas about this issue?

Cheers 

frank

make[3]: Entering directory 
`/home/cic/frankg/tar/gettext-0.14.1/gettext-runtime/intl-java'
cd . && test ! -d /usr/lib/jdk1.1.8 || env PATH=/usr/lib/jdk1.1.8/bin:$PATH 
javadoc -d javadoc1 gnu/gettext/*.java
cd . && test ! -d /usr/lib/jdk1.3.1 || env PATH=/usr/lib/jdk1.3.1/bin:$PATH 
javadoc -d javadoc2 gnu/gettext/*.java
make[3]: Leaving directory 
`/home/cic/frankg/tar/gettext-0.14.1/gettext-runtime/intl-java'
Making all in intl-csharp
make[3]: Entering directory 
`/home/cic/frankg/tar/gettext-0.14.1/gettext-runtime/intl-csharp'
/bin/sh ../lib/csharpcomp.sh -O -g -o GNU.Gettext.dll ./intl.cs
mscorlib: No such library
make[3]: *** [GNU.Gettext.dll] Error 1
make[3]: Leaving directory 
`/home/cic/frankg/tar/gettext-0.14.1/gettext-runtime/intl-csharp'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/cic/frankg/tar/gettext-0.14.1/gettext-runtime'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/cic/frankg/tar/gettext-0.14.1/gettext-runtime'
make: *** [all-recursive] Error 1



--- "Gopal V" <address@hidden> ---


>Hi,
>
>> also with
>>     ./configure --enable-threads=posix
>> --without-libffi --without-libgc
>...
>> console.c:1214: error: too few arguments to function
>> `tparm'
>
>This should be fixed in the latest CVS pnet.
>Glibc has tparm declared as a varargs function,
>while SUS V3 defines it as a function accepting 
>9 parameters ..
>
>See
>http://savannah.gnu.org/cgi-bin/viewcvs/dotgnu-pnet/pnet/support/console.c.diff?r1=1.11&r2=1.12
>
>
>> Are there some more options to test?
>
>Btw, that fix was for AIX :)
>
>Gopal
>
>
>               
>__________________________________ 
>Do you Yahoo!? 
>Meet the all-new My Yahoo! - Try it today! 
>http://my.yahoo.com 
> 
>





reply via email to

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