Menu

#401 Can't find ca-bundle.h

closed-fixed
5
2013-06-21
2004-03-19
No

When building Libcurl 7.11.1 in Visual Studio .NET 2003 (7.1) I ran
into a problem in url.c. The compiler was unable to find ca-
bundle.h using this directive:

#include <ca-bundle.h>

I noticed that my old version had it as:

#include "ca-bundle.h"

On a whim, I changed it to the old version and everything built. I
haven't had a chance to research why this happened yet.

Discussion

  • Daniel Stenberg

    Daniel Stenberg - 2004-03-22
    • status: open --> closed-fixed
     
  • Daniel Stenberg

    Daniel Stenberg - 2004-03-22

    Logged In: YES
    user_id=1110

    Please try tomorrow's daily snapshot, this is now believed
    to be fixed by correcting the curllib.dsp file.