Re: Installation problem v0.8, Cygwin on WinXP
Stefan Seefeld <[email protected]>
| Newsgroups | gmane.comp.documentation.synopsis |
|---|---|
| Message-ID | <[email protected]> |
david serafini wrote: > I'm trying to build from the tar file on Cygwin using python v2.4 > > I used the command: python setup.py config --prefix=/usr/local > > This gets several msgs of the form: > > /usr/local/pkg/synopsis-0.8/Synopsis/Parsers/Cpp/ucpp/configure: line 1: > pkg-config: command not found > /usr/local/pkg/synopsis-0.8/Synopsis/Parsers/Cpp/ucpp/configure: line 1: > pkg-config: command not found You need to install the 'pkg-config' package. This also explains the errors you get when compiling the extension modules. HTH, Stefan