TotalCross / totalcross

TotalCross is a Software Development Kit that helps cross platform application development. Currently supported platforms are: Windows, Wince, Android, iOS, Linux and Linux ARM for embedded systems.
https://www.totalcross.com
GNU Lesser General Public License v2.1
222 stars 40 forks source link

Can't build totalcross VM for amd64 on ArchLinux #367

Closed Merztwin closed 2 years ago

Merztwin commented 3 years ago

Describe the bug:

Failed to build the totalcross VM for amd64.

Devices:

To Reproduce for amd64:

git clone https://github.com/TotalCross/totalcross.git
cd  totalcross/TotalCrossVM/docker/amd64
sudo ./build-docker.sh

Output for amd64:

Step 8/11 : RUN cmake /sources -G Ninja && ninja
 ---> Running in 0000000000
CMake Error: The source directory "/sources" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
The command '/bin/sh -c cmake /sources -G Ninja && ninja' returned a non-zero code: 1

Seems to fail at the 8th step. All the dependencies are installed.

Merztwin commented 2 years ago

Fixed for native build