bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

commoncpp2-1.3.19 does not "make" successfully under QNX 6.3.0


From: Tilson Chung
Subject: commoncpp2-1.3.19 does not "make" successfully under QNX 6.3.0
Date: Thu, 15 Sep 2005 17:00:45 -0700

I encountered "inaddr.cpp:274:implicit declaration of function 'int ost::inet_aton(...)'" when I configure commoncpp2-1.3.19 under QNX 6.3.0 with GCC2.95.3.  
So I went to /usr/qnx630/target/qnx6/usr/include/arpa/ and include the inet.h header file in the inaddr.cpp,  and I also configure with './configure CXXFLAGS="-g -O2 -D__EXT_BSD"', but same thing "inaddr.cpp:274:implicit declaration of function 'int ost::inet_aton(...)'" happens.  
In addition, when I just define 'int inet_aton __P((const char *,struc in_addr*));' inside the inaddr.cpp file, it passes the implicit declaration error and gives me "socket.cpp:1286:aggregate 'struct addr info hint' has incomplete type and cannot be initialized"
Please be so kind to help solving this problem, Thanks.
reply via email to

[Prev in Thread] Current Thread [Next in Thread]