I got this error on make:

[EMAIL PROTECTED]:~/e/plain_edje_viewer$ make
edje_cc -fd data/themes/fonts -id data/themes/default_images 
data/themes/default.edc build/default.edj
mkdir -p ./build
gcc -W -Wall -Werror  -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wswitch 
-Wshadow -Wcast-align -Wchar-subscripts -Winline -Wnested-externs 
-Wredundant-decls -O -Wuninitialized \
            -o ./build/plain_edje_viewer src/main.c `pkg-config --libs \
        --cflags ecore ecore-evas evas edje ecore-config`
In file included from src/main.c:1:
src/framework.c:392:2: error: no newline at end of file
In file included from src/main.c:2:
src/viewport.c:240:2: error: no newline at end of file
In file included from src/main.c:3:
src/minimap.c:224:2: error: no newline at end of file
src/main.c:102:2: error: no newline at end of file
make: *** [app] Error 1


you shoud remove -Werror from the Makefile then it work.




----- "andres" <[EMAIL PROTECTED]> ha scritto:

> Hello,
> I created a plain edje viewer for this Edje book I'm writtng.
> If anyone has time to waste and feel like taking a look the url is 
> http://andresblanc.googlepages.com/plain_edje_viewer.tar.gz
> 
> thank you and good bye
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
> Don't miss this year's exciting event. There's still time to save
> $100. 
> Use priority code J8TL2D2. 
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to