You are not logged in.

#1 2009-02-26 15:55:22

Athunye
Member
Registered: 2009-02-26
Posts: 33

Gnotime

I don't know where exactly should post this, so, bear with me please.

I'm trying to compile gnotime 2.3.0 from source.
./configure gives me the error:

./configure: line 24458: /usr/bin/tr: No such file or directory
configure: error: We need guile version 1.8 or higher but found version

So I edit the configure file right in that line:

GUILE_VERSION=`$GUILE_CONFIG --version 2>&1 |/usr/bin/tr -d 'a-zA-Z -'`

...and change it to: (note /usr/bin/tr to /bin/tr)

GUILE_VERSION=`$GUILE_CONFIG --version 2>&1 |/bin/tr -d 'a-zA-Z -'`

So the ./configure --prefix=/usr goes ok.

The problem really arrives when I run make:

 -I/usr/lib/dbus-1.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0   -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/libxml2   -pthread -g -O2 -MT proj.o -MD -MP -MF .deps/proj.Tpo -c -o proj.o proj.c
proj.c:1962: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
proj.c:1973: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
proj.c: In function 'gtt_project_obj_register':
proj.c:1990: error: 'QOF_TYPE_TIME' undeclared (first use in this function)
proj.c:1990: error: (Each undeclared identifier is reported only once
proj.c:1990: error: for each function it appears in.)
proj.c:1990: error: 'prj_obj_get_earliest' undeclared (first use in this function)
proj.c:1991: error: 'prj_obj_get_latest' undeclared (first use in this function)
make[3]: *** [proj.o] Error 1
make[3]: Leaving directory `/home/nando/build/gnotime-2.3.0/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/nando/build/gnotime-2.3.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/nando/build/gnotime-2.3.0'
make: *** [all] Error 2

Is this a problem in the source code ?
Any help would be appreciated.

Last edited by Athunye (2009-02-26 15:56:11)

Offline

#2 2009-02-26 16:25:45

u_no_hu
Member
Registered: 2008-06-15
Posts: 453

Re: Gnotime

Are you sure you have all the dependencies installed...because it seems a few header files are missing.


Don't be a HELP VAMPIRE. Please search before you ask.

Subscribe to The Arch Daily News.

Offline

#3 2009-02-26 16:39:47

Athunye
Member
Registered: 2009-02-26
Posts: 33

Re: Gnotime

guile-1.6-dev
guile-1.6-slib
libgtkhtml3-dev
docbook-utils

This are the dependencies. Of course these are Debian packages names.
I searched for them (of course not with those exactly names)  with pkgfile and pacman with no success.
I only found libgtkhtml.
I guess I'll have to install them from source if I want to build Gnotime...

Last edited by Athunye (2009-02-26 16:46:38)

Offline

#4 2009-03-31 20:18:47

gwash
Member
From: Cairo, Egypt
Registered: 2008-07-15
Posts: 27

Re: Gnotime

this is caused by an outdated qof (current version=0.7.5), i've adopted the gnotime package, visit http://aur.archlinux.org/packages.php?ID=22617 for details..

Offline

Board footer

Powered by FluxBB