On Sat, May 10, 2008 at 11:40 AM, Tatsuro MATSUOKA
<[EMAIL PROTECTED]> wrote:
> Hello Xavier
>
> Today I have try to build database package again with postgres with 8.3.0.
> However the problem is not of postgres
>
>>  checking sql.h usability... no
>>  checking sql.h presence... yes
>>  configure: WARNING: sql.h: present but cannot be compiled
>>  configure: WARNING: sql.h:     check for missing prerequisite headers?
>>  configure: WARNING: sql.h: see the Autoconf documentation
>>  configure: WARNING: sql.h:     section "Present But Cannot Be Compiled"
>>  configure: WARNING: sql.h: proceeding with the preprocessor's result
>>  configure: WARNING: sql.h: in the future, the compiler will take precedence
>
> I looked again the include file directry sql.h is located win32api in cygwin.
> For mingw, it is for win32api extention of gcc on mingw.
>
> So that the treatments for these will be complicated.
> I do not have enough time and power to solve the above at the moment.

I had this kind of problem with MSVC and it was due to the fact
that you need to include windows.h before sql.h to get access to
some macros. I modified the configure test and it has been
applied recently by Xavier. Normally, this check covers mingw
as well.

Michael.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to