[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Groff-commit] groff PROBLEMS ChangeLog
From: |
Werner LEMBERG |
Subject: |
[Groff-commit] groff PROBLEMS ChangeLog |
Date: |
Sat, 23 Jan 2010 07:04:00 +0000 |
CVSROOT: /cvsroot/groff
Module name: groff
Changes by: Werner LEMBERG <wl> 10/01/23 07:04:00
Modified files:
. : PROBLEMS ChangeLog
Log message:
PROBLEMS: Document some Mac OS issues.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/PROBLEMS?cvsroot=groff&r1=1.31&r2=1.32
http://cvs.savannah.gnu.org/viewcvs/groff/ChangeLog?cvsroot=groff&r1=1.1218&r2=1.1219
Patches:
Index: PROBLEMS
===================================================================
RCS file: /cvsroot/groff/groff/PROBLEMS,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- PROBLEMS 5 Jan 2009 20:10:30 -0000 1.31
+++ PROBLEMS 23 Jan 2010 07:03:59 -0000 1.32
@@ -1,4 +1,4 @@
- Copyright 1989-2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009
+ Copyright 1989-2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009, 2010
Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
@@ -919,7 +919,32 @@
----------------------------------------------------------------------
-* When compiling on MacOS X, groff compiles but does not run well,
+* In MacOS X, I want to completely replace the groff that came with
+ the system.
+
+Use ./configure --prefix=/usr --mandir=/usr/share/man then make
+and make install. Note that subsequent system updates may replace
+your groff.
+
+----------------------------------------------------------------------
+
+* When compiling on MacOS X 10.2, groff compiles but does not run well,
especially `eqn', causing many `can't break line' messages.
Use ./configure CXX=g++2 then make as usual.
+
+----------------------------------------------------------------------
+
+* When compiling on MacOS X 10.4 with gcc 4.0.1, the build errors
+ out with the following message:
+
+ g++ -g -O2 -o troff dictionary.o div.o env.o input.o majorminor.o
+ mtsm.o node.o number.o reg.o ...groff/src/libs/libgroff/libgroff.a -lm
+ /usr/bin/ld: Undefined symbols:
+ node::~node()
+
+Locate the line in src/roff/troff/node.cpp:
+
+ inline node::~node()
+
+Remove the "inline" keyword, save, and make again.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/ChangeLog,v
retrieving revision 1.1218
retrieving revision 1.1219
diff -u -b -r1.1218 -r1.1219
--- ChangeLog 2 Jan 2010 17:22:55 -0000 1.1218
+++ ChangeLog 23 Jan 2010 07:03:59 -0000 1.1219
@@ -1,3 +1,7 @@
+2010-01-23 Larry Kollar <address@hidden>
+
+ PROBLEMS: Document some Mac OS issues.
+
2010-01-02 Deri James <address@hidden>
Don't hardcode `ps' device.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Groff-commit] groff PROBLEMS ChangeLog,
Werner LEMBERG <=