bug-texinfo
[Top][All Lists]
Advanced

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

problem with gnulib tp/Texinfo/XS/gnulib/lib/stdlib.h?


From: Patrice Dumas
Subject: problem with gnulib tp/Texinfo/XS/gnulib/lib/stdlib.h?
Date: Sun, 16 Jan 2022 21:20:46 +0100

Hello,

With the gnulib file as in git, I get, after compilation without visible
error:
$ ./texi2any.pl 
perl: symbol lookup error: ../tp/Texinfo/XS/.libs/Parsetexi.so: undefined 
symbol: rpl_free

after make clean and make there is a diff with the version in git, but
then it compiles and runs fine.  The diff is:
--- a/tp/Texinfo/XS/gnulib/lib/stdlib.h
+++ b/tp/Texinfo/XS/gnulib/lib/stdlib.h
@@ -731,7 +731,7 @@ _GL_WARN_ON_USE (_Exit, "_Exit is unportable - "


 #if 1
-# if 1
+# if 0
 #  if !(defined __cplusplus && defined GNULIB_NAMESPACE)
 #   undef free
 #   define free rpl_free



There is a stdlib.in.h file in tp/Texinfo/XS/gnulib, so maybe
tp/Texinfo/XS/gnulib/lib/stdlib.h should not be in the VCS?

-- 
Pat



reply via email to

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