-
Thanks for the feedback. Everything you suggested worked, except that I still needed to touch copy/sqlca.cpy and copy/sqlda.cpy (looks like someone forgot to check these in) and I think I found a typo in tests/Makefile.am (patch attached). All tests succeeded.
Thanks for all the work on this project, the test suite was impressive. I wrote COBOL on an AS/400 years ago, and now that I'm doing...
2008-09-28 17:16:24 UTC in OpenCOBOL
-
Here is how I got OpenCOBOL to run on an Intel Mac running Mac OS X 10.5:
1. Make sure the Developer Tools are installed, I used version 3.1
2. Install MacPorts from http://www.macports.org/ then run "sudo port selfupdate"
3. sudo port install gmp; sudo port install db46; sudo port install ncurses
3. Set the environment up as follows:
CC=llvm-gcc
export CC
CFLAGS=-Os -DNDEBUG...
2008-09-21 22:02:48 UTC in OpenCOBOL
-
Just a note to say that this is being tracked by the MacPorts project too.
2007-11-05 02:28:38 UTC in TinyFugue - MUD client
-
File Added: patch-main.aap.
2007-02-08 13:11:03 UTC in A-A-P
-
The above command fails. The attached patches fix it.
2007-02-08 13:10:06 UTC in A-A-P
-
This doesn't belong in a-a-p at all. I've sent it to bugs@vim.org, but can't delete this now, so please just ignore it.
2006-12-07 14:59:56 UTC in A-A-P
-
Fixed by patch #1610830.
2006-12-07 14:52:49 UTC in A-A-P
-
In particular, Grey25. I'm sure there are loads more, but I'm using the torte colour scheme on my TFT, so I didn't find them.
2006-12-07 14:51:56 UTC in A-A-P
-
This patch fixes bug #1610809.
2006-12-07 14:48:44 UTC in A-A-P
-
As above. Build itself proceeds ok, it's the final packaging of the .app that bombs out.
--begin----------
Aap: gcc -Iproto -I. -DHAVE_CONFIG_H -DFEAT_GUI_MAC -fno-common -fpascal-strings -Wall -Wno-unknown-pragmas -mdynamic-no-pic -pipe -arch ppc -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -g -O -MM auto/pathdef.c > build-Darwin8_8_0-CARBONGUI/auto/pathdef.c.aap...
2006-12-07 14:05:01 UTC in A-A-P