Re: Compiling nim/ui in linux

2018-03-22 Thread frogEye
Araq I checked again to see if that issue exist but now I am not able to 
replicate it. It happend when I was setting up my workspace in a new linux 
machine. Cant say for sure wt happened but it does work now.


Re: Compiling nim/ui in linux

2018-03-16 Thread Araq
Are you sure that is what's happening? Never heard of such a problem before.


Compiling nim/ui in linux

2018-03-15 Thread frogEye
I have developed a Tool for managing my driver using nim/ui. There two options 
below which i used to compile my tool on linux.

1\. nim c --cc:gcc --threads:on driver.nim

2\. nim c --threads:on driver.nim

option 2 works but option 1 doesnt compile the libui library.

Its strange anyways gcc will be chossen as default compiler. Where does 
specifying it explicitly goes wrong?