Re: [Mingw-w64-public] winpthreads doesn't export clock_* functions

2012-01-17 Thread Ozkan Sezer
On Wed, Jan 18, 2012 at 9:14 AM, niXman wrote: > Look sched.h and semaphore.h headers. They both are defined macros to > export. I offered the same patch. > What my patch does not suit you? > First, I said that I left that patch to others to review and decide. Second, and more importantly, I mus

Re: [Mingw-w64-public] winpthreads doesn't export clock_* functions

2012-01-17 Thread niXman
Look sched.h and semaphore.h headers. They both are defined macros to export. I offered the same patch. What my patch does not suit you? 2012/1/18 Ozkan Sezer : > On Wed, Jan 18, 2012 at 8:05 AM, niXman wrote: >> 2012/1/17 Ozkan Sezer : >>> On Tue, Jan 17, 2012 at 1:24 PM, niXman wrote: 201

Re: [Mingw-w64-public] winpthreads doesn't export clock_* functions

2012-01-17 Thread Ozkan Sezer
On Wed, Jan 18, 2012 at 8:05 AM, niXman wrote: > 2012/1/17 Ozkan Sezer : >> On Tue, Jan 17, 2012 at 1:24 PM, niXman wrote: >>> 2012/1/17 Ozkan Sezer : On Tue, Jan 17, 2012 at 12:49 PM, niXman wrote: > Hi Ozkan. > > I checked out your patch. But the problem remained. clock_ * fun

Re: [Mingw-w64-public] winpthreads doesn't export clock_* functions

2012-01-17 Thread niXman
2012/1/17 Ozkan Sezer : > On Tue, Jan 17, 2012 at 1:24 PM, niXman wrote: >> 2012/1/17 Ozkan Sezer : >>> On Tue, Jan 17, 2012 at 12:49 PM, niXman wrote: Hi Ozkan. I checked out your patch. But the problem remained. clock_ * functions are not exported. I attach a patch. Che

Re: [Mingw-w64-public] [PATCH] Cygwin mingw64-i686-gcc-4.5.3-4: -Wformat warnings broken in C++

2012-01-17 Thread Christian Franke
Christian Franke wrote: Kai Tietz wrote: The point about C++ is, that we lack a default prototype. Yes, but if some "int printf(const char *, ...)" prototype is specified, "__attribute__((format(printf(1,2)))" from builtin info is always added silently by g++. Even an "__attribute__(format

Re: [Mingw-w64-public] winpthreads doesn't export clock_* functions

2012-01-17 Thread Ozkan Sezer
On Tue, Jan 17, 2012 at 2:22 PM, Kai Tietz wrote: > 2012/1/17 Ozkan Sezer : >> On Tue, Jan 17, 2012 at 1:24 PM, niXman wrote: >>> 2012/1/17 Ozkan Sezer : On Tue, Jan 17, 2012 at 12:49 PM, niXman wrote: > Hi Ozkan. > > I checked out your patch. But the problem remained. clock_ *

Re: [Mingw-w64-public] winpthreads doesn't export clock_* functions

2012-01-17 Thread Kai Tietz
2012/1/17 Ozkan Sezer : > On Tue, Jan 17, 2012 at 1:24 PM, niXman wrote: >> 2012/1/17 Ozkan Sezer : >>> On Tue, Jan 17, 2012 at 12:49 PM, niXman wrote: Hi Ozkan. I checked out your patch. But the problem remained. clock_ * functions are not exported. I attach a patch. Che

Re: [Mingw-w64-public] winpthreads doesn't export clock_* functions

2012-01-17 Thread Ozkan Sezer
On Tue, Jan 17, 2012 at 1:24 PM, niXman wrote: > 2012/1/17 Ozkan Sezer : >> On Tue, Jan 17, 2012 at 12:49 PM, niXman wrote: >>> Hi Ozkan. >>> >>> I checked out your patch. But the problem remained. clock_ * functions >>> are not exported. >>> I attach a patch. Check it out please. >>> >>> niXman.

Re: [Mingw-w64-public] winpthreads doesn't export clock_* functions

2012-01-17 Thread Ozkan Sezer
On Tue, Jan 17, 2012 at 12:49 PM, niXman wrote: > Hi Ozkan. > > I checked out your patch. But the problem remained. clock_ * functions > are not exported. > I attach a patch. Check it out please. > > niXman. Note that wihpthreads is at rev.4718 in the svn: make sure that you are using the latest.

Re: [Mingw-w64-public] winpthreads doesn't export clock_* functions

2012-01-17 Thread niXman
Hi Ozkan. I checked out your patch. But the problem remained. clock_ * functions are not exported. I attach a patch. Check it out please. niXman. 2012/1/4 Ozkan Sezer : > On Wed, Jan 4, 2012 at 6:32 PM, niXman wrote: >> No, I have not tested your patch. >> I only agreed that your patch is easi