After running "./configure" in the base directory, modifying the
Makefile so that 'wxgtk_config' is replaced with 'wx_config', then "cd
plucker_desktop", make produces the following:
% make
c++ -g -O2 `wx-config --cflags` -c -o checkbox_message_dialog.o
checkbox_message_dialog.cpp
c++ -g -O2 `wx-config --cflags` -c -o splashscreen.o splashscreen.cpp
c++ -g -O2 `wx-config --cflags` -c -o startup_tips.o startup_tips.cpp
c++ -g -O2 `wx-config --cflags` -c -o html_tip_dialog.o
html_tip_dialog.cpp
c++ -g -O2 `wx-config --cflags` -c -o internationalization.o
internationalization.cpp
c++ -g -O2 `wx-config --cflags` -c -o help_controller.o
help_controller.cpp
c++ -g -O2 `wx-config --cflags` -c -o plucker_wizard_base.o
plucker_wizard_base.cpp
In file included from destinations_wizardpage.h:46,
from setup_wizard.h:48,
from plucker_wizard_base.cpp:63:
hhictrl.h:155: syntax error before `*'
In file included from plucker_wizard_base.cpp:67:
plucker_controller.h:322: syntax error before `*'
make: *** [plucker_wizard_base.o] Error 1
Both of these lines contain something like "palm_installer*
m_palm_installer;". It seems like it does not recognize the
palm_installer class pointer. Any ideas how to fix this?
So close and come so far...
-Pat
Dr. Patrick D. Lorch
Zoology Dept. W: 416-946-7223
University of Toronto F: 416-978-8532
Ramsay Wright Labs [EMAIL PROTECTED]
25 Harbord St. http://www.zoo.utoronto.ca/lrowe/plorch
Toronto, Ontario M5S 3G5
CANADA
Public encryption key available upon request.
_______________________________________________
plucker-list mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-list

