Plucker 1.3 features, building and suggestions

2003-03-18 Thread George Harker
Firstly, I love Plucker! Very nice. As a developer myself, I'm interested in getting involved plucker's development. I've been trying to compile the viewer from cvs myself. I've got a copy of prc tools for my platform (mac os x) and I've had no luck thus far. I think I'll need to rewrite

Makefile on MacOS X (was: Plucker 1.3 features, building and suggestions)

2003-03-18 Thread Michael Nordström
On Tue, Mar 18, 2003, George Harker wrote: I've got a copy of prc tools for my platform (mac os x) and I've had no luck thus far. I think I'll need to rewrite the makefile :( Well, first you need a Makefile to rewrite ;-) I can't just type make, I have to specify make -f

Re: Small bug in text display code.

2003-03-18 Thread Adam McDaniel
On Fri, Mar 14, 2003 at 09:41:01PM +0300, Ivan Tkatchev wrote: Sorry if I am writing to the wrong place, but I would like to report a simple bug in text redraw code. It seems like if you use a custom font (i.e. through the FontHack123 hack) the text redraw code fails to account for the

Re: Makefile on MacOS X (was: Plucker 1.3 features, building and suggestions)

2003-03-18 Thread George Harker
Makefile.in is just the template that is used by the configure script to create the actual Makefile. Thanks, that was what I was after, I will take if from there. I tend to work mostly with CodeWarrior or Project Builder or VC++, so I very rarely get to use makefiles. Thanks. To create the

Re: Makefile on MacOS X (was: Plucker 1.3 features, building and suggestions)

2003-03-18 Thread George Harker
I've finally got the makefile up and running on os x ... with some complications to get viewer/configure to run without errors, I had to replace the line which does a #include assert.h with #include assert.h after copying the assert.h from /usr/include to the viewer source directory.

Re: Python 2.2

2003-03-18 Thread Bill Janssen
Looks good so far. Seems to work on my OS X machine. Bill ___ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev

Re: Makefile on MacOS X (was: Plucker 1.3 features, building and suggestions)

2003-03-18 Thread Adam McDaniel
On Tue, Mar 18, 2003 at 08:48:49PM +, George Harker wrote: to get viewer/configure to run without errors, I had to replace the line which does a [..] (I'm using palm sdk 5) Ie the SysBatteryKind typedef seems not to have worked. Anyone have any ideas how to get this all to work?