Re: [Debian-med-packaging] C++ help needed for lamarc

2017-12-05 Thread Gert Wollny
Am Montag, den 04.12.2017, 21:53 +0100 schrieb Andreas Tille: > Hi Gert, > > thanks for your hint. > > On Mon, Dec 04, 2017 at 07:32:42PM +0100, Gert Wollny wrote: > > > > make_pair doesn't require the explicite type specification, i.e. > > the > > following should work:  > > > > - return

Re: [Debian-med-packaging] C++ help needed for lamarc

2017-12-04 Thread Andreas Tille
Hi Gert, thanks for your hint. On Mon, Dec 04, 2017 at 07:32:42PM +0100, Gert Wollny wrote: > > make_pair doesn't require the explicite type specification, i.e. the > following should work: > > - return make_pair(eigvals, eigvecs); > + return make_pair(eigvals,

Re: [Debian-med-packaging] C++ help needed for lamarc

2017-12-04 Thread Gert Wollny
Am Montag, den 04.12.2017, 17:52 +0100 schrieb Andreas Tille: > Hi, > > I intend to package lamarc[1] and hit the following C++ issue: > > ... > g++ -DHAVE_CONFIG_H -I. -I./config   -Wdate-time -D_FORTIFY_SOURCE=2 > -DLAMARC_COMPILE_LINUX -DNDEBUG  -Wall -Wextra -Wno- > unused -I

C++ help needed for lamarc

2017-12-04 Thread Andreas Tille
Hi, I intend to package lamarc[1] and hit the following C++ issue: ... g++ -DHAVE_CONFIG_H -I. -I./config -Wdate-time -D_FORTIFY_SOURCE=2 -DLAMARC_COMPILE_LINUX -DNDEBUG -Wall -Wextra -Wno-unused -I ./config -I ./config -I ./src/bayeslike -I ./ src/control -I ./src/conversion