Search Criteria
Package Details: geepro 0.0.4-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/geepro.git (read-only, click to copy) |
---|---|
Package Base: | geepro |
Description: | Willem Programmer software for GNU/Linux |
Upstream URL: | https://github.com/enriquebelarte/geepro |
Licenses: | GPL |
Conflicts: | geepro |
Provides: | geepro |
Submitter: | doragasu |
Maintainer: | doragasu |
Last Packager: | doragasu |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2015-01-28 19:29 (UTC) |
Last Updated: | 2024-11-11 09:15 (UTC) |
Dependencies (9)
- cairo (cairo-gitAUR)
- gettext (gettext-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- intltool
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- perl (perl-gitAUR)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf)
- git (git-gitAUR, git-glAUR) (make)
- python2AUR (python2-binAUR) (make)
Latest Comments
doragasu commented on 2024-11-11 08:30 (UTC)
Thanks a lot, some months ago I tried updating the waf scripts to build using Python 3 without success (never used waf and I find it a bit complex).
Until a way to build it using python3 (or other build system) is found, your solution will work, so I will try it and update the package.
EndlessEden commented on 2024-11-11 03:40 (UTC) (edited on 2024-11-11 04:39 (UTC) by EndlessEden)
@doragasu -- Doesnt build (without modification), uses old source location, and uses python2 which is not in the makedepends and has been removed from arch repo.
Repo is here now: https://github.com/enriquebelarte/geepro
PATCH:
doragasu commented on 2022-12-10 15:16 (UTC)
This is caused because of changes in GCC since version 11 (IIRC). To fix it, you have to build with
-fcommon
switch. Unfortunately I do not have python2 installed in my system anymore, so I cannot test this (since waf build script only works with python2).dreieck commented on 2022-12-10 10:32 (UTC)
Fails for me, too; error while linking. More context:
Thanks for maintaining!
IvanGrishyn commented on 2020-08-13 21:35 (UTC)
Build failed -> task failed (exit status 1): {task 140094876040336: cxxprogram buffer.cpp.1.o,chip.cpp.1.o,dummy.cpp.1.o,storings.cpp.1.o,iface.cpp.1.o,files.cpp.1.o,parport.cpp.1.o,timer.cpp.1.o,protocols.cpp.1.o,script.cpp.1.o,checksum.cpp.1.o,cfp.c.1.o,main.cpp.2.o -> geepro} ['/usr/bin/g++', 'src/buffer.cpp.1.o', 'src/chip.cpp.1.o', 'src/dummy.cpp.1.o', 'src/storings.cpp.1.o', 'src/iface.cpp.1.o', 'src/files.cpp.1.o', 'src/parport.cpp.1.o', 'src/timer.cpp.1.o', 'src/protocols.cpp.1.o', 'src/script.cpp.1.o', 'src/checksum.cpp.1.o', 'src/cfp.c.1.o', 'src/main.cpp.2.o', '-o', '/home/gri/geepro/build_directory/geepro', '-Wl,-Bstatic', '-L/home/gri/geepro/build_directory/gui-gtk', '-lgui-gtk', '-Wl,-Bdynamic', '-lgtk-3', '-lgdk-3', '-lz', '-lpangocairo-1.0', '-lpango-1.0', '-lharfbuzz', '-latk-1.0', '-lcairo-gobject', '-lcairo', '-lgdk_pixbuf-2.0', '-lgio-2.0', '-lgobject-2.0', '-lglib-2.0', '-lcairo', '-lxml2', '-ldl', '-pthread', '-rdynamic']
doragasu commented on 2016-03-03 15:05 (UTC)
wcasanova commented on 2016-03-01 15:48 (UTC)