in reply to Re^2: PXPerl CPAN windows problem
in thread PXPerl CPAN windows problem
#ifndef _INTPTR_T_DEFINED typedef int intptr_t; # define _INTPTR_T_DEFINED #endif #ifndef _UINTPTR_T_DEFINED typedef unsigned int uintptr_t; # define _UINTPTR_T_DEFINED #endif
#ifdef _STDINT_H #ifndef _INTPTR_T_DEFINED #define _INTPTR_T_DEFINED #endif #ifndef _UINTPTR_T_DEFINED #define _UINTPTR_T_DEFINED #endif #endif
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: PXPerl CPAN windows problem
by rustyjuggler (Initiate) on Oct 05, 2006 at 09:11 UTC | |
by planetscape (Chancellor) on Oct 06, 2006 at 16:12 UTC |