automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can't include SQLite libs in compile


From: Thomas Jahns
Subject: Re: Can't include SQLite libs in compile
Date: Wed, 18 Dec 2013 20:42:04 +0100

Hi,

On Dec 18, 2013, at 19:34 , Jordan H. wrote:
Relevant part of configure.ac:

   PKG_CHECK_MODULES(SQLITE, [sqlite3 > $SQLITE_REQUIRED_VERSION])

You probably want to turn SQLITE into SQLITE3 there? Also I don't think $SQLITE_REQUIRED_VERSION as a shell variable will work the way you think. But you could use an m4 define.

   AC_SUBST([SQLITE3_CFLAGS])
   AC_SUBST([SQLITE3_LIBS])


Or instead of putting SQLITE3 above use AC_SUBST([SQLITE3_CFLAGS], ["$SQLITE_CFLAGS"])

Regards, Thomas
--
Thomas Jahns
DKRZ GmbH, Department: Application software

Deutsches Klimarechenzentrum
Bundesstraße 45a
D-20146 Hamburg

Phone: +49-40-460094-151
Fax: +49-40-460094-270
Email: Thomas Jahns <address@hidden>



Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]