Menu

Splix 1.1.0 - errors in makefile

Help
Robert
2007-11-17
2013-05-28
  • Robert

    Robert - 2007-11-17

    Hello,

    I tried to install the newest version splix-1.1.0. When typing make the following errors occurred:

    spl2.cpp:34:21: error: jbig.h: Datei oder Verzeichnis nicht gefunden
    spl2.cpp: In function ‘void callbackJBIGCompression(unsigned char*, size_t, void*)’:
    spl2.cpp:273: warning: format ‘%ld’ expects type ‘long int’, but argument 3 has type ‘size_t’
    spl2.cpp: In member function ‘int SPL2::_compressByDocument(Document*, long unsigned int, long unsigned int, long unsigned int)’:
    spl2.cpp:325: error: elements of array ‘jbg_enc_state layerState [4]’ have incomplete type
    spl2.cpp:325: error: storage size of ‘layerState’ isn't known
    spl2.cpp:370: error: ‘jbg_enc_init’ was not declared in this scope
    spl2.cpp:371: error: ‘JBG_DELAY_AT’ was not declared in this scope
    spl2.cpp:371: error: ‘JBG_LRLTWO’ was not declared in this scope
    spl2.cpp:372: error: ‘JBG_TPBON’ was not declared in this scope
    spl2.cpp:372: error: ‘jbg_enc_options’ was not declared in this scope
    spl2.cpp:373: error: ‘jbg_enc_out’ was not declared in this scope
    spl2.cpp:374: error: ‘jbg_enc_free’ was not declared in this scope
    make[1]: *** [spl2.o] Fehler 1
    make[1]: Leaving directory `/home/robby/public_html/splix-1.1.0/src'
    make: *** [src] Fehler 2

    What's wrong?

    Robert

     
    • Robert

      Robert - 2007-11-17

      Oh, I 'm sorry. I didn't notice that there must be libjbig on my system. It wasn't in earlier versions of splix.
      The new driver works very good in color-mode - much better than splix 1.0.1 with my Samsung-CLP 510.
      Well done!

      Robert

       

Log in to post a comment.