All right, this wasn't in the workspace being initialized with the .st file in the image folder. Code is generated, cmake works, but make fails. vmVersionInfo.h appears to be missing. Was there when doing the Cog thing. I'll dig. Phil 2013/2/16 Camillo Bruni <camillobruni@gmail.com>:
You use the wrong configuration in VMMaker (thanks to the strange naming conventions this happens way too easily) :/
I think you can just use Pharo.*Config instead of Cog.*Config?
On 2013-02-16, at 15:18, "phil@highoctane.be" <phil@highoctane.be> wrote:
And inside the app, there is a CogVM executable, not a pharo one.
Confused I am.
Phil
2013/2/16 Camillo Bruni <camillobruni@gmail.com>:
On 2013-02-16, at 14:30, "phil@highoctane.be" <phil@highoctane.be> wrote:
Well, this is the script from hell...
newImage.sh doesn't executes the last line:
# ---------------------------------------------------------------------------- # try to open the image... set -e openImage "$PWD/$VERSION.image" "$PWD/../codegen-scripts/LoadVMMaker.st" rm -rf "$PWD/$VERSION.image" "$PWD/$VERSION.changes"; openImage "$PWD/$generator.image" "$PWD/ImageConfiguration.st"
because openImage exits the script...
Question: can't we run all of this headless?
yes please ;) I guess I never fully tested it under unix/win and nobody really used it besides me.
=> run everything in headless mode => use the zeroconf scripts