[Nagiosplug-devel] [ nagiosplug-Bugs-1614164 ] 1.4.4/5 - regex_internal.h:458:20: alloca.h: No such file or
SourceForge.net
noreply at sourceforge.net
Tue Dec 26 09:13:53 CET 2006
Bugs item #1614164, was opened at 2006-12-13 04:38
Message generated for change (Comment added) made by daspez
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1614164&group_id=29880
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Compilation
Group: Release (specify)
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: alexus (a1exus)
Assigned to: Nobody/Anonymous (nobody)
Summary: 1.4.4/5 - regex_internal.h:458:20: alloca.h: No such file or
Initial Comment:
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../intl -I../plugins -I/usr/local/ssl/include -g -O2 -MT regex.o -MD -MP -MF ".deps/regex.Tpo" -c -o regex.o regex.c; \
then mv -f ".deps/regex.Tpo" ".deps/regex.Po"; else rm -f ".deps/regex.Tpo"; exit 1; fi
In file included from regex.c:55:
regex_internal.h:458:20: alloca.h: No such file or directory
gmake[4]: *** [regex.o] Error 1
gmake[4]: Leaving directory `/usr/local/src/nagios-plugins-1.4.5/lib'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/usr/local/src/nagios-plugins-1.4.5/lib'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/usr/local/src/nagios-plugins-1.4.5/lib'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/local/src/nagios-plugins-1.4.5'
gmake: *** [all] Error 2
d# find . -name regex.c
./lib/regex.c
d# find . -name alloca.h
d#
----------------------------------------------------------------------
Comment By: David (daspez)
Date: 2006-12-26 19:13
Message:
Logged In: YES
user_id=1676837
Originator: NO
Try compiling using the "--without-included-regex" parameter.
I have had the same issue under FreeBSD 5.5 and it compiles using the
above paramter.
HIH.
David
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1614164&group_id=29880
More information about the Devel
mailing list