"cmake --version" works happily for me
Don't know if that's a sign that it will do greater things or not at this point.
That's all I have for the moment. Next I need to create a cmake file for my project since I had gone with Make knowing that we didn't have a decent cmake version.
Once I've managed to work out why my C++ Hello World spews loads of errors (C++ was never my strong point !)
[EDIT] OK, spoke too soon - once it actually has something to do I get what I presume is the same error as Raziel so I'll try the executable above:
CMake Error: Unable to (re)create the private pkgRedirects directory:
Data:Dev/Projects/Tutorials/build/Data:Dev/Projects/Tutorials/build/CMakeFiles/pkgRedirects
This may be caused by not having read/write access to the build directory.
Obviously the path is doubled up there and it's not really a read/write issue
[EDIT2] Here is my output from that other cmake (haven't rebooted yet, but I would assume since it just output those values and exited it can't be the old version cached):
11.Data:Dev/Projects/Tutorials/build> cmake ..
exe : /Data/Dev/cmake-amiga/bin/cmake
exe_dir : /Data/Dev/cmake-amiga/bin
Edited by MartinW on 2024/9/8 21:43:13