Hello all,

can anybody help with a compilation problem?

I'm using the source for version 2.1.

  ./configure
  dmake

all runs fine but "dmake check" failes  with:
---
/opt/mine/solstudio12.2/bin/dmake  testcms
artest --> 1 job
cc -xc99=all -DPACKAGE_NAME=\"lcms2\" -DPACKAGE_TARNAME=\"lcms2\"
-DPACKAGE_VERSION=\"2.1\" -DPACKAGE_STRING=\"lcms2\ 2.1\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHasJPEG=1 -DHasZLIB=1
-DHasTIFF=1 -DHAVE_TIFFCONF_H=1 -I. -I. -I../include -I../include
-I../src   -I/tmp/im/ImageMagick-6.6.9-6/include  --pedantic -Wall
-std=c99 -O2 -c testcms2.c
artest --> Job output
cc -xc99=all -DPACKAGE_NAME=\"lcms2\" -DPACKAGE_TARNAME=\"lcms2\"
-DPACKAGE_VERSION=\"2.1\" -DPACKAGE_STRING=\"lcms2\ 2.1\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHasJPEG=1 -DHasZLIB=1
-DHasTIFF=1 -DHAVE_TIFFCONF_H=1 -I. -I. -I../include -I../include
-I../src   -I/tmp/im/ImageMagick-6.6.9-6/include  --pedantic -Wall
-std=c99 -O2 -c testcms2.c
cc: Warning: Option --pedantic passed to ld, if ld is invoked, ignored otherwise
cc: -W option with unknown program all
*** Error code 1
dmake: Fatal error: Command failed for target `testcms2.o'
Current working directory /opt/mine/build2/imagemagick/lcms2-2.1/testbed
*** Error code 1
dmake: Fatal error: Command failed for target `check-am'
Current working directory /opt/mine/build2/imagemagick/lcms2-2.1/testbed
*** 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 check-recursive | sed s/-recursive//`; \
list='src include utils/tificc utils/transicc utils/linkicc
utils/jpgicc utils/psicc testbed'; 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 && /opt/mine/solstudio12.2/bin/dmake  $local_target) \
  || eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
  /opt/mine/solstudio12.2/bin/dmake  "$target-am" || exit 1; \
fi; test -z "$fail"
dmake: Fatal error: Command failed for target `check-recursive'
---

Thanks for any help,
Axel.

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Lcms-user mailing list
Lcms-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lcms-user

Reply via email to