Bug 69585 - csant is required for qtsharp, but configure doesn't check for it
Summary: csant is required for qtsharp, but configure doesn't check for it
Status: RESOLVED WORKSFORME
Alias: None
Product: bindings
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kde-bindings
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-03 17:02 UTC by James Ots
Modified: 2004-04-28 00:41 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Patch to fix this bug (6.08 KB, patch)
2003-12-03 17:03 UTC, James Ots
Details

Note You need to log in before you can comment on or make changes to this bug.
Description James Ots 2003-12-03 17:02:13 UTC
Version:            (using KDE KDE 3.1.94)
Installed from:    Compiled From Sources

qtsharp requires csant in order to build, but there's no check in configure, so if it's missing it just fails to build.
Comment 1 James Ots 2003-12-03 17:03:33 UTC
Created attachment 3541 [details]
Patch to fix this bug

This patch adds the required check for csant, and disables building of qtsharp
if it isn't found.

I don't have cvs write access, so someone else will have to commit this patch.
Comment 2 James Ots 2004-04-28 00:41:11 UTC
The patch is now committed.