redefinition uid_t

2011-10-18 Thread Oscar Pernas
Hi all, I'm using apr in a process that uses CORBA TAO, for communications. My problem is that TAO and APR has the same redefinition of a variable. In apr.h i can see: typedef int uid_t ; typedef int pid_t; typedef int gid_t; However in TAO I could see: typedef long uid_t typedef long pid_t

Re: redefinition uid_t

2011-10-18 Thread Jeff Trawick
On Tue, Oct 18, 2011 at 9:26 AM, Oscar Pernas os...@pernas.es wrote: Hi all, I'm using apr in a process that uses CORBA TAO, for communications. My problem is that TAO and APR has the same redefinition of a variable. In apr.h i can see: typedef int uid_t ; typedef int pid_t; typedef int

Re: redefinition uid_t

2011-10-18 Thread Oscar Pernas
Hi Jeff, Thanks for your response. Im also having one more error with this structure: struct iovec { void *iov_base; size_t iov_len; }; Its weird because, the preprocessor definition APR_WANT_IOVEC is not defined in the project, and in all the projects that I use and uses apr (log4cxx,