Re: compiling clicq, problems with c++

2002-11-18 Thread Christopher Faylor
>ok, sorry. i wanted to keep the mail as short as possible, here's the >call to make: http://cygwin.com/bugs.html cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

Re: compiling clicq, problems with c++

2002-11-18 Thread egor duda
Hi! Monday, 18 November, 2002 Uwe Mayer [EMAIL PROTECTED] wrote: UM> ok, sorry. i wanted to keep the mail as short as possible, here's the UM> call to make: UM> merkosh@M111 /tmp/clicq-0.1 UM> $ make UM> make[2]: Entering directory `/tmp/clicq-0.1/src' UM> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../i

Re: Re[2]: compiling clicq, problems with c++

2002-11-18 Thread Max Bowsher
Uwe Mayer <[EMAIL PROTECTED]> wrote: > make[2]: Entering directory `/tmp/clicq-0.1/src' > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../icqlib/icqlib-g -O2 -c > clicq.c clicq.c:16:18: term.h: No such file or directory ... > Where's the "Error" that make indicates? Right there at the beginning. Max.

Re[2]: compiling clicq, problems with c++

2002-11-18 Thread Uwe Mayer
Hallo Gareth, Monday, November 18, 2002, 10:12:52 AM, you wrote: GP> if you look at the actual contents of those files - they include each other GP> the standard method of including socket.h is GP> #define ok, changed that. Thanks. GP> first point - a given line of output doesnt cause make to

Re: compiling clicq, problems with c++

2002-11-18 Thread Gareth Pearce
> Hi, > > I was trying to compile clicq, an icq client for linux, for cygwin. > However I'm a little new to C++ although not to programming in > general. Here is what I got problems with: > > 1. during make, gcc reported that the definition for AF_INET was > missing. since I knew it was located in

compiling clicq, problems with c++

2002-11-18 Thread Uwe Mayer
Hi, I was trying to compile clicq, an icq client for linux, for cygwin. However I'm a little new to C++ although not to programming in general. Here is what I got problems with: 1. during make, gcc reported that the definition for AF_INET was missing. since I knew it was located in socket.h I loc