[Bug 130012] Re: Can not build from source: missing header libebook/e-book.h

2007-08-10 Thread Sebastien Bacher
Thank you for your bug. What version of Ubuntu do you use? What gnome- control-center source do you try to build and what error do you get exactly? ** Changed in: gnome-control-center (Ubuntu) Importance: Undecided = Low Assignee: (unassigned) = Ubuntu Desktop Bugs Status: New =

[Bug 130012] Re: Can not build from source: missing header libebook/e-book.h

2007-08-10 Thread Harrison Metzger
I am using control-center-2.18.1-0ubuntu2.1 (from apt-get source gnome- control-center). I am using ubuntu 7.04. When I do ./configure make I get no error actually. However, it will build all the capplets except about-me. Its possible I get an error but it does not cause make to abort so its

[Bug 130012] Re: Can not build from source: missing header libebook/e-book.h

2007-08-10 Thread Sebastien Bacher
do you have libebook1.2-dev installed? ./configure is the wrong way to build a package, you might want to read the wiki documentation -- Can not build from source: missing header libebook/e-book.h https://bugs.launchpad.net/bugs/130012 You received this bug notification because you are a member

[Bug 130012] Re: Can not build from source: missing header libebook/e-book.h

2007-08-10 Thread Harrison Metzger
Yes I have that installed. The header is there. Either the c file needs to specify the full path name (off the the include) directory or the -I/usr/include/evolution-data-server-1.10 needs to be there so the compiler will know where to get the header. What is the correct way to build a package,

[Bug 130012] Re: Can not build from source: missing header libebook/e-book.h

2007-08-10 Thread Sebastien Bacher
The bug tracker is used by maintainer to fix issue, you might want to use a support request for such questions ** Changed in: gnome-control-center (Ubuntu) Status: Incomplete = Invalid -- Can not build from source: missing header libebook/e-book.h https://bugs.launchpad.net/bugs/130012

[Bug 130012] Re: Can not build from source: missing header libebook/e-book.h

2007-08-10 Thread Harrison Metzger
I know how to use the bug system. Looking at ./configure in more depth, the about-me capplet is not enabled by default. I need to do: ./configure --enable-aboutme. After that it builds fine (the non- ubuntu/debian way). Sorta odd that about-me is not enabled by default, but all others are. Sorry