Thanks. I had a look into config.log. After the checking
configure:7623: checking for gnum4
there are the 3 sections ## Output variables. ##, ## File substitutions.
## and ## confdefs.h. ##. The last section ends as follows:
## --- ##
## confdefs.h. ##
## --- ##
/* confdefs.h
I've updated the gawk package to 4.0.2-1.
This is the new upstream release. The Cygwin version now comes with
additional debuginfo package.
Changes from 4.0.1 to 4.0.2
---
1. Infrastructure upgrades: Autoconf 2.69, Automake 1.12.6, bison 2.7.
2. `fflush()', `nextfile',
Trying to compile a C++ source file including windows.h header with
clang++, fails with
#error Must define a target architecture
For example,
$ cat foo.cxx
#include
int main()
{
return 0;
}
$ clang++ -c foo.cxx -o foo.o
In file included from foo.cxx:1:
In file included from /usr/includ
On 01/10/2013 05:20 PM, Angelo Graziosi wrote:
> Trying to compile a C++ source file including windows.h header with
> clang++, fails with
>
> #error Must define a target architecture
I have hit this too with log4cplus. This is my workaround:
// Work around missing _X86_ symbol with Clang on Cy
Zeeman wrote:
I have hit this too with log4cplus. This is my workaround:
// Work around missing _X86_ symbol with Clang on Cygwin.
#if ! defined (_X86_) && defined (__i386__)
# define _X86_ 1
#endif
#include
Yes, also
clang++ -D_X86_=1 -c foo.cxx -o foo.o
works...
Anyway, perhaps this is
it might be interesting/useful to have the list of "mirrors" ordered
somehow, it is a bit bewildering (at least for this user) to get this
large list of mirros to "unfamiliar" mirror sites and I think
"ok...so...which one should I pick here?"
So maybe if it could ping all of them and order by that,
Hi,
Can the maintainer for Cygwin's Cyrus IMAPD binaries
compile the `imtest' program (located in the Cyrus IMAPD
imtest directory) and make it accessible from the
Cygwin setup program?
Thanks.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/fa
Roger Pack sent the following at Thursday, January 10, 2013 1:05 PM
>it might be interesting/useful to have the list of "mirrors" ordered
>somehow, it is a bit bewildering (at least for this user) to get
>this large list of mirrors to "unfamiliar" mirror sites and I think
>"ok...so...which one shou
On Wed, Jan 9, 2013 at 5:05 PM, Ryan Johnson wrote:
> On 08/01/2013 11:43 PM, Ryan Johnson wrote:
>>
>> On 08/01/2013 9:20 PM, Yaakov (Cygwin/X) wrote:
>>>
>>> On Tue, 08 Jan 2013 20:44:10 -0800, Ryan Johnson wrote:
The error message is:
>
> $ initdb -D /usr/share/postgresql/data
On Wed, Jan 9, 2013 at 7:02 AM, Fedin Pavel wrote:
>> 1. doc/fdl.texi and doc/make-stds.texi files are missing from the archive.
>> 2. configure seems to incorrectly determine HAVE_DOS_PATHS as true. This
>> breaks $abspath() function.
>>
>> I solved (1) by adding these files from the original UN
On Thu, 10 Jan 2013 17:20:25 +0100, Angelo Graziosi wrote:
> Trying to compile a C++ source file including windows.h header with
> clang++, fails with
>
>#error Must define a target architecture
Thanks for the report. Clang defines _X86_ only for MinGW targets, not
taking into account that
On 1/10/2013 8:41 PM, Reini Urban wrote:
I'm tired of postgresql. Anyone wants to take over?
Should build OOTB, but my improvements to the antique build system
and ntlm auth never made it in.
looking on 9.2.2.
It builds "almost" OOTB
How long usually take to run "make check" ?
"parallel gr
12 matches
Mail list logo