blob: 4d251f1655df918314742cf8b7b4b9f3ef6a4f8b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
Jeroen Scheerder <J.Scheerder@cwi.nl> (by way of Jeroen Scheerder)
Subject: w3m 0.1.6 on Mac OS X
Content-Type: text/plain; charset="us-ascii"
Hi,
I've compiled w3m successfully on Mac OS X (DP3). I'm including
patches, mainly dealing with compiler complaints about possible use of
uninitialized data.
It compiles with one warning, still:
url.c:799: warning: variable `p' might be clobbered by `longjmp' or
`vfork'
On a related note: I had to modify the makefile; there is no `m'
library, and no `termcap' library, and they're not needed as well --
but they will cause an ld failure, when present on the ld command line.
Context diffs (against a 21/1/2000 0.1.6) are included, including the
(trivial) patch to make Boehm gc compile.
*** gc/gcconfig.h Mon Mar 6 12:16:04 2000
--- gc/gcconfig.h.org Wed Jan 12 04:23:37 2000
***************
*** 180,190 ****
# define POWERPC
# define mach_type_known
# endif
- # if defined(__APPLE__)
- # define MACOSX
- # define POWERPC
- # define mach_type_known
- # endif
# if defined(NeXT) && defined(mc68000)
# define M68K
# define NEXT
--- 180,185 ----
|