Re: python (was: Re: [Help-gnucap] getting started with gnucap)
Felix Salfelder <[email protected]>
| Newsgroups | gmane.comp.gnu.gnucap.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Feb 11, 2018 at 07:59:33PM +0100, Patrick Mulder wrote: > pm:gnucap-python pmu$ python setup.py build > [..] > #include <u_lang.h> > ^ > 1 error generated. > error: command 'cc' failed with exit status 1 you need to pass $( gnucap-conf --cppflags ) to the compiler. i have added that to the Makefile, but not to setup.py. (is setup.py not obsolete?) thanks felix