wxFormBuilder

Welcome to wxFormBuilder’s issue tracking system! We hope that wxFormBuilder provides you with many hours of increased productivity.

Please feel free to post bug reports and feature requests here. You can feel free to discuss an issue or feature on the forum but if you decide it needs to be looked at you need to post it here. If a feature request or bug report is not on this site there is a good chance it won’t be worked on. So, as a rule, post them here.

Thanks for your cooperation,
The wxFormBuilder Team

Tasklist

FS#436 - Realative path in Linux when under a symlink not generating correctly when .xpm included.

Attached to Project: wxFormBuilder
Opened by Ryan Pusztai (RJP Computing) - Tuesday, 21 July 2009, 22:27 GMT+2
Last edited by Michal Bližňák (marfi) - Saturday, 17 April 2010, 17:41 GMT+2
Task Type Bug Report
Category Backend / Core
Status Closed
Assigned To Ryan Pusztai (RJP Computing)
Ryan Mulder (rjmyst3)
Operating System Linux
Severity Medium
Priority Normal
Reported Version 3.0
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

What steps will reproduce the problem?

  1. Add an xrc to an image.
  2. look at the generated code and see the
    #include "../../../blah/blah1/res/picture.xrc"

    instead of

    #include "res/picture.xrc"
This task depends upon

Closed by  Michal Bližňák (marfi)
Saturday, 17 April 2010, 17:41 GMT+2
Reason for closing:  Fixed
Additional comments about closing:  Fixed in SVN 1718.
Comment by Ryan Pusztai (RJP Computing) - Wednesday, 29 July 2009, 13:09 GMT+2

This has to do with symlink. If you are working under a symlink the relative path is improperly created.

Loading...