Skip to Content.
Sympa Menu

freetds - Re: [freetds] the way dblib references include files

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "James K. Lowden" <jklowden AT freetds.org>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] the way dblib references include files
  • Date: Thu, 19 Mar 2009 20:17:56 -0400

Craig A. Berry wrote:
> Which is a result of a fairly recent change that switched a bunch of
> the includes from the form:
>
> #include "sybfront.h"
>
> to
>
> #include <../../include/sybfront.h>

Well. No good deed goes unpunished.

You can put it back the way it was. I'll update CVS HEAD the next time
I'm hacking.

The idea was to permit building FreeTDS in a Win32 environment that has
Microsoft's header files in its regular include path. By using hard-coded
paths in the FreeTDS source code, there was no chance of accidentally
picking up the wrong headers.

But, OK, maybe it wasn't an act of unbridled brilliance. If it gets in
your way, it's bound to get in others'. Might as well fix it.

--jkl




Archive powered by MHonArc 2.6.24.

Top of Page