[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-glpk] [Help-glpk] how to fix error on compiling sql.c
From: |
Heinrich Schuchardt |
Subject: |
Re: [Bug-glpk] [Help-glpk] how to fix error on compiling sql.c |
Date: |
Fri, 11 Mar 2016 08:26:00 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.6.0 |
On 11.03.2016 08:03, Andrew Makhorin wrote:
>
>> To fix the bug please do the following:
>>
>> 1) rename file glpk/src/mpl/sql.h to sql1.h
>>
>> 2) change line 31 in file glpk/src/mpl/sql.c to "#include "sql1.h"
>
> 3) change line 25 in file glpk/src/mpl/mpl6.c to "#include "sql1.h"
>
> (Sorry. Probably Moon phase was wrong.)
>
Hello Andrew,
in sql.c, please, update the comments:
656 * #include "glpsql.h"
1271 * #include "glpsql.h"
Will you create a new release for resolving the conflict between
#include <sql.h>
and
#include "sql.h"
at short notice?
Then I would wait for it before updating GLPK for Windows, GLPK for
Java, and GLPK C#/CLI.
Best regards
Heinrich