bug-texinfo
[Top][All Lists]
Advanced

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

Re: [bug #45759] Can't find Texinfo::ModulePath


From: Vincent Belaïche
Subject: Re: [bug #45759] Can't find Texinfo::ModulePath
Date: Sun, 16 Aug 2015 08:16:26 +0200

Hello Gavin,

My answers below

>
>
>> I tried that, and it seems that autogen did not fully worked, as what I
>> got is the following:
>>

[...]

>> -| lib/Makefile.am:31: error: Libtool library used but 'LIBTOOL' is undefined
>> -| lib/Makefile.am:31:   The usual way to define 'LIBTOOL' is to add 
>> 'LT_INIT'
>> -| lib/Makefile.am:31:   to 'configure.ac' and run 'aclocal' and 'autoconf' 
>> again.
>> -| lib/Makefile.am:31:   If 'LT_INIT' is in 'configure.ac', make sure
>> -| lib/Makefile.am:31:   its definition is in aclocal's search path.
>> -| autoreconf: failed to run automake: Bad file number
>>
>> FYI, I checked that there is no LT_INIT in the configure.ac, neither
>> AM_PROG_LIBTOOL.
>>
>
>I managed to get the same error, it looks like libtoolize isn't being
>run by autoreconf, even though the manual says that it is. I've added
>it to the autogen.sh script, so maybe it will work now.
>

Ok, I tried it after an `svn update', and it went further --- I had to
install libtool from mingw sourceforge repo --- so both trunk/autogen
and trunk/configure completed their job now, but then when I went to tp
directory and launched `make', I got the following:

     -| make[3]: Entering directory 
`/c/Programmes/installation/texinfo-install/trunk/tp/Texinfo/Convert/XSParagraph'
     -| /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I. -I./gnulib/lib -I./gnulib/lib  -DPERL_USE_SAFE_PUTENV -DDEBUGGING    
-DVERSION=\"6.0\" -DXS_VERSION=\"6.0\" "-I/usr/lib/perl5/5.8/msys/CORE"  -MT 
XSParagraph_la-XSParagraph.lo -MD -MP -MF .deps/XSParagraph_la-XSParagraph.Tpo 
-c -o XSParagraph_la-XSParagraph.lo `test -f 'XSParagraph.c' || echo 
'./'`XSParagraph.c
     -| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I./gnulib/lib 
-I./gnulib/lib -DPERL_USE_SAFE_PUTENV -DDEBUGGING -DVERSION=\"6.0\" 
-DXS_VERSION=\"6.0\" -I/usr/lib/perl5/5.8/msys/CORE -MT 
XSParagraph_la-XSParagraph.lo -MD -MP -MF .deps/XSParagraph_la-XSParagraph.Tpo 
-c XSParagraph.c  -DDLL_EXPORT -DPIC -o .libs/XSParagraph_la-XSParagraph.o
     -| In file included from XSParagraph.xs:5:0:
error-> c:/Nos_Programmes/msys/lib/perl5/5.8/msys/CORE/perl.h:925:27: fatal 
error: netinet/in.h: No such file or directory
     -|  #   include <netinet/in.h>
     -|                            ^
     -| compilation terminated.
error-> make[3]: *** [XSParagraph_la-XSParagraph.lo] Error 1
error-> make[3]: Leaving directory 
`/c/Programmes/installation/texinfo-install/trunk/tp/Texinfo/Convert/XSParagraph'
error-> make[2]: *** [all-recursive] Error 1
error-> make[2]: Leaving directory 
`/c/Programmes/installation/texinfo-install/trunk/tp/Texinfo/Convert/XSParagraph'
error-> make[1]: *** [all] Error 2
error-> make[1]: Leaving directory 
`/c/Programmes/installation/texinfo-install/trunk/tp/Texinfo/Convert/XSParagraph'
error-> make: *** [all-recursive] Error 1


I had a look to MinGW and it seems that BSD sockets where never ported
to windows API. I am just surprised that texi2any needs sockets...

So I will follow your advice and try to compile with the other perl
installation (activestate perl), rather than the MSYS perl. I let you
know then.

VBR,
        Vincent Belaïche


---
L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel 
antivirus Avast.
http://www.avast.com




reply via email to

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