dsrw / enu

A Logo-like 3D environment, implemented in Nim
http://getenu.com
MIT License
449 stars 15 forks source link

Linux Install Bug #3

Closed juancarlospaco closed 3 years ago

juancarlospaco commented 3 years ago
$ nimble prereqs
  Executing task prereqs in /home/juan/code/enu/enu.nimble
scons: Reading SConscript files ...
Invalid target platform "linux".
The following platforms were detected:

        server
        windows
        x11

Please run SCons again and select a valid platform: platform=<string>
stack trace: (most recent call last)
/tmp/nimblecache/nimscriptapi.nim(168, 16)
/home/juan/code/enu/enu_121636.nims(37, 10) prereqsTask
/home/juan/.choosenim/toolchains/nim-1.2.6/lib/system/nimscript.nim(260, 7) exec
/home/juan/.choosenim/toolchains/nim-1.2.6/lib/system/nimscript.nim(260, 7) Error: unhandled exception: FAILED: 
/usr/bin/scons platform=linux 

[OSError] Error: Exception raised during nimble script execution
$

Fix

BTW Happy to see the progress on this project, awesome work!. :)

dsrw commented 3 years ago

Thanks!