search for: __ream_h

Displaying 1 result from an estimated 1 matches for "__ream_h".

Did you mean: __read__
2009 Dec 26
1
Problem compiling R library on FC4 ( conflicting declaration in Rinterface.h and stdint.h)
....o /usr/include/R/Rinterface.h:84: error: conflicting declaration 'typedef long unsigned int uintptr_t' /usr/include/stdint.h:129: error: 'uintptr_t' has a previous declaration as 'typedef unsigned int uintptr_t' display.cc includes a header file ream.h which has #ifndef __ream_h #define __ream_h #include <iostream> #include <google/protobuf/stubs/common.h> #include <rexp.pb.h> #include <stdint.h> //commenting this does not make a difference #include <sys/types.h> #include <sys/time.h> #include <time.h> #include <errno.h> #...