Re: odd compiler behaviour?

2003-03-16 Thread Bruynooghe Floris
On Sun, Mar 16, 2003 at 04:45:31AM +, Colin Watson wrote: > [BTW, your Mail-Followup-To: is broken. I guess you need to tell your > mailer what your real address is rather than just "floris".] Hmm, thanks for telling me. I'ts quiet hard though, my alternates where set and now I've also set m

Re: odd compiler behaviour?

2003-03-15 Thread Bruynooghe Floris
On Fri, Mar 14, 2003 at 06:12:28PM +, Pigeon wrote: > #include // need this to use malloc() Well I thought so to, but it _did_ work without to my surprise (discovered after I stupidly forgot it) But using `//' is also a C++ism no? BTW; thanks to all of you for the replies, I couldn't find t

odd compiler behaviour?

2003-03-14 Thread Bruynooghe Floris
I can't see why the second program fails to compile, as far as I would expect these programs are identical. Does anyone knows what goes wrong? cheers, floris ~$ gcc --version 2.95.4 ~$ cat << EOF > prog1.c #include int main() { char* record; int record_size = 10; int letter = 'a'; int

Re: OpenSSH-potato

2002-06-26 Thread Bruynooghe Floris
Jerome BENOIT wrote: > > Now when I try a X stuff on a remote host, > I guess the message "Error: Can't open display:" > whereas everything was fin before the update. I've read through the thread until now, but ain't it a bit more simple? As I understand you want to have a window on your local s