Displaying 1 result from an estimated 1 matches for "h_orig".
Did you mean:
sh_orig
2009 Dec 30
7
DO NOT REPLY [Bug 7015] New: Build problems on HP-UX, Tru64 -- alloca, -Wno-unused-parameter
...dme.c -o popt/findme.o
popt/findme.c: In function 'findProgramPath':
popt/findme.c:28: warning: implicit declaration of function 'alloca'
popt/findme.c:28: warning: incompatible implicit declaration of built-in
functio
n 'alloca'
Suggestion:
dyi # gdiff -u ./popt/system.h_orig ./popt/system.h
--- ./popt/system.h_orig 2006-11-08 20:37:38.000000000 -0600
+++ ./popt/system.h 2009-12-30 05:03:15.000000000 -0600
@@ -87,6 +87,8 @@
# endif
#elif defined(__GNUC__) && defined(__STRICT_ANSI__)
#define alloca __builtin_alloca
+#elif HAVE_ALLOCA_H
+# include &l...