Opened 17 years ago
Closed 17 years ago
#21063 closed defect (fixed)
monotone-0.44 Configure error - requires pkgconfig
| Reported by: | paul@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.8.0 |
| Keywords: | Cc: | ||
| Port: | monotone |
Description
On Snow Leopard, monotone configuration fails to find sqlite (although sudo port install monotone previously installed it and all the files are in /opt/local/...). A sudo port install pkgconfig fixed it right up, so I think monotone needs to depend on pkgconfig.
I apologize, I do not have the config log (I neglected to save a copy), but the config.log output clearly indicated that no pkg-config was used and then ./configure fell back to trying to just add "-lsqlite" to a test link, which fails because the library is sqlite3.
The only change made on the system to fix it was instaling pkgconfig
Change History (1)
comment:1 Changed 17 years ago by tobypeterson
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.

r56958