Package Details: aeskulap 0.2.2.beta2.8.ge710562-2

Git Clone URL: https://aur.archlinux.org/aeskulap.git (read-only, click to copy)
Package Base: aeskulap
Description: Medical image viewer and DICOM client
Upstream URL: http://www.nongnu.org/aeskulap
Licenses: GPL
Submitter: haawda
Maintainer: None
Last Packager: haawda
Votes: 15
Popularity: 0.000003
First Submitted: 2018-04-21 17:35 (UTC)
Last Updated: 2022-03-08 22:38 (UTC)

Pinned Comments

haawda commented on 2022-12-20 14:24 (UTC)

Before flagging this package (or any package) out ouf date read the comments.

Latest Comments

« First ‹ Previous 1 2 3 4

spease commented on 2017-09-27 02:30 (UTC)

Had the same problem, solved with the CXXFLAGS suggestion. Is this package still actively maintained?

<deleted-account> commented on 2016-06-27 14:43 (UTC)

The issue seems to be solved adding "-std=gnu++11 -DHAVE_PROTOTYPE_ISNAN -DHAVE_PROTOTYPE_ISINF" to CXXFLAGS

<deleted-account> commented on 2016-06-27 09:24 (UTC)

I got this error: ofstd.cc: In static member function ‘static void OFStandard::ftoa(char*, size_t, double, unsigned int, int, int)’: ofstd.cc:1459:16: error: call of overloaded ‘isnan(double&)’ is ambiguous if (isnan(val)) ^ ofstd.cc:182:7: note: candidate: int isnan(double) int isnan(double value); ^~~~~ In file included from ../include/dcmtk/ofstd/ofstdinc.h:187:0, from ofstd.cc:114: /usr/include/c++/6.1.1/cmath:648:3: note: candidate: constexpr bool std::isnan(long double) isnan(long double __x) ^~~~~ ...... make[4]: *** [../../config/Makefile.def:88: ofstd.o] Error 1

piater commented on 2016-06-24 20:17 (UTC)

For me, for a successful build, it suffices to add "-std=gnu++11 -DHAVE_PROTOTYPE_ISNAN -DHAVE_PROTOTYPE_ISINF" to CXXFLAGS (combating a hack with a hack).

tmladek commented on 2015-10-20 09:17 (UTC)

Well, you're right. I actually just copied the pkgbuild over from AUR3, without any changes except dependencies, and it compiled correctly, I don't know what changed. I'll take a look at it ASAP!

Morebikethanman commented on 2015-10-15 03:28 (UTC)

Unable to compile - makefile fails with error inline operator bool() const noexcept; ^ Makefile:403: recipe for target 'aconfiguration.lo' failed while trying to execute make aconfiguration.lo in aeskulap-dcmtkcompat/src/aeskulap-0.2.2-beta1/configuration