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 Im in Win32 and Win64 platform. I've commented it in apr source and library compiles well, Could I have any problem? What would be the best solution? thanks in advance! -- Óscar Pernas Plaza.
