On Wed, Nov 30, 2011 at 12:20 PM, Ruben Van Boxem <[email protected]> wrote: > 2011/11/29 Ozkan Sezer <[email protected]> >> >> On Tue, Nov 29, 2011 at 6:41 PM, Ruben Van Boxem >> <[email protected]> wrote: >> > 2011/11/29 xunxun <[email protected]> >> >> >> >> winpthreads svn 4642 add a header file called pthread_compat.h, but is >> >> missing in makefile.in when installing. >> > >> > >> > You are correct, I missed that. >> > >> > Could someone please commit below patch and regenerate autoshizzle files >> > (I >> > don't have autotools installed, nor am I on Linux)? >> > Index: Makefile.in >> > =================================================================== >> > --- Makefile.in (revision 4641) >> > +++ Makefile.in (working copy) >> > @@ -274,7 +274,7 @@ >> > src/barrier.c src/cond.c src/misc.c src/mutex.c src/rwlock.c >> > src/spinlock.c src/thread.c src/ref.c src/sem.c src/sched.c \ >> > src/winpthread_internal.h src/clock.c src/nanosleep.c src/version.rc >> > >> > -include_HEADERS = include/pthread.h include/sched.h include/semaphore.h >> > include/pthread_unistd.h include/pthread_time.h >> > +include_HEADERS = include/pthread.h include/sched.h include/semaphore.h >> > include/pthread_unistd.h include/pthread_time.h include/pthread_compat.h >> > DISTCHECK_CONFIGURE_FLAGS = --host=$(host_triplet) >> > noinst_LTLIBRARIES = libdummy.la >> > libwinpthread_la_LIBADD = libdummy.la >> > >> > Thanks! >> > >> > Ruben >> >> While you are working on that, remember that you were going to >> fix that new header for clashes? > > > Yes, and here is the required changes. It still includes the makefile.in > bit, which needs some autotools love, which my windows box is unable to > give. I tested with 64-bit GCC and MSVC. > > If anyone with autotools present could please apply this patch, I and anyone > trying to use SVN HEAD would be very grateful! > > Ruben
Applied your patch at rev. 4646. Also applied a patch at rev. 4647 to fix pid_t for 32 bits _MSC_VER -- O.S. ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
