To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94361
                 Issue #|94361
                 Summary|compiling files with debug=1 does not seem to use prec
                        |ompiled headers at all
               Component|tools
                 Version|DEV300m30
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|dmake
             Assigned to|hjs
             Reported by|fs





------- Additional comments from [EMAIL PROTECTED] Fri Sep 26 13:57:17 +0000 
2008 -------
- do:
  > cd svx\inc
  > dmake debug=1
  > cd ..\source\fmcomp
  > vim fmgridcl.cxx
- in fmgridcl.cxx, remove the '#include "precompiled_svx.hxx"' statement,
  and save the file
- do:
  > dmake debug=1
=> compilation just works fine.

If you do the very same thing without the "debug=1" switches, the compilation
complains about the missing PCH directive in fmgridcl.cxx, which is the expected
behavior.

Conclusion: Compiling the file with debug=1 does not use precompiled headers at 
all.

This especially sucks since when you add new files to your local working copy of
your CWS, and usually compile those with debug=1, then you won't notice that you
forgot to add the PCH include. Instead, you'll be told this problem when it
comes to compiling your complete CWS (without the "debug=1" switch then), which
is a much more ... unsuitable time, as it usually means your build breaks,
costing you time to restart/redo it.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to