Hi,

On Mon, Feb 04, 2008 at 03:53:19PM -0500, Paul Roberts wrote:
> I'm trying to build Heartbeat on S10 x86 and I'm getting a failure when I 
> try to build it from source.  Can anyone help?
>
> lex   `test -f conf_lex.l || echo './'`conf_lex.l
> "conf_lex.l":line 80: Error: missing translation value

A shot in the dark: perhaps using flex instead of lex would help.

Thanks,

Dejan

> gmake[2]: *** [conf_lex.c] Error 1
> gmake[2]: Leaving directory 
> `/export/home/pr199865/Heartbeat/heartbeat-2.1.3/telecom/recoverymgrd'
> gmake[1]: *** [all-recursive] Error 1
> gmake[1]: Leaving directory 
> `/export/home/pr199865/Heartbeat/heartbeat-2.1.3/telecom'
> *** Error code 1
> The following command caused the error:
> set fnord $MAKEFLAGS; amf=$2; \
> dot_seen=no; \
> target=`echo all-recursive | sed s/-recursive//`; \
> list='libltdl debian pkg port replace include lib             heartbeat 
> membership telecom resources lrm crm             fencing logd  tools doc 
> cts       config  contrib'; for subdir in $list; do \
>   echo "Making $target in $subdir"; \
>   if test "$subdir" = "."; then \
>     dot_seen=yes; \
>     local_target="$target-am"; \
>   else \
>     local_target="$target"; \
>   fi; \
>   (cd $subdir && gmake   $local_target) \
>    || case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
> done; \
> if test "$dot_seen" = "no"; then \
>   gmake   "$target-am" || exit 1; \
> fi; test -z "$fail"
> make: Fatal error: Command failed for target `all-recursive'
>
>
> Thanks,
>
> Paul
> _______________________________________________
> Linux-HA mailing list
> Linux-HA@lists.linux-ha.org
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems
_______________________________________________
Linux-HA mailing list
Linux-HA@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to