Rich Shepard wrote: > > [rshepard at salmo ~]$ pkg-config gtk+-2.0 --modversion > Package cairo was not found in the pkg-config search path. > Perhaps you should add the directory containing airo.pc' > to the PKG_CONFIG_PATH environment variable > Package 'cairo', required by 'Pango Cairo', not found > And, > [rshepard at salmo ~]$ locate cairo.pc > /usr/local/lib/pkgconfig/cairo.pc > You probably need to set PKG_CONFIG_PATH to $PKG_CONFIG_PATH":"/usr/local/lib/pkgconfig/ since you installed cairo where pkg-config doesn't normally look. > > Considering that adding export MALLOC_CHECK_=0 and specifing > /usr/bin/jpilot works, I'll try to focus on my Friday water quality lectures > and put fixing the mess I created lower on the priority list. > MALOC_CHECK_=0 only ignores the problem. I know the exact offensive line of code now and can research it. You had to specify /usr/bin/jpilot because the bash directory hash (yes, the bash hash) knew about /usr/local/bin/jpilot already. A "hash -r" would have fixed that up, as well as opening a new shell would have. Judd
More information about the jpilot mailing list