Search:

Type: Posts; User: anduril462

Search: Search took 0.06 seconds.

  1. Replies
    11
    Views
    8,368

    I took a brief look at the Varnish website and...

    I took a brief look at the Varnish website and didn't find much about the embedded/inline C features. We've answered the C half of this question -- specifying include file path. The rest of this is...
  2. Replies
    11
    Views
    8,368

    It's the libxml2 includes that need to know where...

    It's the libxml2 includes that need to know where these files are. The easiest way is by fixing the command line options in the compiler. Back in post #3 I told you to add a -L... to the make file...
  3. Replies
    11
    Views
    8,368

    The problem isn't finding...

    The problem isn't finding libxml2/libxml/parser.h. Read the error message closely. That file was included correctly. But on line 15 of libxml2/libxml/parser.h, it tries to include...
  4. Replies
    11
    Views
    8,368

    So it looks like libxml2/libxml/parser.h is...

    So it looks like libxml2/libxml/parser.h is correctly included, but libxml/xmlversion.h can't be found. Read up here on #include and search path stuff: Header Files - The C Preprocessor.

    I'm...
Results 1 to 4 of 4