[Pgui-devel] Building issue - ???.fl not found

2002-12-17 Thread Paul Brown
I've downloaded PicoGUI and am attempting to evaluate it but am having no luck compiling the distribution.  I've tried both 0.43 and the latest CVS snapshot with the same results. The make terminates with an error from a perl script (fontdef.pl) complaining that c0c02.fl was not found (and indeed i

[Pgui-devel] Empty field widget bug.

2002-12-17 Thread James Hollingshead
I am seeing a bug with trying to get the contents of a field widget which happens to be empty - the pgGetString() call hangs indefinitely. This is using either 0.4.3, or the latest cvs snapshot. This test program will cause the problem: #include int main(int argc, char **argv) { pghandle wFiel

Bug in ./pgserver/configure (Re: [Pgui-devel] Trouble cross-compiling for ARM)

2002-12-17 Thread Friedrich Seuhs
Am Montag, 16. Dezember 2002 09:37 schrieb Philippe Ney: > the struct timeval seems not to be totally defined when you reach the > benchmark_run_one (..) function. > Maybe check in the included headers... Yes, after I added #include to debug/benchmark.c, it compiled past that file, then I got