0.4 release?
Added by Steve Sharp almost 3 years ago
How far off is the next major release ?
Thanks
Steve.
Replies (5)
RE: 0.4 release?
-
Added by Joshua Jensen almost 3 years ago
When I finish the documentation. :)
The current snapshot build is pretty stable, so feel free to use it. Definitely don't use JamPlus 0.3.
-Josh
RE: 0.4 release?
-
Added by Steve Sharp over 2 years ago
ive just downloaded the current snapshot and im seeing some issues with the workspace generator for xcode :
This occurs with my local projects aswell as the samples provided
SlazBook:glut ssharp$ ../../../bin/macosxx64/jam --workspace -gen=xcode Jamfile.jam ../../../../../Intermediate/Test2
Creating build environment...
Reading platform [*] and config [*]...
Reading platform [*] and config [release]...
Reading platform [*] and config [releaseltcg]...
Reading platform [*] and config [debug]...
Reading platform [macosx32] and config [*]...
Reading platform [macosx32] and config [release]...
Reading platform [macosx32] and config [releaseltcg]...
Reading platform [macosx32] and config [debug]...
Reading platform [macosx64] and config [*]...
Reading platform [macosx64] and config [release]...
Reading platform [macosx64] and config [releaseltcg]...
Reading platform [macosx64] and config [debug]...
Writing generated projects...
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-- .../singlehelix/build/jamplus/bin/scripts/ide/xcode.lua:417: attempt to index global 'XCODE_SDKROOTS' (a nil value):
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
stack traceback:
.../jamplus/bin/macosxx64/../scripts/JamToWorkspace.lua:110: in function <.../jamplus/bin/macosxx64/../scripts/JamToWorkspace.lua:86>
.../singlehelix/build/jamplus/bin/scripts/ide/xcode.lua:417: in function 'XcodeHelper_WriteXCBuildConfigurations'
.../singlehelix/build/jamplus/bin/scripts/ide/xcode.lua:734: in function 'Write'
.../jamplus/bin/macosxx64/../scripts/JamToWorkspace.lua:831: in function <.../jamplus/bin/macosxx64/../scripts/JamToWorkspace.lua:581>
[C]: in function 'xpcall'
.../jamplus/bin/macosxx64/../scripts/JamToWorkspace.lua:905: in main chunk
[C]: ?
RE: 0.4 release?
-
Added by Joshua Jensen over 2 years ago
Right now, C.MacOSX_SDK needs to be called. There is no default.
C.MacOSX_SDK project ;
Should be enough.
RE: 0.4 release?
-
Added by Steve Sharp over 2 years ago
ok i tracked one problem down : macosxx64 is now macosx64 :)
Got it all working with one exception :
If i define a workspace it fails
stack traceback:
.../jamplus/bin/macosxx64/../scripts/JamToWorkspace.lua:110: in function <.../jamplus/bin/macosxx64/../scripts/JamToWorkspace.lua:86>
.../singlehelix/build/jamplus/bin/scripts/ide/xcode.lua:294: in function 'XcodeHelper_WritePBXLegacyTarget'
.../singlehelix/build/jamplus/bin/scripts/ide/xcode.lua:728: in function 'Write'
.../jamplus/bin/macosxx64/../scripts/JamToWorkspace.lua:831: in function <.../jamplus/bin/macosxx64/../scripts/JamToWorkspace.lua:581>
[C]: in function 'xpcall'
.../jamplus/bin/macosxx64/../scripts/JamToWorkspace.lua:905: in main chunk
[C]: ?
With the workspace commands commented its rosey
(1-5/5)