Re: [E-devel] eyelight build fail. epp issue?

2011-04-08 Thread The Rasterman
On Fri, 08 Apr 2011 23:45:21 +0900 Daniel Juyung Seo said: 2 problems. 1 was an epp one \'s inside a macro arguments was in fact inserted verbatim without considering it as being an escape. fixed the enki edc as the stray \ was wrong anyway as it was outside of any cpp macro or expansion mechanis

Re: [E-devel] eyelight build fail. epp issue?

2011-04-08 Thread The Rasterman
On Fri, 8 Apr 2011 20:53:50 +0200 Davide Andreoli said: > I got the same epp error, in my case the offending line was: > >#define DBG(none)// #define DBG(...) i've tried that here. it comes out just as a blank line as the #define content is empty due to it being commented out. this: #defi

Re: [E-devel] eyelight build fail. epp issue?

2011-04-08 Thread Vincent Torri
On Fri, 8 Apr 2011, Davide Andreoli wrote: > I got the same epp error, in my case the offending line was: > > #define DBG(none)// #define DBG(...) > > seems that eep don't like c comments as I just removed the comments to > make it work. > > Also I noted that epp don't like variable arguments

Re: [E-devel] eyelight build fail. epp issue?

2011-04-08 Thread Davide Andreoli
I got the same epp error, in my case the offending line was: #define DBG(none)// #define DBG(...) seems that eep don't like c comments as I just removed the comments to make it work. Also I noted that epp don't like variable arguments in macro, as this don't work: #define DEBUG_ENABLE 1

[E-devel] eyelight build fail. epp issue?

2011-04-08 Thread Daniel Juyung Seo
Hello all, I got build fail while building edc in eyelight. It looks like epp issue but no clue at the moment. Anybody can check this out? Please find the error message below. Thanks. Daniel Juyung Seo (SeoZ) --- error message --- /usr/local/bin/edje_cc -v -id ../../../data/themes/defaul