Hi Norbert,

"make clean" works for me.  Are you sure this is a problem?

I know one way you can cause something like this to happen:

$ ./configure
$ make
$ ./configure --build=build
<... do more work ...>
$ make clean

That middle configure changes the build directory, which means "make clean" 
will remove files there and not in the default locations, which is where the 
original configure placed them.

Is it possible this is what happened to you?

-- Jim

On Thu, Jan 24, 2013 at 4:54 PM, Norbert Preining <[email protected]> wrote:
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 

_______________________________________________
Shotwell mailing list
[email protected]
http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell

Reply via email to