Ticket #1388 (closed defect: invalid)
Fail to compile on Debian(sid)
Reported by: | slavazanko | Owned by: | slavazanko |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | mc-core | Version: | |
Keywords: | FAQ | Cc: | |
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: |
Description
Symptom:
line 13924: syntax error near unexpected token `GLIB,' ./configure: line 13924: `PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.6], [glib_found=yes],[:])'
Tip: need to change configure.ac:51 to:
PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.6], [glib_found=yes],[:])
Change History
comment:1 Changed 15 years ago by slavazanko
- Owner set to slavazanko
- Status changed from new to accepted
- severity changed from no branch to on review
comment:2 Changed 15 years ago by slavazanko
- Status changed from accepted to testing
- severity changed from on review to no branch
- Version master deleted
- Milestone 4.7.0-pre1 deleted
- Keywords FAQ added
- Resolution set to invalid
Ops, sorry, no troubles :)
Just need to install all needed packages before run ./autogen.sh script...
Note: See
TracTickets for help on using
tickets.
Created branch 1388_fail_to_compile_on_debian_sid (parent: master)
Initial changeset:55a973a9f976440d65b0d064a5d35a746d9707cf
Review, please.