Author Topic: Help with kicad and cmake macro  (Read 618 times)

Offline Yue

  • Full Member
  • ***
  • Posts: 95
Help with kicad and cmake macro
« on: August 29, 2011, 03:07:47 PM »
Hi all!

Im trying to package kicad with the latest stable version using the original spec from pclos SRPM, however I made some changes. Among them, I saw the original specfile was invoking cmake directly, so I changed it to use the cmake macro. A couple of patches later, the code compiles fine, but when trying to link the binaries it throws an error. This did not happen when invoking cmake directly.

The question is: Should I stick to invoking cmake directly or should I try to make it work with the macro?

Thank you for the help
Yue

Offline Yue

  • Full Member
  • ***
  • Posts: 95
Re: Help with kicad and cmake macro
« Reply #1 on: August 30, 2011, 06:51:02 PM »
someone?  ???

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: Help with kicad and cmake macro
« Reply #2 on: August 31, 2011, 12:25:26 AM »
Try invoking cmake directly.