Philipp Kraus
2009-06-14 13:27:03 UTC
Hello,
I try to compile OpenMPI (1.3.2) with MinGW under Win Vista (32 Bit)
only for developing and linking.
On running make it breaks down with errors:
c:/Library/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../../include/winsock2.h:392:1:
warning: this is the location of the previous definition
event.c:38:18: misc.h: No such file or directory
In file included from event.c:41:
c:/Library/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../../include/sys/time.h:27:
error: redefinition of `struct timezone'
c:/Library/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../../include/sys/time.h:40:
error: conflicting types for 'gettimeofday'
../../opal/win32/ompi_time.h:179: error: previous declaration of
'gettimeofday' was here
c:/Library/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../../include/sys/time.h:40:
error: conflicting types for 'gettimeofday'
../../opal/win32/ompi_time.h:179: error: previous declaration of
'gettimeofday' was here
make[3]: *** [event.lo] Error 1
make[3]: Leaving directory `/library/openmpi-1.3.2/opal/event'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/library/openmpi-1.3.2/opal/event'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/library/openmpi-1.3.2/opal'
Can anyone help me, please?
Thanks Phil
I try to compile OpenMPI (1.3.2) with MinGW under Win Vista (32 Bit)
only for developing and linking.
On running make it breaks down with errors:
c:/Library/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../../include/winsock2.h:392:1:
warning: this is the location of the previous definition
event.c:38:18: misc.h: No such file or directory
In file included from event.c:41:
c:/Library/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../../include/sys/time.h:27:
error: redefinition of `struct timezone'
c:/Library/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../../include/sys/time.h:40:
error: conflicting types for 'gettimeofday'
../../opal/win32/ompi_time.h:179: error: previous declaration of
'gettimeofday' was here
c:/Library/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../../include/sys/time.h:40:
error: conflicting types for 'gettimeofday'
../../opal/win32/ompi_time.h:179: error: previous declaration of
'gettimeofday' was here
make[3]: *** [event.lo] Error 1
make[3]: Leaving directory `/library/openmpi-1.3.2/opal/event'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/library/openmpi-1.3.2/opal/event'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/library/openmpi-1.3.2/opal'
Can anyone help me, please?
Thanks Phil