Displaying 3 results from an estimated 3 matches for "with_dev".
2008 Apr 22
0
Reasons for nut-2.2.2-pre3 package
...d leave any remaining ones to the next call
in order to prevent lockups. This is a major one and I think this alone
warrants a -pre3. I'll fix this later today in the trunk and Testing.
Second (minor) problem I found is in the development stuff. In
'lib/Makefile.am' we have this:
if WITH_DEV
if WITH_PKG_CONFIG
pkgconfig_DATA = libupsclient.pc
else
bin_SCRIPTS = libupsclient-config
endif
endif
but in 'man/Makefile.am' we have the following:
if WITH_PKG_CONFIG
LIB_PAGES += libupsclient-config.1
endif
So effectively, we'll only include the manual pag...
2009 Jan 24
1
Patch to always install libupsclient-config
Hi,
when building with the WITH_DEV conditional, either `libupsclient.pc'
*or* `libupsclient-config' is installed. This is annoying when linking
with libupsclient, because you basically have to do the check twice,
once using `pkg-config' and once using `libupsclient-config'.
Please consider the attached patch, which...
2015 Jul 08
1
[Nut-upsuser] Nut-2.7.3 & gcc-3.3.6
Hi Charles,
Yes, it looks like my g++ does contain STL library which might be just my
specific case...
However, as a temporary solution I disabled nutclient in Makefile (please
find the file attached). And nut-2.7.3 can be compiled now.
Thanks,
Sergey
On Wed, Jul 8, 2015 at 4:13 AM, Charles Lepple <clepple at gmail.com> wrote:
> On Jul 6, 2015, at 10:32 AM, Sergey Talchuk