Pagina 1 di 1

[RISOLTO ]problemi installazione splix

Inviato: dom 26 dic 2010, 15:02
da sircello
salve. Sto cercando di installare il drive splix 2.0.0 per stampanti samsug , con cups 1.3.11 tutto filava liscio invece dopo aver aggiornato slackware 32 current che contiene cups 1.4.5 mi da il sequente errore ,

Codice: Seleziona tutto

bash-4.1$ make DISABLE_JBIG=1 THREADS=4 CACHESIZE=100
 +---------------------------------------------+
 |      COMPILATION PARAMETERS SUMMARY         |
 +---------------------------------------------+
 |      THREADS     =  enabled                 |
 |      THREADS Nr  =        4                 |
 |      CACHESIZE   =      100                 |
 |      JBIG        = disabled                 |
 |      BLACK OPTIM =  enabled                 |
 +---------------------------------------------+
 (Do a "make clean" before updating these values)

     CXX               src/rastertoqpdl.cpp
     CXX               src/request.cpp
     CXX               src/printer.cpp
     CXX               src/qpdl.cpp                                                                
src/qpdl.cpp: In function 'bool _renderBand(const Request&, const Band*, bool)':                   
src/qpdl.cpp:115:35: warning: dereferencing type-punned pointer will break strict-aliasing rules   
     CXX               src/document.cpp
src/document.cpp: In member function 'Page* Document::getNextRawPage(const Request&)':
src/document.cpp:84:10: warning: 'unsigned int cupsRasterReadHeader(cups_raster_t*, cups_page_header_t*)' is deprecated (declared at /usr/include/cups/raster.h:339)
src/document.cpp:84:47: warning: 'unsigned int cupsRasterReadHeader(cups_raster_t*, cups_page_header_t*)' is deprecated (declared at /usr/include/cups/raster.h:339)
     CXX               src/core.cpp
     CXX               src/compress.cpp
     CXX               src/algorithm.cpp
     CXX               src/ppdfile.cpp
src/ppdfile.cpp:285:40: error: 'PPDFile::Value::Value' names the constructor, not the type
src/ppdfile.cpp:285:63: error: ISO C++ forbids declaration of 'val' with no type
src/ppdfile.cpp:285:6: error: prototype for 'void PPDFile::Value::operator=(const int&)' does not match any in class 'PPDFile::Value'
include/ppdfile.h:199:25: error: candidate is: void PPDFile::Value::operator=(const PPDFile::Value&)
make: *** [optimized/src/ppdfile.o] Error 1
bash-4.1$ 
qualcuno più esperto di compilatori può aiutarmi. grazie
Buone Feste a Tutti

Dopo varie ricerche ho risolto il problema , applicando una pacth scaricata da http://sourceforge.net/tracker/?func=de ... tid=874748 t
Buon Anno.