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 wo

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 with #include "assert.h" after copying the assert.h from /usr/include to the viewer source directory. I also

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 co

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