2013/2/22, a.l.e <ale.comp_06 at xox.ch>: > please go to util_printer.cpp and check the conditions for using (or > not) line 61. > > if you just delete all the printing related lines in the cmake files, i > guess taht you're going for the default, which is (i guess) CUPS.
Hi a.l.e, thank you for your suggestion! I will try :-) In the meantime, looking at the code i have found that inside the config.h file (generated by cmake) there is this: /* #undef HAVE_CUPS */ Which obviously is disabled by " /* */ ". #undef HAVE_CUPS is also present in win-config.h, and assuming the fact that Windows don't uses/have CUPS, #undef HAVE_CUPS should definitely disable cups! The only fact is that i cannot edit config.h because is generated/resetted every time that i run cmake.. > i can't say much more, since i don't know much about the scribus print > code (except the fact that i would not be unhappy if all the printing > part would be removed and only the PDF workflow would survive... For me is enough to have only the pdf export :-) Best regards, -- Giovanni.
