João Henrique Freitas writes:
 > Hello.
 > 
 > >  test_dbi_cgreen.c:32:27: cgreen/cgreen.h: No such file or directory
 > >
 > >  Seems like the test program assumes that cgreen is installed on the
 > >  system. Instead, it should look for the header in the private cgreen
 > >  subdirectory of libdbi-drivers. Could you please fix that?
 > 
 > Fixed.
 > 

Thank you. Now the cgreen part of the tests appears to be ok. I can
run sqlite and sqlite3 tests successfully. They report a few errors
which I'll investigate.

One major showstopper remains though: I cannot connect to MySQL or
PostgreSQL databases. In order to simplify testing with my current
libdbi version I've merged your changes on the
Branch-2008-11-11-cgreen back into a copy of HEAD (the branch was
against an older version which used an older libdbi version). Running
make check in this directory results in the following output:

Connection information:
[...]
Initial tables schema: [...]
Initial data schema: [...]

Beggin (sic!) tests:
Running "libdbi tests"...
Could not connect. Please check the option settings

I've checked these settings over and over again, to no avail. If I run
macke check from HEAD on the same installed drivers, I can connect
without problems. Again, this problem does not occur with the
sqlite/sqlite3 drivers. I could not infer from your test sources
whether the option settings are mangled somewhere, so I'm pretty much
lost here. Did you run the tests successfully using either pgsql or
mysql?

regards,
Markus

-- 
Markus Hoenicka
[email protected]
(Spam-protected email: replace the quadrupeds with "mhoenicka")
http://www.mhoenicka.de

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Libdbi-drivers-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libdbi-drivers-devel

Reply via email to