Bug 1150 - ./configure: line 21352: syntax error near unexpected token '0.6.7' GOBJECT_INTROSPECTION_CHECK(0.6.7)
Status:
RESOLVED INVALID
Component:
Build-Env
Version:
daily
Hardware:
PC Linux
Importance:
P5 minor
Target Milestone:
---
Assignee:
Rob Caelers
URL:
Depends on:
Blocks:
Reported:
Feb 9 2014 15:50:55 UTC
by:
Mateusz Jończyk
Modified:
Feb 9 2014 18:54:23 UTC
CC List:
Mateusz Jończyk
IdWhoWhenSizeType
291Build log
Mateusz JończykFeb 9 2014 15:50:55 UTC8388text/x-log
WhoWhenWhatRemovedAdded
Mateusz JończykFeb 9 2014 15:52:11 UTCccMateusz Jończyk
platformAllPC
op_sysAllLinux
severitynormalminor
Mateusz JończykFeb 9 2014 18:54:23 UTCstatusNEWRESOLVED
resolutionINVALID
Description
Mateusz Jończyk  Feb 9 2014 15:50:55 UTC
Created attachment 291
Build log

Hello,
When building Workrave from today's git the following error can be found in the output of configure:

./configure: line 21352: syntax error near unexpected token `0.6.7'
./configure: line 21352: `    GOBJECT_INTROSPECTION_CHECK(0.6.7)'

I know that I have gobject-introspection uninstalled, but the error message should be more descriptive.

My build commands:

aclocal
autoheader
autoconf
automake --add-missing
./configure --prefix=/home/mateusz/bin/workrave3
Comment 1
Mateusz Jończyk  Feb 9 2014 18:54:23 UTC
Closing.
I should have used ./autogen.sh instead of manually executing autotools' commands.