Abhishek

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Abhishek
    Participant

    thanks!

    indeed that was the problem. Running cmd as an administrator seems to take the right path of VisualGDB. don’t know why though.

    Anyways thanks a lot

    Abhishek
    Participant

    thanks for the information.

    I am using msbuild now to run the sln.

    I can see the dependent projects in the arguments, but then VisualGDB has some path issue. can’t figure out why?

    My path variable has : C:\Program Files (x86)\Sysprogs\VisualGDB

    and VisualStudio project setting has rebuild path: “$(VISUALGDB_DIR)\VisualGDB.exe” /rebuild “$(ProjectPath)” “/solution:$(SolutionPath)” “/config:$(Configuration)” “/platform:$(Platform)”

    I:\>python I:\BuildScript.py
    INFO – Processing user 666666 and depot zzz
    Microsoft (R) Build Engine version 4.6.1586.0
    [Microsoft .NET Framework, version 4.0.30319.42000]
    Copyright (C) Microsoft Corporation. All rights reserved.

    Building the projects in this solution one at a time. To enable parallel build, please add the “/m” switch.
    Build started 16-2-2017 09:52:53.
    Project “I:\Projects\Emilio162008\Year_1\Block_C\Games\RaspberryPi_Game\RaspberryPi_Game.sln” on node 1 (Rebuild target(s)).
    ValidateSolutionConfiguration:
    Building solution configuration “BuildMachineGeneric|Win32”.
    Project “I:\Projects\Emilio162008\Year_1\Block_C\Games\RaspberryPi_Game\RaspberryPi_Game.sln” (1) is building “I:\Projects\E
    milio162008\Year_1\Block_C\Games\RaspberryPi_Game\Game\Game.vcxproj.metaproj” (2) on node 1 (Rebuild target(s)).
    Project “I:\Projects\Emilio162008\Year_1\Block_C\Games\RaspberryPi_Game\Game\Game.vcxproj.metaproj” (2) is building “I:\Proj
    ects\Emilio162008\Year_1\Block_C\Games\RaspberryPi_Game\Framework\Framework.vcxproj” (3) on node 1 (Rebuild target(s)).
    Rebuild:
    “VisualGDB.exe” /rebuild “I:\Projects\Emilio162008\Year_1\Block_C\Games\RaspberryPi_Game\Framework\Framework.vcxproj” “/so
    lution:I:\Projects\Emilio162008\Year_1\Block_C\Games\RaspberryPi_Game\RaspberryPi_Game.sln” “/config:BuildMachineGeneric”
    “/platform:Win32”
    ‘”VisualGDB.exe”‘ is not recognized as an internal or external command,
    operable program or batch file.
    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets(46,5): error MSB3073: The command “”Visual
    GDB.exe” /rebuild “I:\Projects\Emilio162008\Year_1\Block_C\Games\RaspberryPi_Game\Framework\Framework.vcxproj” “/solution:I:
    \Projects\Emilio162008\Year_1\Block_C\Games\RaspberryPi_Game\RaspberryPi_Game.sln” “/config:BuildMachineGeneric” “/platform:
    Win32″” exited with code 9009. [I:\Projects\Emilio162008\Year_1\Block_C\Games\RaspberryPi_Game\Framework\Framework.vcxproj]
    Done Building Project “I:\Projects\Emilio162008\Year_1\Block_C\Games\RaspberryPi_Game\Framework\Framework.vcxproj” (Rebuild
    target(s)) — FAILED.

    Done Building Project “I:\Projects\Emilio162008\Year_1\Block_C\Games\RaspberryPi_Game\Game\Game.vcxproj.metaproj” (Rebuild t
    arget(s)) — FAILED.

    Done Building Project “I:\Projects\Emilio162008\Year_1\Block_C\Games\RaspberryPi_Game\RaspberryPi_Game.sln” (Rebuild target(
    s)) — FAILED.
    Build FAILED.

    “I:\Projects\Emilio162008\Year_1\Block_C\Games\RaspberryPi_Game\RaspberryPi_Game.sln” (Rebuild target) (1) ->
    “I:\Projects\Emilio162008\Year_1\Block_C\Games\RaspberryPi_Game\Game\Game.vcxproj.metaproj” (Rebuild target) (2) ->
    “I:\Projects\Emilio162008\Year_1\Block_C\Games\RaspberryPi_Game\Framework\Framework.vcxproj” (Rebuild target) (3) ->
    (Rebuild target) ->
    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets(46,5): error MSB3073: The command “”Visu
    alGDB.exe” /rebuild “I:\Projects\Emilio162008\Year_1\Block_C\Games\RaspberryPi_Game\Framework\Framework.vcxproj” “/solution:
    I:\Projects\Emilio162008\Year_1\Block_C\Games\RaspberryPi_Game\RaspberryPi_Game.sln” “/config:BuildMachineGeneric” “/platfor
    m:Win32″” exited with code 9009. [I:\Projects\Emilio162008\Year_1\Block_C\Games\RaspberryPi_Game\Framework\Framework.vcxproj
    ]

    0 Warning(s)
    1 Error(s)

    Time Elapsed 00:00:00.14

    • This reply was modified 7 years, 3 months ago by Abhishek.
Viewing 2 posts - 1 through 2 (of 2 total)