Debug build fails

Bug #1427723 reported by elecman
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Inkscape
Invalid
Undecided
Unassigned

Bug Description

The btool build fails if this is added to the flags section in build.xml:
-g
-O0

Just -g will fail as well.

Error message:
--- i18n / msgfmt
Make error line 422: executeCommand : could not create process : the system cannot find the file specified.
Make error line 422: <msgfmt> problem:

No further information is given.

OS: Win 7
Inkscape 0.91 devel revision 13963

Tags: build win32 win64
jazzynico (jazzynico)
tags: added: build win32 win64
Revision history for this message
jazzynico (jazzynico) wrote :

Not reproduced on Windows XP, inkscape trunk rev. 13963.
Could you please attach your modified build.xml file?

Changed in inkscape:
status: New → Incomplete
Revision history for this message
elecman (bitbarrelmedia) wrote :

file attached

Revision history for this message
Johan Engelen (johanengelen) wrote :

I think instead you should replace "-O2" in build.xml with "-g -O0" flags to get what you want. You want those flags during compilation; the linker does nothing with -g and -O2 is only a compile-time flag, I believe.

(the error message is confusing to me too)

Revision history for this message
elecman (bitbarrelmedia) wrote :

Setting -g and -O0 in the "T A R G E T : C O M P I L E" flags section produces the same error.

Interesting it can't be reproduced on WinXP though.

Johan, did you manage to reproduce this?

Revision history for this message
elecman (bitbarrelmedia) wrote :

I figured out what the problem was. I had to run mingwenv.bat first.

You can close this bug as invalid. A more informative error message would be useful though.

jazzynico (jazzynico)
Changed in inkscape:
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.