Re: CDBS cmake.mk class

2008-01-28 Thread Jiri Palecek
Cyril Brulebois wrote: > http://bugs.debian.org/cdbs will lead you to #450901. > http://bugs.debian.org/cmake will lead you to #459207. > > Since it's not being fixed right now, I personally embed a copy of > cmake.mk, without setting the two (C and CXX) offending variables. BTW, since #450901 i

Re: CDBS cmake.mk class

2008-01-28 Thread Salvatore Ansani
Hi Cyril, I follow your tips and now I redefine CC and CXX on "debian/rules" with correct path and now all is ok. 10x, Salvatore -- From: "Cyril Brulebois" <[EMAIL PROTECTED]> Sent: Monday, January 28, 2008 2:05

Re: CDBS cmake.mk class

2008-01-28 Thread Cyril Brulebois
On 28/01/2008, Salvatore Ansani wrote: > Hi guys I've a strange behaviour compiling a kde4 package with > cmake.mk CDBS class. (And gales?) > Investigating I found variable who cause error: > -DCMAKE_C_COMPILER="cc". > > Other Question: How I tell debian/rule to modify some variables ? If I > re