elddy / NimScan

🚀 Fast Port Scanner 🚀
MIT License
365 stars 36 forks source link

Unable to compile? #14

Open Kinny092 opened 2 years ago

Kinny092 commented 2 years ago

Tried gcc test.c -L. -1:NimScanToC.a -w -o NimScan.exe

came up with heap of errors

is this the right command?

elddy commented 2 years ago

Updated the repo. Can you try again? Also, you used -1 and not -l

Kinny092 commented 2 years ago

Yeah I actually use -l and it showed a long error. -1 does not work at all. not sure why i had that inaccurate description.

My error is here: https://paste.rs/S5D

elddy commented 2 years ago

Have you tried to recompile after the update? What are your GCC and Nim versions?