Get rid of CUPS while configuring
Hi, i'm trying to build Scribus on Haiku :-)
I have all deps available except CUPS. In the official readme of Scribus, CUPS is described as optional. When i do cmake, told me that CUPS is not found.
In the config.h i saw this: // *#undef HAVE_CUPS *// ; this should exclude CUPS dependency, but if i modify this as #undef HAVE_CUPS, every time that i run cmake, is resetted.
After a search on Google i have not found nothig which could lead me on how disable CUPS dependency.. But i am sure that there is a way to disable CUPS supports, since Scribus could be compiled also on Windows, without CUPS.
Someone know a solution?

Comments
Re: Get rid of CUPS while configuring
Sounds like config.h is generated by cmake or some other configure script.
Re: Get rid of CUPS while configuring
For now i have partially solved deleting references of CUPS_LIBRARIES and CUPS:INCLUDE_DIR inside cmakelist.txt;
Abd i have also applied this patch: http://scribus.net/websvn/diff.php?repname=Scribus&rev=18109&path=/branc...
Now i get these errors:
Re: Get rid of CUPS while configuring
Solved:
http://haikuware.com/directory/view-details/productivity/desktop-publish...
;-)