Re: can't compile sfs from src.rpm
Jaakko Niemi <[email protected]> Mon, 29 May 2006 22:38:40 +0300
| Newsgroups | gmane.comp.file-systems.sfs.general |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 29 May 2006, Matias Lopez Bergero wrote: > Hello, > First post here, > > I'm trying to create the rpm file from the src.rpm due to a compile > error :-P > I search trough google and the sfs mailing list, but I couldn't find > this kind of error message, so, I requesting help here :-D > > My system: RedHat ES 3.0, gcc: 3.2.3, glib 1.2.10, glibc 2.3.2, kernel > 2.4.32. > > Here is the error message: ... > Installing sfs-0.7.2-1.src.rpm .. > cc1plus: warnings being treated as errors Most of those warnings have been addressed in cvs. You can easily work around those with for example turning off -Werror by giving "WFLAGS=-Wall" to build enviroment. --j