[Haskell-cafe] subversion with haskell

Yuras Shumovich shumovichy at gmail.com
Fri Aug 6 03:17:47 EDT 2010


Hi,

Try the next:
    % env EXTRA_CPPFLAGS="-I/usr/local/include/subversion-1" \
          EXTRA_LDFLAGS="-L/usr/local/lib" \
          runhaskell Setup.hs configure
    % runhaskell Setup.hs build
    % runhaskell Setup.hs install
(and read the installation instructions included into the tarball :) )

2010/8/5 Andrew U. Frank <frank22 at geoinfo.tuwien.ac.at>:
> i found the file in usr/include/subversion-1 (i use an ubuntu (debian)
> installation form). but the cabal installer (i.e. the configure script)
> does not find the file.
>
> can you give me a hint where it could search and where i could copy the
> file to. i tried to read the configure script, but cannot see, where it
> searches. i am not familiar with cpp and do not understand what the hint
> 'extra cpp flags' could mean.
>
> thanks for your help!
>
> andrew
>


More information about the Haskell-Cafe mailing list