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. I also had to remove the

-Wall and -Werror (warnings are not treated as errors)

and turn on

-xc++ (force c++ configuration)

However, there's still some outstanding issues - the first of which is the following

In file included from /usr/local/prc-tools/palmdev/sdk-5/include/Core/System/ SystemPublic.h:67,
from /usr/local/prc-tools/palmdev/sdk-5/include/PalmOS.h:27,
from viewer.h:28,
from Font.h:26,
from /usr/local/prc-tools/palmdev/sdk-5/include/Core/System/SystemMgr.h:49,
from /usr/local/prc-tools/palmdev/sdk-5/include/Extensions/ExpansionMgr/ VFSMgr.h:23,
from viewer.c:27:
/usr/local/prc-tools/palmdev/sdk-5/include/Core/System/ Preferences.h:256: syntax error before `;'
/usr/local/prc-tools/palmdev/sdk-5/include/Core/System/ Preferences.h:300: syntax error before `;'


(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?

George Harker

_______________________________________________
plucker-dev mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev

Reply via email to