Plucker Desktop woes again

2004-03-01 Thread David A. Desrosiers

Has anyone successfully built Plucker Desktop on a current Unix or
Linux system with wx 2.2 or 2.4? I'm trying to figure out exactly what the
build environment is. It looks like wx is trying to include headers for a
completely different arch than it should be, and I'm thinking that wx is
wrong at this point.

Specifically that /usr/include/wx/wxchar.h tries to pull in
tchar.h (which isn't standard, or included on any Linux or Unix system in
the wx tree, but apparently exists on Windows systems; the version
included with wine is incompatible, so that's out).

Has anyone built Plucker Desktop recently? What's the catch?

d.

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


Re: Plucker Desktop woes again

2004-03-01 Thread David A. Desrosiers

   Has anyone built Plucker Desktop recently? What's the catch?

Found the bug... the check in setup.h for __VISUALC__ is in err.

d.

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