Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 09e3d9b

Browse files
committed
Add detailed notes con a configure issue.
I lost a few hours debugging this. This might also be the root cause of bugs #6 and #7 in github. Ugly, but so it goes.
1 parent b43353c commit 09e3d9b

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

‎README.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@ Then:
6060
```
6161
cd guile-dbi
6262
./autogen.sh --no-configure
63+
```
64+
Optionally:
65+
```
66+
ACLOCAL_PATH=/usr/local/share/aclocal/ ./autogen.sh --no-configure
67+
```
68+
Then
69+
```
6370
mkdir build
6471
cd build
6572
../configure

‎guile-dbi/configure.ac‎

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,20 @@ GUILE_PKG([3.0])
5757
GUILE_FLAGS
5858
GUILE_SITE_DIR
5959

60+
#--
61+
# The following are commented out because they should not be needed.
62+
# They are left here as a hack of last resort. If things are not working
63+
# as expected, be sure to try setting the ACLOCAL_PATH first! Like so:
64+
#
65+
# ACLOCAL_PATH=/usr/local/share/aclocal/ ./autogen.sh --no-configure
66+
#
67+
# If that doesn't fix things, then maybe uncommenting the lines below
68+
# will solve something. Maybe. Maybe not.
69+
#
70+
# CFLAGS="${CFLAGS} ${LTDLINCL} `$GUILE_CONFIG compile`"
71+
# LIBS="$LIBLTDL `$GUILE_CONFIG link`"
72+
# GUILE_SITE=`$GUILE_CONFIG info sitedir`
73+
6074
# Check for makeinfo; avoid ugliness if not installed.
6175
AC_CHECK_PROG(have_makeinfo,makeinfo,yes,no)
6276
AM_CONDITIONAL(HAVE_MAKEINFO,test "x$have_makeinfo" = "xyes")

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /