amaneureka / AtomOS

A multitasking monolithic Kernel based x86 targeting Operating System written in C# from scratch aiming for high-level implementation of drivers in managed environment.
http://www.atomixos.com
BSD 3-Clause "New" or "Revised" License
1.26k stars 85 forks source link

Build information #61

Open dreamersoftware opened 6 years ago

dreamersoftware commented 6 years ago

Hello i try compile the solution in windows, not work. Use vs 2017 cgywin and mono. when the use build.cmd not work

Try compile in ubuntu 16.04 lts steps

git clone Atomos sudo apt-get install build-essential texinfo flex bison sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF sudo apt install apt-transport-https echo "deb https://download.mono-project.com/repo/ubuntu stable-xenial main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list sudo apt update

put in command line Setup.sh --setup first erro in compile automake

cd libs Execute Build-zlib.sh erro in compile Execute Build-pixman.sh Execute Build-libpng.sh Execute Build-freetype.sh Execute Build-cairo.sh

xbuild /p:Configuration=Release ./src/Atomix.sl xbuild is obsolte command change for msbuild

execute Build.sh --mono erro not working

dreamersoftware commented 6 years ago
Compiling automake

Build failed. Please check the logs above to see what went wrong. Setup.log

dreamersoftware commented 6 years ago

~/AtomOS/libs/cairo-1.12.18 ~/AtomOS/libs patch: **** Only garbage was found in the patch input. Build failed. Please check the logs above to see what went wrong. root@DEVOS:~/AtomOS/libs#

dreamersoftware commented 6 years ago

"~/AtomOS/libs/cairo-1.12.18 ~/AtomOS/libs patch: **** Only garbage was found in the patch input. Build failed. Please check the logs above to see what went wrong. root@DEVOS:~/AtomOS/libs#"

dreamersoftware commented 6 years ago
dreamersoftware commented 6 years ago

oot@DEVOS:~/AtomOS/libs# sudo ./Build-cairo.sh ~/AtomOS/src/Build/Bin ~/AtomOS/libs ~/AtomOS/src/Build/Bin/cairo-1.12.18 ~/AtomOS/src/Build/Bin ~/AtomOS/libs ~/AtomOS/src/Build/Bin ~/AtomOS/libs cp: cannot create regular file 'test/Makefile': No such file or directory cp: cannot create regular file 'perf/Makefile': No such file or directory make: No targets specified and no makefile found. Stop. make: No rule to make target 'install'. Stop.