February 28, 2014

ccache - file not recognized: File truncated

Two days back I decided to pull the latest changes for GIMP.  While compiling got the error
".libs/gimpnumberpairentry.o: file not recognized: File truncated"
It took a while to figure out the error was caused by ccache. The solution was pretty simple - clean the ~/.ccache using ccache -C

February 24, 2014

JOSM Tile stitching script

I wrote a Linux shell utility to combine the OpenStreetMap map tiles downloaded by JOSM into a single big image. The script is available here : https://github.com/primejyothi/jMapStitch