hojtsy Messages: 241 Registered: January 2006 Location: Budapest, Hungary
Experienced Member
luzr wrote on Thu, 03 August 2006 07:28
Yes, invoking theide with those params will compile without bringing up a GUI.
However if I remember well, the original problem was outdated libraries on target system (maybe that changed thing and I am wrong). And theide still requires GUI libraries to compile & run.
Fine!
WOW you still remember that old problem with outdated GUI libs. But this is not that situation: I am compiling a Core console application on a host with up to date GUI libs. Theide can start on the host, but I would like to use it through text terminal from a remote machine. The console app is statically linked, and later moved to a host where the GUI libs are outdated. The console app BTW parses C++ source files and outputs code metrics in XML report, which is hoped to be automatically post-processed to diagrams showing changes in the code metrics.