1.5.19: timeval struct not correct defined

2006-02-11 Thread Johnny Willemsen
The type suseconds_t and useconds_t are also not there with Cygwin Regards, Johnny Willemsen Remedy IT Postbus 101 2650 AC Berkel en Rodenrijs The Netherlands www.theaceorb.nl / www.remedy.nl -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

Unresolved clock_settime

2005-04-14 Thread Johnny Willemsen
Hi, We use clock_gettime and clock_settime. We now get an undefined reference when linking on clock_settime, clock_gettime doesn't give any problems. Someone an idea? Johnny Creating library file: libACE.dll.a .shobj/OS_NS_time.o(.text+0x95): In function `_ZN6ACE_OS13clock_settimeEmPK8timespec':

RE: problem in pthread_key_create

2005-01-10 Thread Johnny Willemsen
twice. We now get the error in our logfile: ACE_Thread::keycreate: Device or resource busy (no more keys) I would have expected: ACE_Thread::keycreate: Invalid value. I find the error text so strange. Johnny On Jan 10 13:00, Corinna Vinschen wrote: > On Jan 9 18:31, Johnny Willemsen wr

Problem in pthread_key_create

2005-01-09 Thread Johnny Willemsen
Hi, Posted this last Friday but didn't got anything back. I think this is a bug in the pthread library of Cygwin. Can someone have a look at this? Johnny -Original Message- From: Johnny Willemsen [mailto:[EMAIL PROTECTED] Sent: vrijdag 7 januari 2005 14:57 To: 'cygwin@

Question about pthread_key_create

2005-01-07 Thread Johnny Willemsen
thread_key::is_good_object (key)) return EINVAL; Note the !, when previously a good key was passed, we got back a EBUSY. Regards, Johnny Willemsen Remedy IT Leeghwaterstraat 25 2811 DT Reeuwijk The Netherlands www.theaceorb.nl / www.remedy.nl * Thread Specific Data */ extern "C" in

Cvsnt doesn't work anymore after cygwin upgrade to 1.5.11

2004-09-05 Thread Johnny Willemsen
Hi, I just upgraded to cygwin 1.5.11, great that there is a new release. But, I use wincvs to get my cvs code, after the upgrade that doesn't work anymore, cvs just hangs. Doing just "cvs -z9 update" hangs forever, after downgrading to 1.5.10, it works again, anyone having an idea? Johnny -- Un

Automake 1.9 as Cygwin package

2004-09-02 Thread Johnny Willemsen
Hi, Are there plans to deliver automake 1.9 for Cygwin, there is currently 1.8.5, but the software I am trying to port to Cygwin (ACE/TAO, see www.cs.wustl.edu/~schmidt) gives an error that 1.9 is required. Johnny -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem report

RE: Problem after upgrade to gcc-3.3.3

2004-08-13 Thread Johnny Willemsen
rijdag 13 augustus 2004 8:27 > To: Johnny Willemsen > Cc: [EMAIL PROTECTED] > Subject: Re: Problem after upgrade to gcc-3.3.3 > > Hallo Johnny, > > Am Donnerstag, 12. August 2004 um 13:38 schriebst du: > > > Hi, > > > I just upgraded to gcc-3.3.3

RE: Problem after upgrade to gcc-3.3.3

2004-08-13 Thread Johnny Willemsen
etup proposed. > > As Dave Korn suggested, use the -Wl, flag to pass .def files to the > linker as a workaround until I have finished a new gcc build (probably > without Modula 2 driver then). The -Wl, flag also works for ACE, thanks for this workaround, I am committing it to ACE soon

RE: Problem after upgrade to gcc-3.3.3

2004-08-12 Thread Johnny Willemsen
Hi, > > I just upgraded to gcc-3.3.3 which was available from > setup. I now get the > > following error: > > > g++: installation problem, cannot exec `gm2l': No such file > or directory > > make[2]: *** > > > Any ideas? I updated all packages setup proposed. > > As Dave Korn suggested, use

RE: Problem after upgrade to gcc-3.3.3

2004-08-12 Thread Johnny Willemsen
Hi, It is a set of perl scripts, you can obtain it from http://cvs.doc.wustl.edu/, it is the autobuild archive. ACE itself is in the ACE_wrappers archive. Regards, Johnny Willemsen Remedy IT Leeghwaterstraat 25 2811 DT Reeuwijk The Netherlands www.theaceorb.nl / www.remedy.nl > &

RE: Problem after upgrade to gcc-3.3.3

2004-08-12 Thread Johnny Willemsen
Hi, Gm2 seems to be the GNU Module 2 compiler, I am linking a C++ program, what is happening, see http://www.dre.vanderbilt.edu/~willemsenj/CygwinACE/ for the build output. The top builds with errors are gcc 3.3.3 Johnny > -Original Message- > From: Johnny Willemsen [mailto:

Problem after upgrade to gcc-3.3.3

2004-08-12 Thread Johnny Willemsen
Hi, I just upgraded to gcc-3.3.3 which was available from setup. I now get the following error: g++: installation problem, cannot exec `gm2l': No such file or directory make[2]: *** Any ideas? I updated all packages setup proposed. Johnny -- Unsubscribe info: http://cygwin.com/ml/#unsub

New autoimport errors after binutils upgrade

2004-07-26 Thread Johnny Willemsen
Hi, I upgraded to the new binutils version and I now get autoimport errors as below. We have had this problem already a long time with MinGW, there the report is https://sourceforge.net/tracker/?func=detail&aid=683455&group_id=2435&atid=1 02435. The code is visible at http://cvs.doc.wustl.edu/cv

RE: log2 as function not as macro

2004-06-15 Thread Johnny Willemsen
Hi, > And the answer there will probably be that if your code depends on whether > this function is a macro or a real function then your code is not valid C. > The C language spec specifically says that implementations are free to > provide library functions as macros as well as functions. See

Getting error "Mount Device busy" when running tests build with Cygwin

2004-06-15 Thread Johnny Willemsen
't use mount at all). Any hint would be helpfull. Regards, Johnny Willemsen Remedy IT Leeghwaterstraat 25 2811 DT Reeuwijk The Netherlands www.theaceorb.nl / www.remedy.nl -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problem

log2 as function not as macro

2004-06-14 Thread Johnny Willemsen
Hi, Are there plans to deliver log2 as regular function instead of macro. The log2 as macro is hard to use in projects that also define a log2 function. I know, we can work around it, but it comes back and back again. Regards, Johnny Willemsen Remedy IT Leeghwaterstraat 25 2811 DT Reeuwijk The

pthread_mutexattr_setpshared supported?

2004-05-13 Thread Johnny Willemsen
Hi, A question. I am trying to get ACE/TAO working with Cygwin. I am now trying to get process shared mutexes to work and I have a question. Is pthread_mutexattr_setpshared supported? From some logging I have I see I get an invalid argument after calling this method. Regards, Johnny Willemsen

Several problems when running tests with Cygwin

2003-07-10 Thread Johnny Willemsen
of the real Cygwin guru's can have a look and maybe pinpoint some of the problems. Regards, Johnny Willemsen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.htm

Getting rid of auto-import warnings

2003-01-31 Thread Johnny Willemsen
-import) Is it somehow possible to get rid of these warnings? Please also respons to my e-mail address because I am not subscribe to the mailing list. Johnny Willemsen Remedy IT BV Leeghwaterstraat 25 2811 DT Reeuwijk The Netherlands www.remedy.nl / www.theaceorb.nl -- Unsubscribe info: http