Search found 24 matches

by Navadvipa Chandra d
Wed May 13 2020 7:28 pm
Forum: Installation
Topic: Please help me build the CopperSpice library!
Replies: 8
Views: 14876

Re: Please help me build the CopperSpice library!

Hare Krishna Barabara and All! Barbara, your advice on the -j1 option for Ninja has been very helpful. I installed Windows 10 again and with the -j1 parameter the computer worked without voltage. It took less than a day to fully compile CopperSpice. Kitchensink also compiled with Cmake and Ninja. So...
by Navadvipa Chandra d
Thu Apr 30 2020 10:20 am
Forum: Installation
Topic: Please help me build the CopperSpice library!
Replies: 8
Views: 14876

Re: Please help me build the CopperSpice library!

Hare Krishna, Barbara and All! Thank You for reply! The ninja command is filling up well, but my computer is too slow. Memory goes into the Swap file and wild brakes start. I have 4 GB of RAM and had a 10.5 GB Swap file-memory was not enough. Made a 21 GB Swap file-compiles, but too slow. Try again....
by Navadvipa Chandra d
Sun Apr 26 2020 7:56 am
Forum: Installation
Topic: Please help me build the CopperSpice library!
Replies: 8
Views: 14876

Re: Please help me build the CopperSpice library!

Hare Krishna Ansel and all! Thank You for reply. I create C:\cs_build and C:\cs_lib and add in Path C:/msys64/mingw64/bin ************* C:\cs_build>cmake -G "Ninja" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=C:/cs_lib C:/copperspice -- The C compiler identification is GNU 9.3.0 -- T...
by Navadvipa Chandra d
Fri Apr 24 2020 3:10 pm
Forum: Installation
Topic: Please help me build the CopperSpice library!
Replies: 8
Views: 14876

Please help me build the CopperSpice library!

Hare Krishna, All! 1. Windows 10 64 bit 2. CMake 3.17.1 in C:\CMake 3. MinGW64 in C:\msys64\mingw64 4. Clone https://github.com/copperspice/copperspice into C:\copperspice 5. Install Ninja into C:\Ninja 6. Add C:\CMake and C:\Ninja into Path 7. In CMakeLists.txt I add this rows set(CMAKE_CXX_FLAGS &...