Search Criteria
Package Details: uconfig-git r201.ec531a4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/uconfig-git.git (read-only, click to copy) |
---|---|
Package Base: | uconfig-git |
Description: | Extract pinout from PDF datasheets and create Kicad schematics |
Upstream URL: | https://github.com/Robotips/uConfig |
Licenses: | GPL3 |
Conflicts: | uconfig |
Provides: | uconfig |
Submitter: | netcrusher |
Maintainer: | netcrusher |
Last Packager: | netcrusher |
Votes: | 4 |
Popularity: | 0.000085 |
First Submitted: | 2018-06-06 15:26 (UTC) |
Last Updated: | 2018-06-06 15:26 (UTC) |
Dependencies (2)
- poppler-qt5 (poppler-qt5-gitAUR, poppler-qt-lcdAUR)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
sedlons commented on 2025-02-26 16:01 (UTC) (edited on 2025-02-26 16:02 (UTC) by sedlons)
Issue with
error: ‘optional’ in namespace ‘std’ does not name a template type
is caused by this: uConfig/issues/59Simple fast fix now is changing c++11 to c++17 in pdf_extract project. Just append this
sed -i 's/CONFIG += c++11/CONFIG += c++17/g' ./src/pdf_extract/pdf_extract.pro
in PKGBUILD file after cd ... :dreieck commented on 2023-12-18 13:07 (UTC)
Note:
Build fails for me with
error: ‘optional’ in namespace ‘std’ does not name a template type
:Regards!
Mai-Lapyst commented on 2022-10-26 15:02 (UTC)
Fails with an endless loop of following error:
PKGBUILD seems to be missing an instruction to fetch git submodules.