diff options
author | Dan Winship <danw@src.gnome.org> | 2000-07-31 05:35:28 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-07-31 05:35:28 +0800 |
commit | 24be06c166908871ff2b6f151e3e747cd57eacca (patch) | |
tree | e838d96221f1b980e171ad3d6a1ed4850a98aba3 /README | |
parent | 986e020a431fa8e19a9dfc6e759d78ea4f6f4139 (diff) | |
download | gsoc2013-evolution-24be06c166908871ff2b6f151e3e747cd57eacca.tar gsoc2013-evolution-24be06c166908871ff2b6f151e3e747cd57eacca.tar.gz gsoc2013-evolution-24be06c166908871ff2b6f151e3e747cd57eacca.tar.bz2 gsoc2013-evolution-24be06c166908871ff2b6f151e3e747cd57eacca.tar.lz gsoc2013-evolution-24be06c166908871ff2b6f151e3e747cd57eacca.tar.xz gsoc2013-evolution-24be06c166908871ff2b6f151e3e747cd57eacca.tar.zst gsoc2013-evolution-24be06c166908871ff2b6f151e3e747cd57eacca.zip |
Mention that you should pass "--disable-more-warnings" to oaf and
gnome-vfs's configure scripts, since they are Pure Concentrated Evil
and otherwise default to using "-Werror", which breaks on lots of
peoples' machines.
svn path=/trunk/; revision=4420
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -100,11 +100,17 @@ ftp.gnome.org. The (*)ed packages are available in Helix GNOME. - oaf - 0.3 or later + *** You should use the flag "--disable-more-warnings" when + *** configuring oaf, or it may fail to build. + - gnome-vfs - from CVS (0.2 mostly works, but has a bug where it doesn't install one of its header files [libgnomevfs/gnome-vfs-file-size.h] so you have to install it by hand if you use that version.) + *** You should use the flag "--disable-more-warnings" when + *** configuring gnome-vfs, or it may fail to build. + - bonobo - 0.16 or later *** Note that bonobo must be installed with the same --prefix as |