Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fe445893
Commit
fe445893
authored
Jul 24, 2002
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
95c997fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
11 deletions
+27
-11
etc/PROBLEMS
etc/PROBLEMS
+10
-11
lisp/ChangeLog
lisp/ChangeLog
+17
-0
No files found.
etc/PROBLEMS
View file @
fe445893
...
...
@@ -402,17 +402,16 @@ library function.
* The `configure' script doesn't find the jpeg library.
This can happen because the linker by default only looks for shared
libraries, but jpeg distribution by default doesn't build and doesn't
install a shared version of the library, `libjpeg.so'. One system
where this is known to happen is Compaq OSF/1 (`Tru64'), but it
probably isn't limited to that system.
You can configure the jpeg library with the `--enable-shared' option
and then rebuild libjpeg. This produces a shared version of libjpeg,
which you need to install. Finally, rerun the Emacs configure script,
which should now find the jpeg library. Alternatively, modify the
generated src/Makefile to link the .a file explicitly.
There are reports that this happens on some systems because the linker
by default only looks for shared libraries, but jpeg distribution by
default only installs a nonshared version of the library, `libjpeg.a'.
If this is the problem, you can configure the jpeg library with the
`--enable-shared'
option and then rebuild libjpeg. This produces a
shared version of libjpeg, which you need to install. Finally, rerun
the Emacs configure script, which should now find the jpeg library.
Alternatively, modify the generated src/Makefile to link the .a file
explicitly.
(If you need the static version of the jpeg library as well, configure
libjpeg with both `--enable-static' and `--enable-shared' options.)
...
...
lisp/ChangeLog
View file @
fe445893
2002-07-24 Richard M. Stallman <rms@gnu.org>
* emacs-lisp/bytecomp.el (byte-compile-log-warning):
Bind warning-group-format.
* emacs-lisp/bytecomp.el (byte-compile-cl-functions): New variable.
(byte-compile-cl-warn): Use that variable.
(byte-compile-find-cl-functions): New function.
(displaying-byte-compile-warnings):
Call byte-compile-find-cl-functions.
* warnings.el (warning-levels): Add %s to the strings.
(warning-group-format): New variable.
(warning-suppress-log-types): Renamed from warning-suppress-log.
(warning-suppress-types): Renamed from warning-suppress.
(display-warning): Implement those changes.
2002-07-23 Richard M. Stallman <rms@gnu.org>
* warnings.el: Add `provide' call.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment