[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: Installing gEDA from 20050820 Suite CD on Fedora



> no, this is good news.  I've had to fix so much broken software on my 
> alpha becuase of sloppy typecasting it isn't even funny.

I've run into similar headaches with my amd64 machine.  If you forget
to prototype a function that returns a pointer, you crash.
sizeof(int) is not the same as sizeof(long) or sizeof(void*).  Etc.