Building a vs2008 IDE Workspace

Added by Max Lovic over 1 year ago

Hello.

I am new to jam, but so far it seems easier than cmake. I follow the Jamplus Quick Start Guide:
http://jamplus.org/git/jamplus/docs/html/quick_start.html
and failed to build a v2008 workspace.

The problem seems to be in "" to some file, but I don't know which file and not sure I should change it, as it should work right out of the box.

I get the following output:

@D:\Projects\jamtest>jam --workspace --gen=vs2008 Jamfile.jam build
Creating build environment...
Reading platform [*] and config [*]...
c:/program: No such file or directory
don't know how to make all
  • Unable to find D:/Projects/jamtest/build/_workspace.vs2008_/_targetinfo_/targe
    tinfo.!all!.!all!.lua.

-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-- ...ogram Files (x86)\jamplus\scripts\JamToWorkspace.lua:293: attempt to index
global 'AutoWriteMetaTable' (a nil value):
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
stack traceback:
...ogram Files (x86)\jamplus\scripts\JamToWorkspace.lua:110: in function
<...ogram Files (x86)\jamplus\scripts\JamToWorkspace.lua:86>
...ogram Files (x86)\jamplus\scripts\JamToWorkspace.lua:293: in function
'ReadTargetInfoFiles'
...ogram Files (x86)\jamplus\scripts\JamToWorkspace.lua:782: in function
<...ogram Files (x86)\jamplus\scripts\JamToWorkspace.lua:581>
[C]: in function 'xpcall'
...ogram Files (x86)\jamplus\scripts\JamToWorkspace.lua:929: in main chu
nk
[C]: ?@


Replies (2)

RE: Building a vs2008 IDE Workspace - Added by Max Lovic over 1 year ago

I managed to build a VS solution file when moved my jamplus files to "D:\jamplus" and got no spaces in the directory.
How can I do the same leaving jamplus in "C:\Progam Files(x86)\jamplus\"?

RE: Building a vs2008 IDE Workspace - Added by Joshua Jensen about 1 year ago

I will look into fixing this problem when I next spend some time with JamPlus's project generation system.

Sorry for the bug.

-Josh

(1-2/2)