Re: compilation error
Gopal <[email protected]>
| Newsgroups | gmane.comp.video.mesa3d.user |
|---|---|
| Message-ID | <[email protected]> |
Dimitra Yumnam <dimitrayumnam <at> gmail.com> writes: > > hi, > i have been trying to compile mesa-8.0.4 but no luck. configure > went well but when i try to 'gmake', there were many error outputs > which i definitely not been able to rectify. i m running opensuse Dear Dimitra, try the following (inside mesa dir) make distclean [run the autogen script again] gmake You probably have updated your local repository and due to old compiled files you get such error. Regards, Gopal