Posts by gbgb

    Hi,
    I have the same problem on Solaris 10 (i386), but the fix proposed does not work.
    It seems that the jpeg install and make worked as there were no error displayed, though 2 errors were listed in the log file and the make test did not work.
    I did
    sudo make install-lib
    and I get
    mksh: Fatal error: Cannot load command `./install-sh': Bad file number
    Any idea?
    Thank you,
    gilles

    Hi,
    I am also having problems to compile (version 14.16beta on solaris10 i386).
    jpeg-6c is OK
    the install in jasper-1.900.1-6ct is OK
    when I compile it, I get the messages listed at the end.
    Any idea what I am doing wrong?
    Thank you,
    Gilles





    Making all in jpg
    if /bin/bash ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -g -O2 -MT jpg_dec.lo -MD -MP -MF ".deps/jpg_dec.Tpo" -c -o jpg_dec.lo jpg_dec.c; \
    then mv -f ".deps/jpg_dec.Tpo" ".deps/jpg_dec.Plo"; else rm -f ".deps/jpg_dec.Tpo"; exit 1; fi
    gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -g -O2 -MT jpg_dec.lo -MD -MP -MF .deps/jpg_dec.Tpo -c jpg_dec.c -o jpg_dec.o
    jpg_dec.c: In function `jpg_put_pixel_rows':
    jpg_dec.c:312: error: `JSAMPLE16' undeclared (first use in this function)
    jpg_dec.c:312: error: (Each undeclared identifier is reported only once
    jpg_dec.c:312: error: for each function it appears in.)
    jpg_dec.c:312: error: `bufptr16' undeclared (first use in this function)
    jpg_dec.c:329: error: `JSAMPROW16' undeclared (first use in this function)
    *** Error code 1
    make: Fatal error: Command failed for target `jpg_dec.lo'
    Current working directory /usr1/app/conquestlinux1416beta/jasper-1.900.1-6ct/src/libjasper/jpg
    *** 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='include base bmp jp2 jpc jpg mif pgx pnm ras'; 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 /usr1/app/conquestlinux1416beta/jasper-1.900.1-6ct/src/libjasper
    *** 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='libjasper appl msvc'; 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 /usr1/app/conquestlinux1416beta/jasper-1.900.1-6ct/src
    *** 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='src'; 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'

    Hi,
    My application is for a large PACS used for research purposes only at our hospital. We are presently using CTN with postgres and, while I am upgrading the server, I decided to upgrade the DICOM server software at the same time. My intention is to install conquest on a SOLARIS 10 machine.
    While I am getting everything together, I see that I have a choice of database software. In the windows installation manual, you compare the different choices of database software and it seems that postgres compares favorably to the other choices. Does this comparison hold with the UNIX installation? Would you recommend other database software instead?
    Thank you.