LibVNC Compile Error on Windows: Unresolved External Symbol

169 views Asked by At

In need of a bit of help here: I've spent all day trying to compile libvncserver (https://github.com/LibVNC/libvncserver) on a Windows 10 computer. I'm following the commands listed here (https://github.com/LibVNC/libvncserver/blob/master/.appveyor.yml#L48) and running them line by line in my terminal. The issue I'm having is on line 47 (the nmake command), I get the following error in my console:

enter image description here

Has anyone had success compiling this library on Windows, and if so, could you provide some guidance? Am I compiling it correctly by following the appveyor file? Thank you!!

1

There are 1 answers

0
muratcan On

/f should be -f after nmake command Also you should use the specified include path with double quotes("")