Closed griffith1deady closed 10 months ago
@griffith1deady finally taking a look a this. sorry for the delay
exception: FAILED: nim c -d:release -d:ssl --skipParentCfg --outDir:.\bin .\src/build.nim [OSError]
Notice how confy is creating the paths as .\ .. /
instead of using backlashes for everything
Although I'm not completely sure yet, this is likely to be causing the issues, since the error is saying that gcc doesn't understand the build command.
I'm going to be doing a deep refactor of the library from https://github.com/heysokam/confy/pull/5 and will take a look at this during the process.
Will ping you here once that is complete, so we can try again to see if the problem is resolved.
I managed to get confy to run correctly on windows with the refactor at #5
I will merge it soon, and we can start debugging your project setup from there.
@griffith1deady Version v0.2.0 is up and running Please try again using the hello.nim example project as your template. I think the problem should be fixed, but let me know if something else comes up.
Closing, as the problem should theoretically be fixed. Please write here and/or reopen this issue if your problem persists after the v0.2.0 refactor.
i have that code in my src/build.nim
my project structure look's like:
my .nimble file:
error what i get:
if my build.nim contains any code not related to
import confy
, compilation succesfully.