| Summary: | kdevelop will not compile | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Craig Howard <craig.howard> |
| Component: | general | Assignee: | KDevelop Developers <kdevelop-devel> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Craig Howard
2003-12-05 03:11:28 UTC
Please report compilation errors on kdevelop-devel@kde.org mailing list: do not use bugs.kde.org for this. BTW, unresolved symbols mean that you are linking objects which have been compiled with different compilers (gcc), whether kdevelop or db-4: try a make distclean make -f Makefile.cvs && ./configure --prefix=<your-prefix-dir> --with-debug=full && make ... and report success or failure on the mailing list, thanks :-) |