2008/11/18 Charles Lepple <[EMAIL PROTECTED]>:
> On Mon, Nov 17, 2008 at 2:56 PM, Arjen de Korte <[EMAIL PROTECTED]> wrote:
>> Citeren Arnaud Quette <[EMAIL PROTECTED]>:
>>
>>> 2008/11/17 Arjen de Korte <[EMAIL PROTECTED]>:
>>>> Author: adkorte-guest
>>>> Date: Mon Nov 17 19:34:27 2008
>>>> New Revision: 1567
>>>>
>>>> Log:
>>>> fix changes from r1566 that broke building
>>>> ...
>>>
>>> thanks for fixing that one ;-)
>>
>> Although it looks like one of the BuildBots still doesn't like this.
>>
>>> SSL conditional inclusion missing?
>>
>> Yes, the CFLAGS were also wrong. Instead of
>>
>>     dummy_ups_CFLAGS = -I$(top_srcdir)/clients
>>
>> you should write
>>
>>     dummy_ups_CFLAGS = $(AM_CFLAGS) -I$(top_srcdir)/clients
>>
>> so that the includes for the other stuff will be used as well. It
>> won't find any header files in the ../common directory otherwise for
>> instance.
>>
>> It also looks like we have an issue with line terminations. I
>> committed this change from a Windows client, which seems to have
>> changed this. This probably requires some SVN magic to change this
>> back to *NIX style. Sorry folks... :-(
>
> Hopefully fixed in r1569.
>
> The command is 'svn propset svn:eol-style native <files...>'
>
> (Actually, a few files such as configure.in have been set to just have
> LF line endings no matter what OS they are checked out on. We might
> have to extend that to Makefile.am as well, in case anyone starts
> hacking NUT on Windows.)

yup, I've started a few things with cygwin, but planned more.
maybe post 2.4...

Arnaud
-- 
Linux / Unix Expert R&D - MGE Office Protection Systems - http://www.mgeops.com
Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/
Debian Developer - http://people.debian.org/~aquette/
Free Software Developer - http://arnaud.quette.free.fr/

_______________________________________________
Nut-upsdev mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/nut-upsdev

Reply via email to