Package Details: kicad-git 8.99.0.r1825.gb38357a5ea-1

Git Clone URL: https://aur.archlinux.org/kicad-git.git (read-only, click to copy)
Package Base: kicad-git
Description: Electronic schematic and printed circuit board (PCB) design tools
Upstream URL: https://kicad.org/
Licenses: GPL
Conflicts: kicad, kicad-bzr
Provides: kicad
Submitter: Chocobo
Maintainer: nickoe
Last Packager: nickoe
Votes: 67
Popularity: 0.000007
First Submitted: 2015-10-08 16:39 (UTC)
Last Updated: 2024-07-16 22:49 (UTC)

Required by (21)

Sources (1)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 29 Next › Last »

nickoe commented on 2018-07-06 08:46 (UTC)

@dbskcnc there is not reason to flag this package as out of date, it is a git package.

nickoe commented on 2018-06-13 23:14 (UTC)

Kicad should work fine against occ

ILF commented on 2018-06-13 23:01 (UTC)

@nickoe freeimage (https://www.archlinux.org/packages/community/x86_64/freeimage/) is a dependency of OCE. Latest freeimage 3.17.0-3 misses some symbols so neither OCE recompiles against it, nor kicad compiles with OCE living in the system compiled against 3.17.0-2.

Kicad though compiles fine if I roll back freeimage to 3.17.0-2 from the archives.

In general OCE is becoming PITA, so we should probably try to use opencascade, I wouldn't want to speculate, but I would assume there is a big cross-section of people that use both kicad and freecad at the same time, so using different spins of opencascade is a bit redundant.

nickoe commented on 2018-06-13 14:26 (UTC)

What is freeimage, and how does it relate to kicad?

ILF commented on 2018-06-13 14:22 (UTC)

Building kicad fails with the latest freeimage (dependency of OCE). OCE compilation also fails with latest freeimage, so it's not just re-linking issue. We should definitely try compiling against opencascade, if someone has any ideas, please share.

schlumpf commented on 2018-05-31 11:00 (UTC)

KiCad stopped supporting Freeroute (https://lists.launchpad.net/kicad-developers/msg35848.html) so you should remove 'freeroute-bin' from optional dependencies.

Salamandar commented on 2018-05-24 22:24 (UTC)

Hi, You put CMAKE_BUILD_TYPE=RelWithDebInfo. The pkg is thus 1.7Go. Could you use the Release build type ?

ILF commented on 2018-05-15 15:45 (UTC)

Was someone successful in building kicad with opencascade (OCC), instead of oce. I, too, would prefer to use opencascade because of freecad. When I try to use OCC, compile fails with a dependency on PTKernel, and it seems the PTKernel module is not part of opencascade since version 6.9.1.

doragasu commented on 2018-05-14 09:06 (UTC)

I do not know why, but several cross compilers fail if you define LD_LIBRARY_PATH.

You can test this e.g. by downloading crosstool-ng and trying to build any toolchain. Unless you unset LD_LIBRARY_PATH, build will fail.

nickoe commented on 2018-05-14 08:04 (UTC)

Yes, you should be able to use OCC instead of OCE, but it is not yet well tested.

I don't understand what you mean with OCE breaking build systems. The prefix location and adding a new location does not break build systems.