Package Details: qantenna 0.3.0-1

Git Clone URL: https://aur.archlinux.org/qantenna.git (read-only, click to copy)
Package Base: qantenna
Description: A multiplatform antenna and radiation pattern analyzer
Upstream URL: http://qantenna.sourceforge.net/
Licenses: GPL2
Submitter: mfpuente.ar
Maintainer: masutu
Last Packager: masutu
Votes: 2
Popularity: 0.000000
First Submitted: 2011-08-09 21:48 (UTC)
Last Updated: 2015-06-23 23:50 (UTC)

Latest Comments

dreieck commented on 2016-11-01 17:45 (UTC)

@pointhi: Adding -fpermissive to the CXXFLAGS solves _that_ problem. BUT: build then still fails with errors like ==%<== point4f.cpp: In function ‘QDataStream& operator<<(QDataStream&, const Point4F&)’: point4f.cpp:49:7: error: ambiguous overload for ‘operator<<’ (operand types are ‘QDataStream’ and ‘double’) s << double(p.x()) << double(p.y()) << double(p.z()) << double(p.w()); ~~^~~~~~~~~~~~~~~~ In file included from /usr/include/qt/QtCore/qhash.h:44:0, from /usr/include/qt/QtCore/qdebug.h:45, from /usr/include/qt/QtCore/QDebug:1, from point4f.cpp:24: ==>%==

pointhi commented on 2016-05-19 12:05 (UTC)

Build failed: In file included from camera.cpp:24:0: camera.h:143:31: error: 'constexpr' needed for in-class initialization of static data member 'const float Camera::runDelta' of non-integral type [-fpermissive] static const float runDelta= 0.04; ^~~~ Makefile:769: recipe for target '../qt/obj/camera.o' failed make[1]: *** [../qt/obj/camera.o] Error 1 make[1]: Leaving directory '/tmp/yaourt-tmp-thomas/aur-qantenna/src/qantenna-0.3.0/src' Makefile:68: recipe for target 'sub-src-make_first' failed make: *** [sub-src-make_first] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build qantenna.

keenerd commented on 2015-08-09 03:46 (UTC)

Hey masutu. Neither the necpp package nor the necpp-git package were migrated to AUR4. I just took care of that. And I've added you as a co-maintainer to the package. (If I disown it, it becomes an orphan instead of passing to you.) At some point I'd like to pass them back to you.

Darty commented on 2013-02-28 05:18 (UTC)

I was unable to get qmake to understand CONFIG += opengl so I just manually ran the g++ command it failed on and tacked -lGLU on the end, then rebuilt the package and it works.

kwacka commented on 2012-07-22 19:56 (UTC)

necpp-cvs added manually. Compile still fails with: /tmp/packerbuild-1000/qantenna/qantenna/src/qantenna-0.2.3/src/necoutput.cpp:179: undefined reference to `gluSphere' collect2: error: ld returned 1 exit status x86_64 (testing) fully updated as of today

<deleted-account> commented on 2012-07-22 10:27 (UTC)

necpp is not in the standard repositories: # pacman -S necpp error: target not found: necpp Please update the Dependencies link above to point to https://aur.archlinux.org/packages.php?ID=51365 Regards, Cedric

jecxjo commented on 2012-02-04 22:09 (UTC)

Looks like there is a OpenGL related library not set as a dependency. http://pastie.org/3317907