problems with po dir

Amilcar do Carmo Lucas amilcar at ida.ing.tu-bs.de
Thu Dec 16 00:56:11 GMT 2004


On Thursday 16 December 2004 00:18, Andreas Pakulat wrote:
> On 15.Dec 2004 - 23:44:21, Amilcar do Carmo Lucas wrote:
> Is this a general rule? 
The rules are:
default - > build in the source directory (object and source files are together)
debug -> build with compiler debug options in the debug/ subdirectory (object files goto debug/)
optimized -> build with compiler optimizations in the optimized/ subdirectory (object files goto optimized/)

> Sorry for all the "stupid" questioning, but I'd like to know the
> reasons for such problems, at least basically.

default -> Is used if you want and need a sloppy way of storing your files, or if you need to translate you program (this is a bug in XGETTEXT/KDE)
debug -> Is used if you like a clean separation of your object files (good project organization) and you want to debug your program.
optimized -> Is used if you like a clean separation of your object files (good project organization) and you do not want to debug your program but want it to run very fast.

The default can not be mixed with the other two and vice versa because of a bug in GNU Autotools.

-- 
Amilcar Lucas
Current webmaster
The KDevelop project

-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list