Package Details: interviews 19-1

Git Clone URL: https://aur.archlinux.org/interviews.git (read-only, click to copy)
Package Base: interviews
Description: GUI for neuron
Upstream URL: http://www.neuron.yale.edu
Licenses: GPL
Submitter: None
Maintainer: None
Last Packager: atymorek
Votes: 7
Popularity: 0.000000
First Submitted: 2010-09-12 23:28 (UTC)
Last Updated: 2020-02-05 20:08 (UTC)

Latest Comments

bmgxc9 commented on 2017-11-09 05:13 (UTC)

This package now works.

denisalevi commented on 2016-11-22 21:11 (UTC)

The build process of interviews fails but makepkg does not abort for some reason? So makepkg states success, but it's not working... I was able to successfully build and install the package using g++-5 (which comes with the gcc5 package from the official repositories, currently version 5.4.0). Just add gcc5 to the dependencies and replace the configure line in build() by CXX=g++-5 ./configure --prefix=/usr --bindir=/usr/bin --libdir=/usr/lib Just for the record, the make call failes with both gcc and g++ version 6.2.1 with a bunch of errors of type ../include/InterViews/Bitmaps/radio.bm:7:62: error: narrowing conversion of '140' from 'int' to 'char' inside { } [-Wnarrowing] and then make can't find the libraries `libIVhines.la` and `libUnidrawhines.la`. I also tried using gcc-5 (version 5.4.0), where the configure call fails with: The attempt to link a program with the statment obuf.open(name, IOS_OUT); failed. (Although it compiled in an earlier test). Perhaps you need to add another library. eg setenv LIBS "-lstdc++". Fix LIBS or src/include/ivstream.h.in in such a way that configure does not stop here.