On Fr, 25 Jan 2013, Norbert Preining wrote:
> $ make
> cc -O2 -g -pipe -fPIC -DG_UDEV_API_IS_SUBJECT_TO_CHANGE    
> src/plugins/SpitInterfaces.vala.c   -o src/plugins/SpitInterfaces.vala
> src/plugins/SpitInterfaces.vala.c:10:18: fatal error: glib.h: No such file or 
> directory
> compilation terminated.
> make: *** [src/plugins/SpitInterfaces.vala] Error 1

Found the reason:
        make clean
does *NOT* remove the .c files in src/plugins/, and after that make
believes it should create the .vala files FROM the .c files.

That should be fixed in the Makefile targets, the .c files there should
also be removed., all others are remvoed.

Norbert

------------------------------------------------------------------------
PREINING, Norbert                               http://www.preining.info
JAIST, Japan                                 TeX Live & Debian Developer
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
------------------------------------------------------------------------
_______________________________________________
Shotwell mailing list
[email protected]
http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell

Reply via email to