#879 closed defect (fixed)
Qt-3.3.2 build failure when using --plugin-sql-[driver]
Reported by: | Randy McMurchy | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | major | Keywords: | |
Cc: |
Description ¶
Using --plugin-sql-[driver] (I tested both psql and mysql as [driver]), the build fails with what looks like a GCC-3.4.x related error. Omitting the switch results in a clean build.
Change History (3)
comment:1 by , 21 years ago
comment:2 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Testing with the new qt-3.3.3 version confirms Nico's statements. I tested using mysql and had to pass -I/usr/include/mysql to the configure command so that make could find the mysql headers.
Reference will me made in the BLFS book about passing the header dir.
Note:
See TracTickets
for help on using tickets.
This seems to be fixed in qt-3.3.3. I added "-plugin-sql-psql -I/usr/include/postgresql/server" to the configure parameters.