-
Hey Jiang,
Thank you so much for your guidance and advice.
I'll try this out and get back to you on the verdict.
Hopefully people will be able to learn from my experience. =-)
regards,
Cornelius.
2009-03-31 07:55:46 UTC in POCO C++ Libraries
-
Hi Jiang,
Yeah! Configure works fine now. =-)
You're right,..I did what you instructed but forgot to d2u the rest of the mentioned files in their directories. Sorry about that. =-)
I finally managed to do that and have encountered this little error which i am not sure what it is all about.
"make[1]: Entering directory `/home/Cornelius/poco-1.3.3p1-all/poco-1.3.3p1-all/Data/ODBC'...
2009-03-31 02:59:46 UTC in POCO C++ Libraries
-
Hi Jiang,
Thank you so much for your kind and helpful advice.
I did what you instructed but I seem to encounter more problems.
I can't find the complete gmake log of the errors so I decided to copy a short version of it.
Here is a SHORT list of the errors after I have typed: gmake -s
I hope you can help me on this, please.
Thank you.
regards,
Cornelius
gcc...
2009-03-30 02:52:00 UTC in POCO C++ Libraries
-
Hi all,
I encountered the following error when attempting to make the program.
Please advise.
Thank you.
$ make all
g++ -g -Wall test.cpp -o test.o -c
In file included from test.cpp:4:
address.h:33: error: expected class-name before '{' token
address.h:42: error: expected ',' or '...' before '&' token
address.h:42: error: ISO C++ forbids declaration of 'addrinfo' with no...
2009-03-26 09:34:21 UTC in Endpoint C++ Socket Library
-
Hi obiltschnig,
I am using Cygwin and POCO version 1.3.3p1-all.
2009-03-26 09:19:36 UTC in POCO C++ Libraries
-
Hi obiltschnig,
I am using Cygwin.
2009-03-26 09:08:59 UTC in POCO C++ Libraries
-
Hi all,
I encountered this error message while trying to configure the program.
Any idea why?
Thank you.
regards,
Cornelius
$ ./configure
./configure: line 11: $'\r': command not found
./configure: line 12: syntax error near unexpected token `$'\r''
'/configure: line 12: `showhelp()
2009-03-26 08:18:06 UTC in POCO C++ Libraries
-
Hi all,
I am encountering the following errors while trying to make the library.
Any idea why?
Thanks and regards,
Cornelius
$ make library
=========================================================
socket : C++ Class based pthread object libraries.
=========================================================
Version : 1.38
Developed By : CTIE - Monash University...
2009-03-26 04:31:35 UTC in SocketCC
-
Hi all,
I am encountering the following errors after trying to make the library.
Any idea why?
regards,
Cornelius
$ make
------------------
rm -f common.o
g++ -I. -W -Wall -DSCREEN_LOG=1 -DMILESTONE_LOG=1 -DTRACE_LOG=0 -c common.cpp
------------------
rm -f trace.o
g++ -I. -W -Wall -DSCREEN_LOG=1 -DMILESTONE_LOG=1 -DTRACE_LOG=0 -c trace.cpp
------------------
rm -f...
2009-03-26 04:21:13 UTC in C++ Stream Compatible TCP/IP Sockets
-
Hi all,
I am encountering this error after I have attempted to make the library.
Any idea why?
regards,
Cornelius
$ make
g++ -DHAVE_CONFIG_H -I. -I./libdconn/dasyne/lowlevel -D_REENTRANT -Wall -g -O2 -MT DyConnect.o -MD -MP -MF .deps/DyConnect.Tpo -c -o DyConnect.o DyConnect.cpp
In file included from libdconn/dasyne/lowlevel/PollingConnect.hpp:16,
from...
2009-03-26 04:05:04 UTC in DyConnect