Cannot compile

  • Hi, I downloaded conquestlinux1416alpha3.tar.gz to compile Conquest in Ubuntu 10.04.


    When I execute ./maklinux or ./maklinux_sqlite, it can't find jasper/jasper.h, I thougth the problem was related to the fact that libjasper is in "jasper-1.900.1-6ct/src/libjasper/include/jasper/", so I created a symlink to that directory called just "jasper", but the result is the same.


    Any hint?.


    This is what I get when I do ./maklinux:


    In file included from total.cpp:109:
    nkiqrsop.cpp:179:27: error: jasper/jasper.h: No existe el fichero ó directorio
    In file included from total.cpp:109:
    nkiqrsop.cpp: In function ‘BOOL CompressJPEG2K(DICOMDataObject*, BOOL)’:
    nkiqrsop.cpp:5533: error: ‘jas_stream_t’ was not declared in this scope
    nkiqrsop.cpp:5533: error: ‘out’ was not declared in this scope
    nkiqrsop.cpp:5533: error: ‘stream’ was not declared in this scope
    nkiqrsop.cpp:5534: error: ‘jas_image_t’ was not declared in this scope
    nkiqrsop.cpp:5534: error: ‘image’ was not declared in this scope
    nkiqrsop.cpp:5535: error: ‘jas_image_cmpt_t’ was not declared in this scope
    nkiqrsop.cpp:5535: error: ‘newcmpt’ was not declared in this scope
    nkiqrsop.cpp:5535: error: ‘cmpt’ was not declared in this scope
    nkiqrsop.cpp:5536: error: ‘jas_stream_memobj_t’ was not declared in this scope
    nkiqrsop.cpp:5536: error: ‘obj’ was not declared in this scope
    nkiqrsop.cpp:5537: error: ‘jas_image_coord_t’ was not declared in this scope
    nkiqrsop.cpp:5537: error: expected ‘;’ before ‘width’
    nkiqrsop.cpp:5563: error: ‘height’ was not declared in this scope
    nkiqrsop.cpp:5571: error: ‘height’ was not declared in this scope
    nkiqrsop.cpp:5588: error: ‘width’ was not declared in this scope
    nkiqrsop.cpp:5596: error: ‘width’ was not declared in this scope
    nkiqrsop.cpp:5637: error: ‘JAS_CLRSPC_FAM_GRAY’ was not declared in this scope
    nkiqrsop.cpp:5644: error: ‘JAS_CLRSPC_FAM_RGB’ was not declared in this scope
    nkiqrsop.cpp:5657: error: ‘JAS_CLRSPC_FAM_YCBCR’ was not declared in this scope
    nkiqrsop.cpp:5727: error: ‘width’ was not declared in this scope
    nkiqrsop.cpp:5727: error: ‘height’ was not declared in this scope
    nkiqrsop.cpp:5761: error: ‘JAS_CLRSPC_FAM_GRAY’ was not declared in this scope
    nkiqrsop.cpp:5768: error: ‘byteCnt’ was not declared in this scope
    nkiqrsop.cpp:5777: error: ‘byteCnt’ was not declared in this scope
    nkiqrsop.cpp:5802: error: ‘JAS_CLRSPC_FAM_RGB’ was not declared in this scope
    nkiqrsop.cpp:5803: error: ‘byteCnt’ was not declared in this scope
    nkiqrsop.cpp:5885: error: ‘rowCnt’ was not declared in this scope
    nkiqrsop.cpp:5964: error: ‘jas_init’ was not declared in this scope
    nkiqrsop.cpp:5971: error: expected primary-expression before ‘)’ token
    nkiqrsop.cpp:5971: error: expected ‘)’ before ‘malloc’
    nkiqrsop.cpp:5977: error: expected ‘)’ before ‘image’
    nkiqrsop.cpp:5981: error: ‘JAS_CLRSPC_UNKNOWN’ was not declared in this scope
    nkiqrsop.cpp:5985: error: expected primary-expression before ‘)’ token
    nkiqrsop.cpp:5985: error: expected ‘)’ before ‘jas_malloc’
    nkiqrsop.cpp:5995: error: expected ‘)’ before ‘for’
    nkiqrsop.cpp:5995: error: expected ‘)’ before ‘;’ token
    nkiqrsop.cpp:5995: error: expected ‘;’ before ‘)’ token
    nkiqrsop.cpp:6002: error: expected primary-expression before ‘)’ token
    nkiqrsop.cpp:6002: error: expected ‘)’ before ‘jas_malloc’
    nkiqrsop.cpp:6010: error: expected ‘)’ before ‘image’
    nkiqrsop.cpp:6011: error: ‘JAS_IMAGE_CT_UNKNOWN’ was not declared in this scope
    nkiqrsop.cpp:6023: error: ‘jas_stream_memopen’ was not declared in this scope
    nkiqrsop.cpp:6025: error: ‘jas_free’ was not declared in this scope
    nkiqrsop.cpp:6026: error: ‘jas_image_destroy’ was not declared in this scope
    nkiqrsop.cpp:6037: error: ‘JAS_CLRSPC_FAM_GRAY’ was not declared in this scope
    nkiqrsop.cpp:6038: error: ‘JAS_CLRSPC_SGRAY’ was not declared in this scope
    nkiqrsop.cpp:6038: error: ‘jas_image_setclrspc’ was not declared in this scope
    nkiqrsop.cpp:6039: error: ‘JAS_CLRSPC_CHANIND_GRAY_Y’ was not declared in this scope
    nkiqrsop.cpp:6039: error: ‘JAS_IMAGE_CT_COLOR’ was not declared in this scope
    nkiqrsop.cpp:6039: error: ‘jas_image_setcmpttype’ was not declared in this scope
    nkiqrsop.cpp:6041: error: ‘JAS_CLRSPC_FAM_RGB’ was not declared in this scope
    nkiqrsop.cpp:6042: error: ‘JAS_CLRSPC_SRGB’ was not declared in this scope
    nkiqrsop.cpp:6044: error: ‘JAS_CLRSPC_CHANIND_RGB_R’ was not declared in this scope
    nkiqrsop.cpp:6046: error: ‘JAS_CLRSPC_CHANIND_RGB_G’ was not declared in this scope
    nkiqrsop.cpp:6048: error: ‘JAS_CLRSPC_CHANIND_RGB_B’ was not declared in this scope
    nkiqrsop.cpp:6051: error: ‘JAS_CLRSPC_SYCBCR’ was not declared in this scope
    nkiqrsop.cpp:6053: error: ‘JAS_CLRSPC_CHANIND_YCBCR_Y’ was not declared in this scope
    nkiqrsop.cpp:6055: error: ‘JAS_CLRSPC_CHANIND_YCBCR_CB’ was not declared in this scope
    nkiqrsop.cpp:6058: error: ‘JAS_CLRSPC_CHANIND_YCBCR_CR’ was not declared in this scope
    nkiqrsop.cpp:6064: error: ‘jas_stream_fopen’ was not declared in this scope
    nkiqrsop.cpp:6066: error: ‘jas_image_destroy’ was not declared in this scope
    nkiqrsop.cpp:6073: error: ‘JAS_CLRSPC_FAM_YCBCR’ was not declared in this scope
    nkiqrsop.cpp:6078: error: ‘jpc_encode’ was not declared in this scope
    nkiqrsop.cpp:6080: error: ‘jas_stream_close’ was not declared in this scope
    nkiqrsop.cpp:6082: error: ‘jas_image_destroy’ was not declared in this scope
    nkiqrsop.cpp:6088: error: ‘jas_image_destroy’ was not declared in this scope
    nkiqrsop.cpp:6089: error: ‘jas_stream_close’ was not declared in this scope
    nkiqrsop.cpp:6177: error: ‘JAS_CLRSPC_FAM_YCBCR’ was not declared in this scope
    nkiqrsop.cpp:6189: error: ‘JAS_CLRSPC_FAM_YCBCR’ was not declared in this scope
    nkiqrsop.cpp: In function ‘BOOL DecompressJPEG2K(DICOMDataObject*)’:
    nkiqrsop.cpp:6217: error: ‘jas_stream_t’ was not declared in this scope
    nkiqrsop.cpp:6217: error: ‘jas_in’ was not declared in this scope
    nkiqrsop.cpp:6217: error: ‘jas_out’ was not declared in this scope
    nkiqrsop.cpp:6218: error: ‘jas_image_t’ was not declared in this scope
    nkiqrsop.cpp:6218: error: ‘decompImage’ was not declared in this scope
    nkiqrsop.cpp:6220: error: ‘jas_cmprof_t’ was not declared in this scope
    nkiqrsop.cpp:6220: error: ‘outprof’ was not declared in this scope
    nkiqrsop.cpp:6250: error: ‘jas_init’ was not declared in this scope
    nkiqrsop.cpp:6290: error: ‘jas_stream_memopen’ was not declared in this scope
    nkiqrsop.cpp:6296: error: ‘jpc_decode’ was not declared in this scope
    nkiqrsop.cpp:6299: error: ‘jas_stream_close’ was not declared in this scope
    nkiqrsop.cpp:6302: error: ‘jas_stream_close’ was not declared in this scope
    nkiqrsop.cpp:6311: error: ‘jas_image_destroy’ was not declared in this scope
    nkiqrsop.cpp:6320: error: ‘jas_stream_rewind’ was not declared in this scope
    nkiqrsop.cpp:6321: error: ‘jas_stream_length’ was not declared in this scope
    nkiqrsop.cpp:6334: error: ‘jas_image_destroy’ was not declared in this scope
    nkiqrsop.cpp:6351: error: ‘jas_stream_getc’ was not declared in this scope
    nkiqrsop.cpp:6360: error: ‘jas_stream_getc’ was not declared in this scope
    nkiqrsop.cpp:6364: error: ‘jas_stream_length’ was not declared in this scope
    nkiqrsop.cpp:6367: error: ‘jas_stream_getc’ was not declared in this scope
    nkiqrsop.cpp:6397: error: ‘jas_image_destroy’ was not declared in this scope


    Leonardo.

  • Did you try to build it as stated? Jasper is in the tar file.


    Marcel


    unpack the tar file


    cd jpeg-6c
    ./configure
    make
    cd ..


    cd jasper-1.900.1-6ct
    ./configure
    make


    cd ..
    ./maklinux_sqlite
    ./dgate -v -r
    ./dgate -v

  • I am having the same issue. followed the exact same steps as mentioned in the previous post. Getting the same output from ./maklinux_sqlite as the OP mentioned.


    I would prefer to use mysql as the DB engine. however ./maklinux_mysql produces the following error.


    mvcit@MVCPACS:~/conquest$ ./maklinux_mysql
    In file included from dgate.hpp:68,
    from vrtosql.cpp:62,
    from total.cpp:105:
    odbci.hpp:118:20: error: mysql.h: No such file or directory
    In file included from total.cpp:135:
    nkiqrsop.cpp:196:27: error: jasper/jasper.h: No such file or directory
    In file included from dgate.hpp:68,
    from vrtosql.cpp:62,
    from total.cpp:105:
    odbci.hpp:272: error: ISO C++ forbids declaration of âMYSQLâ with no type
    odbci.hpp:272: error: expected â;â before â*â token
    odbci.hpp:273: error: ISO C++ forbids declaration of âMYSQL_RESâ with no type
    odbci.hpp:273: error: expected â;â before â*â token
    In file included from total.cpp:134:
    odbci.cpp: In constructor âDatabase::Database()â:
    odbci.cpp:2659: error: class âDatabaseâ does not have any field named âmydataâ
    odbci.cpp:2660: error: class âDatabaseâ does not have any field named âresâ
    odbci.cpp: In constructor âDatabase::Database(DBTYPE)â:
    odbci.cpp:2812: error: class âDatabaseâ does not have any field named âmydataâ
    odbci.cpp:2813: error: class âDatabaseâ does not have any field named âresâ
    odbci.cpp: In destructor âvirtual Database::~Database()â:
    odbci.cpp:2943: error: âmydataâ was not declared in this scope
    odbci.cpp:2945: error: âmysql_closeâ was not declared in this scope
    odbci.cpp: In member function âvirtual BOOL Database::Open(const char*, const char*, const char*, const char*)â:
    odbci.cpp:3220: error: âMYSQL_PORTâ was not declared in this scope
    odbci.cpp:3230: error: âmydataâ was not declared in this scope
    odbci.cpp:3237: error: âmydataâ was not declared in this scope
    odbci.cpp:3237: error: âMYSQLâ was not declared in this scope
    odbci.cpp:3237: error: expected primary-expression before â)â token
    odbci.cpp:3237: error: âmysql_initâ was not declared in this scope
    odbci.cpp:3237: error: âmysql_real_connectâ was not declared in this scope
    odbci.cpp:3240: error: âmysql_errorâ was not declared in this scope
    odbci.cpp:3241: error: âmysql_closeâ was not declared in this scope
    odbci.cpp:3271: error: âmydataâ was not declared in this scope
    odbci.cpp:3271: error: âmysql_select_dbâ was not declared in this scope
    odbci.cpp:3274: error: âmysql_closeâ was not declared in this scope
    odbci.cpp: In member function âvirtual BOOL Database::Close()â:
    odbci.cpp:3389: error: âresâ was not declared in this scope
    odbci.cpp:3391: error: âmysql_free_resultâ was not declared in this scope
    odbci.cpp:3396: error: âmydataâ was not declared in this scope
    odbci.cpp:3398: error: âmysql_closeâ was not declared in this scope
    odbci.cpp: In member function âvirtual int Database::MYSQLExec(char*, BOOL)â:
    odbci.cpp:3599: error: âresâ was not declared in this scope
    odbci.cpp:3601: error: âmysql_free_resultâ was not declared in this scope
    odbci.cpp:3605: error: âmydataâ was not declared in this scope
    odbci.cpp:3605: error: âmysql_queryâ was not declared in this scope
    odbci.cpp:3609: error: âresâ was not declared in this scope
    odbci.cpp:3609: error: âmysql_store_resultâ was not declared in this scope
    odbci.cpp:3612: error: âmysql_num_rowsâ was not declared in this scope
    odbci.cpp:3613: error: âmysql_num_fieldsâ was not declared in this scope
    odbci.cpp: In member function âvirtual BOOL Database::BindField(UWORD, SWORD, void*, SDWORD, SDWORD*)â:
    odbci.cpp:4649: error: âresâ was not declared in this scope
    odbci.cpp:4660: error: âresâ was not declared in this scope
    odbci.cpp:4660: error: âmysql_fetch_field_directâ was not declared in this scope
    odbci.cpp: In member function âvirtual BOOL Database::NextRecord()â:
    odbci.cpp:4867: error: âMYSQL_ROWâ was not declared in this scope
    odbci.cpp:4867: error: expected â;â before ârowâ
    odbci.cpp:4870: error: âresâ was not declared in this scope
    odbci.cpp:4874: error: ârowâ was not declared in this scope
    odbci.cpp:4874: error: âresâ was not declared in this scope
    odbci.cpp:4874: error: âmysql_fetch_rowâ was not declared in this scope
    odbci.cpp:4878: error: âmysql_fetch_lengthsâ was not declared in this scope
    odbci.cpp: In member function âvirtual BOOL Database::PrintLastError()â:
    odbci.cpp:5687: error: âmydataâ was not declared in this scope
    odbci.cpp:5687: error: âmysql_errorâ was not declared in this scope
    In file included from total.cpp:135:
    nkiqrsop.cpp: In function âBOOL CompressJPEG2K(DICOMDataObject*, int)â:
    nkiqrsop.cpp:5633: error: âjas_stream_tâ was not declared in this scope
    nkiqrsop.cpp:5633: error: âoutâ was not declared in this scope
    nkiqrsop.cpp:5634: error: âjas_image_tâ was not declared in this scope
    nkiqrsop.cpp:5634: error: âimageâ was not declared in this scope
    nkiqrsop.cpp:5635: error: âjas_image_cmpt_tâ was not declared in this scope
    nkiqrsop.cpp:5635: error: âcmptâ was not declared in this scope
    nkiqrsop.cpp:5636: error: âjas_image_coord_tâ was not declared in this scope
    nkiqrsop.cpp:5636: error: expected â;â before âbyteCntâ
    nkiqrsop.cpp:5652: error: âjas_setdbglevelâ was not declared in this scope
    nkiqrsop.cpp:5668: error: âjas_initâ was not declared in this scope
    nkiqrsop.cpp:5675: error: expected primary-expression before â)â token
    nkiqrsop.cpp:5675: error: expected â)â before âmallocâ
    nkiqrsop.cpp:5681: error: expected â)â before âimageâ
    nkiqrsop.cpp:5683: error: âJAS_CLRSPC_UNKNOWNâ was not declared in this scope
    nkiqrsop.cpp:5719: error: âsizeâ was not declared in this scope
    nkiqrsop.cpp:5723: error: âJAS_CLRSPC_FAM_GRAYâ was not declared in this scope
    nkiqrsop.cpp:5739: error: âJAS_CLRSPC_FAM_RGBâ was not declared in this scope
    nkiqrsop.cpp:5743: error: âJAS_CLRSPC_FAM_YCBCRâ was not declared in this scope
    nkiqrsop.cpp:5748: error: âJAS_CLRSPC_FAM_RGBâ was not declared in this scope
    nkiqrsop.cpp:5859: error: expected primary-expression before â)â token
    nkiqrsop.cpp:5859: error: expected â)â before âjas_mallocâ
    In file included from total.cpp:145:
    npipe.cpp:351: error: expected â)â at end of input
    npipe.cpp:351: error: expected â)â at end of input
    npipe.cpp:351: error: expected statement at end of input
    npipe.cpp:351: error: expected â}â at end of input
    cp: cannot stat `dgate': No such file or directory



    Is there a detailed installation guide available?

  • Hi,


    There is a build guide in the tar file (linuxmanual.pdf) but is shows the same commands. Have a look in maklinux and check that the include file paths stated on the g++ command line are correct (for mysql: -I/usr/local/mysql/include -I/usr/include/mysql). I assume that the include file paths for jasper are exported when you compile it. You can maybe also try to add the search path for jasper to fix the issue. (-Ijasper-1.900.1-6ct\src\libjasper\include\jasper)


    It compiles for me on Ubuntu 8.10, but I may have some links or exports left over...


    Marcel

  • I had the same issue with the posters above, using Ubuntu 10.04.1 AMD64, following the instructions in the linux manual.


    I then went back and did a sudo make install for both the jpeg-6c and jasper directories, then did sudo sh maklinux, and it seems to have worked. Well, I now have a compiled dgate - I haven't tested it yet!


    I hope that helps some one else!

  • ./configure make & make install jpeg-6c 1st
    then jasper:


    If jasper throws errors about something like 'incompatible jpeg' or some such do ./configure --disable-libjpeg (from /docs/jasper.pdf)
    then your make and make install


    That should get you through the ./configure make and make install for jasper, then assuming you have your mysql setup correctly, the maklinux_mysql should just work.


    PS I install conquest in /opt and then third partition (sda3) labeled "dicom" so MAG0 = /media/_dicom (675gb jk compression) on my test server


    Matt


    Don't forget to go to the /usr/local/cgi-bin and copy the acrnema.map and change the dicom.ini settings to match your configuration if you want web access.


    BTW, any info on an updated user/admin web interface? I remember reading about someone trying to build something some time ago.

  • Installing from "conquestlinux1416beta.tar.gz" on clean "Ubuntu Server 10.04" machine
    Compiling "jpeg-16" and "jasper-1.900.1-6ct" as described in "linuxmanual.pdf" succeeded
    Encountered OP's compilation problem for "maklinux"
    Confirmed snalbansed's solution


    Found additional problem: In absence of directory "/usr/local/man/man1", "maklinux" errors and stops. Manually creating this directory with "sudo mkdir /usr/local/man/man1" solved this problem.


    Installation script for "maklinux" should be changed to: (why not include this in "maklinux" and it variations?)


    cd jpeg-6c
    ./configure
    make
    sudo make install
    cd ..


    cd jasper-1.900.1-6ct
    ./configure
    make
    sudo make install
    cd ..


    sudo sh maklinux

  • I, too, am having problems getting conquestlinux1416beta.tar.gz to compile properly under Ubuntu 10.04. I have extracted the files according to the instructions and both jasper and jpeg compile properly. I have previously installed LAMP on this system so I want to make use of the existing MySql installation. When I run $sudo ./maklinux_mysql I get the following results:



    In file included from total.cpp:135:
    nkiqrsop.cpp:5144: error: byte has not been declared
    nkiqrsop.cpp:5144: error: byte has not been declared
    nkiqrsop.cpp:5144: error: byte has not been declared
    nkiqrsop.cpp:5147: error: byte has not been declared
    nkiqrsop.cpp:5148: error: byte has not been declared
    nkiqrsop.cpp:5148: error: byte has not been declared
    nkiqrsop.cpp:5148: error: byte has not been declared
    nkiqrsop.cpp: In function BOOL ToGif(DICOMDataObject*, char*, int, int, int, int, unsigned int):
    nkiqrsop.cpp:5171: error: cannot convert unsigned char* to int* for argument 4 to int WriteGIFHeader(FILE*, int, int, int*, int*, int*, int, ColorStyleType, char*)
    nkiqrsop.cpp:5183: error: cannot convert unsigned char* to int* for argument 2 to int WriteGIFFrame(FILE*, int*, int, int, int*, int*, int*, int, int, int, ColorStyleType)
    In file included from total.cpp:137:
    dgate.cpp: In function int ParseArgs(int, char**):
    dgate.cpp:8968: warning: format not a string literal and no format arguments
    dgate.cpp:8969: warning: format not a string literal and no format arguments
    dgate.cpp: In member function virtual BOOL StorageApp::ServerChild(int):
    dgate.cpp:16358: error: max was not declared in this scope
    cp: cannot stat `dgate': No such file or directory

  • 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'

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!