Re: <not-solved> Gaim 0.78 not building



> | Out of interest, if you clear the ccache cache (ccache -c) and recompile
> | platform/gtk and then Gaim, is their any change in behaviour?
> 
> unfortunately not - the error remains

try to not use ccache:

alter gaim/Makefile like this:

include ../category.mk
CC := $(echo $(CC) | sed -e 's/ccache //g')
CXX := $(echo $(CXX) | sed -e 's/ccache //g')

make clean and make install...

-- 
  Ing. Ivan Noris
  System engineer, Business Global Systems, a.s.
  info & public key: http://www.bgs.sk/people/noris
  __________________________________________________________________
  "Semper cautus - semper paratus - semper idem Vix."




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]