Changes between Initial Version and Version 1 of Ticket #20680


Ignore:
Timestamp:
Aug 14, 2009, 7:29:01 PM (15 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20680

    • Property Port gwenhywfar added
  • Ticket #20680 – Description

    initial v1  
    11When I was building gwenhywfar (on which gnucash depended) with MacPorts, it gave me an error like this during the configuring stage:
    22
    3 checking for libgnutls-config... no[[BR]]
    4 checking for libgnutls - version >= 0.1.0... no[[BR]]
    5 *** The libgnutls-config script installed by LIBGNUTLS could not be found[[BR]]
    6 *** If LIBGNUTLS was installed in PREFIX, make sure PREFIX/bin is in[[BR]]
    7 *** your path, or set the LIBGNUTLS_CONFIG environment variable to the[[BR]]
    8 *** full path to libgnutls-config.[[BR]]
    9 configure: error:[[BR]]
    10     **** Libgnutls is required for Gwenhywfar. Please install it (including devel packages)[[BR]]
     3{{{
     4checking for libgnutls-config... no
     5checking for libgnutls - version >= 0.1.0... no
     6*** The libgnutls-config script installed by LIBGNUTLS could not be found
     7*** If LIBGNUTLS was installed in PREFIX, make sure PREFIX/bin is in
     8*** your path, or set the LIBGNUTLS_CONFIG environment variable to the
     9*** full path to libgnutls-config.
     10configure: error:
     11    **** Libgnutls is required for Gwenhywfar. Please install it (including devel packages)
    1112
    12 Error: Status 1 encountered during processing.[[BR]]
    13 
     13Error: Status 1 encountered during processing.
     14}}}
    1415
    1516I have installed the port gnutls but it seems that the current version (2.8.2) has deprecated the libgnutls-script.