Hi All I have very recently started working on OpenVPN. I need to make some changes to the source code for my requirement. I am working on a windows machine and have installed mingw and msys. I was able to generate the OpenVPN installer for windows by modifying the settings.in to include pre-built libraries but my aim is to make some changes in the code and then install that. When I made a simple change in a C file misc.c and re-built the installer the change didn't reflect. When I did gcc misc.c it gave me the error that not able to find config.h which is included in syshead.h (which is included in misc.c originally). Basically I do not know how to build this code and use the binaries generated thereby for creating the installer. Can anyone please help?
Thanks, Anmol