I am working on dtprintinfo now -
"dtprintinfo -populate" does not create
any printer actions, despite the fact that
it finds the printes via CUPS.
Here's the output of the preprocessing stage
of programs/dtprintinfo/UI/DtPrinterIcon.C
if (stat(filename, &statbuff) < 0 || statbuff.st_size == 0)
create_file = 0;
else
create_file = 0;
}
and later:
if (create_file)
{
if (fp = fopen(filename, "w"))
Even changing those lines of objects/BaseObj.h does not help:
#elif defined(linux) || defined(CSRG_BASED)
#define false 0
#define true 0
#define boolean int
#else
Strange, isn't it?
//Marcin
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
cdesktopenv-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel