Open GoogleCodeExporter opened 9 years ago
[deleted comment]
[deleted comment]
Apparently the first crash caused a corruption in qdevelop.ini (attached),
which had to be removed for qdevelop to launch without crashing.
Original comment by x...@bob.cat
on 15 Aug 2010 at 9:39
Attachments:
This crashs seems to be caused by the nested !exists statements:
{{{
MARIADB_PATH=C:\Program Files\MariaDB 5.1.49
!exists($$MARIADB_PATH\include\mysql.h) {
MARIADB_PATH=C:\Program Files (x86)\MariaDB 5.1.49
!exists($$MARIADB_PATH\include\mysql.h) {
error(Please install MariaDB 5.1.49 with developer components
}
}
}}}
Original comment by x...@bob.cat
on 15 Aug 2010 at 9:45
Original issue reported on code.google.com by
x...@bob.cat
on 15 Aug 2010 at 9:18