Am Sat, 19 Feb 2011 03:22:52 -0500 schrieb angel kingdom <[email protected]>:
> HI, > i am working on a application(project Gutenberg ) which is written in > gtk+ and i want to connect this application with database server to > store dictionary.i am having the Dictionary in xml format. > So,please guide me or give me a link of how to do this work. > I am using ubuntu 9.04 > And for database i am using the postgresql.. Hi, install the libpq-dev package. (At least it's called in Debian Squeeze libpq-dev, I guess it is same in Ubuntu) In this package you find a program called pg_config which prints out the compile options you need to compile against it. You have to add this infos in your configure /makefile scripts (or whatever you use) hth Alex > > thank you > Deepa A > _______________________________________________ > gtk-app-devel-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list -- Alexander Nagel E-mail: [email protected] Homepage: http://www.acwn.de/ http://www.standspur-kadaver.de/ _______________________________________________ gtk-app-devel-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
