Bug 64544 - qtsharp build fails: scant not found
Summary: qtsharp build fails: scant not found
Status: RESOLVED NOT A BUG
Alias: None
Product: bindings
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Solaris
: NOR normal
Target Milestone: ---
Assignee: kde-bindings
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-19 15:23 UTC by steve
Modified: 2003-09-20 05:38 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description steve 2003-09-19 15:23:19 UTC
Version:            (using KDE KDE 3.1.4)
Installed from:    Compiled From Sources
Compiler:          GCC 3.3.1 
OS:          Solaris

Here's the output from make:-

Making all in parser
gmake[4]: Entering directory `/usr/users/src/kde31/src/kdebindings-3.1.4/qtsharp/src/parser'
csant -Dmcs=/usr/ccs/bin/mcs -C mcs
/usr/local/bin/bash: csant: command not found
gmake[4]: *** [all] Error 127
gmake[4]: Leaving directory `/usr/users/src/kde31/src/kdebindings-3.1.4/qtsharp/src/parser'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/usr/users/src/kde31/src/kdebindings-3.1.4/qtsharp/src'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/users/src/kde31/src/kdebindings-3.1.4/qtsharp'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/users/src/kde31/src/kdebindings-3.1.4'
gmake: *** [all] Error 2
Comment 1 Thiago Macieira 2003-09-20 05:38:37 UTC
You did not install one of the tools needed for building. 
Comment 2 Stephen Usher 2003-09-23 10:34:30 UTC
Subject: Re:  qtsharp build fails: scant not found

>------- Additional Comments From thiagom@mail.com  2003-09-20 05:38 -------
>You did not install one of the tools needed for building.

Maybe the configure system should merely check that the "required" package is
installed and if it isn't then not try to build qtsharp?

After all, those building kdebindings for the C bindings etc. may not actually
want to use the qtsharp bindings and hence not want the overhead of building
and installing a whole host of packages they neither want nor need?

Steve