Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-users: [Wireshark-users] Wireshark installation problems in solaris

From: arthy geraldin <arthy_l@xxxxxxxxxxx>
Date: Thu, 12 Apr 2007 11:34:19 +0530 (IST)
Hi,
 
I'm using the wireshark 0.99.5 version for installing in Solaris.
 
The messages I got during configure are in the attached file config.text
 
After configure when I give a make I get the following error.But as far as I know the configuration is correct.
 
/home1/ci/local/bin/perl ./make-version.pl .
Version configuration file version.conf not found.  Using defaults.
This is not a SVN build.
svnversion.h is up-to-date.
make  all-recursive
Making all in tools
Making all in lemon
gcc -D_U_=""   -o lemon
gcc: no input files
*** Error code 1
make: Fatal error: Command failed for target `lemon'
Current working directory /home1/ci/wireshark-0.99.5/tools/lemon
*** Error code 1

The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
  case $f in \
    *=* | --[!k]*);; \
    *k*) failcom='fail=yes';; \
  esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='lemon'; 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 && make  $local_target) \
  || eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /home1/ci/wireshark-0.99.5/tools
*** Error code 1
The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
  case $f in \
    *=* | --[!k]*);; \
    *k*) failcom='fail=yes';; \
  esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='tools wiretap doc epan plugins packaging help codecs gtk'; 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 && make  $local_target) \
  || eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /home1/ci/wireshark-0.99.5
*** Error code 1
make: Fatal error: Command failed for target
`all'
 
Could anyone tell me why I'm getting this error.
 
 
Thanks in advance,
GA



Real people. Real questions. Real answers. Share what you know.