-
Windows Agent Compile errors
I’ve been playing around with the Windows Agent source for the past week or so in simply trying to get it to compile with the stock source(latest from svn). Dev-C++ first ran into about 10 or so missing header files from outside projects(openssh, libcurl, etc) so I managed to locate all of those from their various source packages. I’m now getting errors during the linking stage where it’s having problems locating -lcrypto amongst others.
I haven’t done C++ for a couple of years so, so any suggestions would be much appreciated! I’m thinking I may have to manually compile each of the other projects and copy the .a/.o files into the lib folder of devc++. If so, does if anyone else has already done this.. can I use yours, or do I have to manually make them?
Thanks!!
-Patrick