On Tue, Jun 15, 2010 at 12:12:26PM -0700, we recorded a bogon-computron collision of the <[email protected]> flavor, containing: > On Tue, 15 Jun 2010, Dave H wrote: > > > XReadBitmapFile() failed: Bitmap not found? > > /usr/share/xastir/symbols/2x2.xbm ^^^^^^^^^^^^
This is where a binary install would put this file, and where a binary install would put in your .xastir/config/xastir.cnf file. It is the wrong location for a scratch-built xastir build from CVS, which will be expecting those files in /usr/local/share/xastir/symbols. If you removed a binary package (e.g. with "apt-get remove xastir" it would also have removed the /usr/share/xastir directory. Your new xastir build would have installed new files in /usr/local/share/xastir, but your config file still points to the old place. The best thing to do is to edit your xastir.cnf file and change all the instances of "/usr/share/xastir" to "/usr/local/share/xastir" That should fix it, so long as you've actually done a "make install" in your CVS build. -- Tom Russo KM5VY SAR502 DM64ux http://www.swcp.com/~russo/ Tijeras, NM QRPL#1592 K2#398 SOC#236 http://kevan.org/brain.cgi?DDTNM "It is better to live on your feet than to die with your knees." -- Mil Millington on running, in Instructions for Living Someone Else's Life _______________________________________________ Xastir mailing list [email protected] http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
