Re: [gnome-db] Re: Building Glom



On Thu, 2006-05-04 at 16:13 +0200, Marko Anastasov wrote:
> On Thu, 2006-05-04 at 15:37 +0200, Rodrigo Moya wrote:
> > On Thu, 2006-05-04 at 15:17 +0200, Rodrigo Moya wrote:
> > > On Thu, 2006-05-04 at 14:44 +0200, Marko Anastasov wrote:
> > > > On Thu, 2006-05-04 at 14:38 +0200, Rodrigo Moya wrote:
> > > > > On Thu, 2006-05-04 at 14:23 +0200, Marko Anastasov wrote:
> > > > > > On Thu, 2006-05-04 at 14:05 +0200, Murray Cumming wrote:
> > > > > > > On Thu, 2006-05-04 at 14:01 +0200, Marko Anastasov wrote:
> > > > > > > > On Thu, 2006-05-04 at 13:42 +0200, Murray Cumming wrote:
> > > > > > > > > 
> > > > > > > > > Could you post the exact error message? What distro is this? Doesn't
> > > > > > > > > google show any solutions?
> > > > > > > > > 
> > > > > > > > > I CCed gnome-db-list, because they are far more likely to be able to
> > > > > > > > > help.
> > > > > > > > > 
> > > > > > > > 
> > > > > > > > (I'm re-sending this since I first posted to the list before
> > > > > > > > subscribing, sorry.)
> > > > > > > > 
> > > > > > > > FC5. There isn't a package for glom for it, so I'm struggling
> > > > > > > > even to run it...
> > > > > > > > 
> > > > > > > > Well it's basically:
> > > > > > > > 
> > > > > > > > In file included from gda-mysql-provider.c:30:
> > > > > > > > gda-mysql.h:34:19: error: mysql.h: No such file or directory
> > > > > > > 
> > > > > > > I guess that you do need to install the libmysqlclient (or something
> > > > > > > with a similar name) development package. libgda's configure should have
> > > > > > > checked this, but it's really hard to check for mysql's stuff because
> > > > > > > they don't use pkg-config.
> > > > > > > 
> > > > > > > > My initial guess was that I could enter jhbuild shell and build it
> > > > > > > > myself, telling configure to include only postgresql support,
> > > > > > > > but I don't have that in my prefix neither...
> > > > > > > 
> > > > > > > Again, you need to install the postgres client development stuff. That
> > > > > > > might be called libpq.
> > > > > > > 
> > > > > > 
> > > > > > Ok, I found and installed libpqxx
> > > > > > ( http://thaiopensource.org/development/libpqxx/wiki/DownloadPage ).
> > > > > > 
> > > > > > Now I need that 30MB mysql package from
> > > > > > http://dev.mysql.com/downloads/mysql/5.0.html  
> > > > > > (mysql-standard-5.0.21-linux-i686.tar.gz) ?
> > > > > > 
> > > > > afaik, both postgresql-dev and mysql-dev should be available as packages
> > > > > in FC5. So, try using yum or whatever package manager FC5 has.
> > > > 
> > > > Yeah but for jhbuild-ing I use a prefix in my home dir, so
> > > > that doesn't help much.
> > > > Or I'm missing something big time here, ie there is a way to
> > > > specify a prefix to rpms?
> > > > 
> > > yeah, --with-mysql/postgres/etc. Run autogen.sh/configure --help and
> > > you'll see all the arguments.
> > 
> > in libgda's configure that is. You can also force jhbuild to pass always
> > those arguments for libgda by adding:
> > 
> > module_autogenargs['libgda'] = autogenargs + '
> > --with-postgres=/usr/lib ...'
> > 
> > to your ~/.jhbuildrc file.
> > 
> 
> Ok I tried first with what Murray suggested:
> 
> addpath('ACLOCAL_FLAGS', '/usr/share/aclocal')
> addpath('PKG_CONFIG_PATH', '/usr/lib/pkgconfig')
> 
> and now I'm waiting - Glom has 68 deps...
> 

I had to skip librsvg because it seems to use some G_OPTION_ARG
which is in glib 2.11...
Now I've come to finally build glom and then:

checking for GDU_MODULE_VERSION_CHECK... configure: error: Package 
requirements (gnome-doc-utils >= 0.3.2) were not met:

No package 'gnome-doc-utils' found

I mean I have it installed in the distro...

Marko




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]