Quantcast
Channel: All Open Tickets - Tera Term on OSDN
Viewing all articles
Browse latest Browse all 2128

Tera Term build fails if path to source contain space - Tera Term Ticket #31016 on SourceForge.JP

$
0
0

Tera Term build fails if path to source contain space

Open Date: 2013-03-22 06:11

Letztes Update: 2013-03-22 12:15

Reporter:gmmellemEigentümer:(None)
Priority:5 - MediumMileStone:Tera Term 4.78
Type:BugsSeverity:5 - Medium
Component:OtherStatus:Closed
ResolutionFixed

Details

On my computer Visual Studio reported error in Pre Build event in ttpdlg module when compiling project for the first time.

Command failing is: $(OutDir)\svnrev.exe $(SolutionDir)..\libs\svn\bin\svnversion.exe $(SolutionDir)..\ $(ProjectDir)svnversion.h

Error indicate that command has not been interpreted correctly because of space in path.

Following modification to the command line has been tested with success (It looks a little bit nasty because "" around the arguments are stripped off several times when handled by svnrev internally):"$(OutDir)\svnrev.exe" "\"\"$(SolutionDir)..\libs\svn\bin\svnversion.exe"\" "\"$(SolutionDir)..\\\\"\"\" "$(ProjectDir)svnversion.h"

Please consider if You want to implement this change.

Last Update of this Ticket

2013-03-22 12:15 Update by: maya

  • Milestone Update from (None) to Tera Term 4.78.
  • Ticket Close date set to 2013-03-22 12:15
  • Status Update from Open to Closed.
  • Resolution Update from None to Fixed.

Kommentar

Thank you for your report. Fixed at r5154

Please check latest source in trunk.


Viewing all articles
Browse latest Browse all 2128