You have sent a virus

2003-09-07 Thread ata
Hello, You tried to send an e-mail that's infected by a virus to our user "[EMAIL PROTECTED]" . The infected file was "document_all.pif". it was infected by "Worm.Sobig.F" and has been removed. Contact to your administrator at "[EMAIL PROTECTED]" for any problems

Re: distcheck fails (Inclusion confusion)

2003-09-07 Thread Tom Howard
On Saturday 06 September 2003 18:22, Christian Neumair wrote: > Everything seems to compile fine but a make distcheck reveals: > gcc [...] > -I/home/chris/cvs/gdesklets/gDesklets-0.20/_inst/include/python2.3 [...] > and then fails with Python.h: No such file or directory > > What have I done wrong?

Re: distcheck fails (Inclusion confusion)

2003-09-07 Thread Alexandre Duret-Lutz
>>> "Christian" == Christian Neumair <[EMAIL PROTECTED]> writes: Christian> I added the following to configure.in: Christian> PYTHON_CFLAGS="-I$PYTHON_PREFIX/include/python$PYTHON_VERSION" Christian> AC_SUBST(PYTHON_CFLAGS) [...] Christian> What have I done wrong? You are assuming that Python

Re: am I missing something about configuration headers?

2003-09-07 Thread Tom Howard
Hi Dale, On Saturday 06 September 2003 00:18, Dale E Martin wrote: > Configure finds "/usr/bin/ssh", and SSH gets defined properly in my > Makefile, but it FooConfig.h looks like this when it's generated: > * FooConfig.h. Generated by configure. */ > #ifndef FOO_CONFIG_H > #define FOO_CONFIG_H >