Welcome to OCS Inventory NG community support, where you can ask questions and receive answers from other members of the community.

Please ask questions only in English or French.

Release 2.11.1 available

The official documentation can be found on http://wiki.ocsinventory-ng.org. Read it before asking your question.

Compile Agent 2.3.0 Makefile.msvc.names missing in curl 7.53.1

Hy, i try to compile the agent with VS 2013, but i am not able to do that because of so many errors.

The file

Makefile.msvc.names

is missing in

\External_Deps\curl-7.53.1\winbuild

so the OCS_Make_Required_Libs.bat will fail

I have to copy the Makefile.msvc.names

from an old curl-83.40.2

after copying this file to the winbuild directory

(C:\WindowsAgent-2.3\External_Deps\curl-7.53.1\winbuild)

the OCS_Make_Required_Libs.bat completes with success

i also have to set the path in the OCS_Make_Requiered_libs.bat to

set CURL_PATH=C:\WindowsAgent-2.3\External_Deps\curl-7.53.1\src

instead of

set CURL_PATH=C:\WindowsAgent-2.3\External_Deps\curl-7.53.1

Just for your information -perhaps you can add this information to the readme file

Kind regards
in Agent for Windows development by (22.6k points)

1 Answer

0 votes
Can you post here the file too from the old curl? I was unable to generate libcurl_imp.lib
by (240 points)
edited by
 
Powered by Question2Answer
...