On 9/21/05, Anup Mishra <[EMAIL PROTECTED]> wrote: > Hi. I installed the Xcode 1.5 with the Nov 04 gcc 3.3 updater, and > used "fink rebuild gv" as was suggested by you. Unfortunately it did > not work. It gave a bunch of error messages like "Button.c:292: error > : dereferencing pointer to incomplete type" and exited with "exit code > 2". > Regards, > -anup. >
It's generally a good idea to quote the whole final error message, starting with the last line that the compiler tried to run (e.g. "gcc <flags, files>"). That makes it easier to see what file wouldn't compile, what flags the compiler was using, what was being included, if the compiler reported a missing header.... <snip> -- Alexander K. Hansen Fink Documenter [Day Job] Levitated Dipole Experiment http://psfcwww2.psfc.mit.edu/ldx/ ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
