[Gambas-user] Show stopper

Ronan Chilvers ronan at ...384...
Thu Oct 20 09:34:59 CEST 2005


Hi Scott

On Wed, 19 Oct 2005 20:11:26 -0400
Scott <sclewin at ...1126...> wrote:

> Peter Lang wrote:
> 
> checking how to run the C++ preprocessor... /lib/cpp
> configure: error: C++ preprocessor "/lib/cpp" fails sanity check
> See `config.log' for more details.
> 
> It seems there is something wrong with the cpp package I have.  I
> went and installed every cpp package I can find.  I also went to your
> web page, thank you, and installed every package listed.  I simply
> don't seem to be having any luck, but thank you greatly for your help.
> 

You need to install the g++ package. This error indicates that you don't
have the C++ compiler installed.  On Ubuntu (5.04 or 5.10) you'll also
need to install libqt-mt-dev (which will install a set of dependencies
too).  In order to get things like database access working, you'll need
to install the dev packages for whichever database you want.  I can
probably knock up a list of them if you want it.  I have successfully
compiled gambas on both Ubuntu 5.04 and 5.10.  I would expect Kubuntu
to be the same since the underlying system is identical (things like qt
would already be installed since KDE uses it).

To install any of the above, either do 

sudo apt-get install <package name>

from the command line or use synaptic to search for, mark and install
them.

Cheers

-- 
Ronan
e: ronan at ...384...
t: 01903 739 997
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20051020/e24a999f/attachment.sig>


More information about the User mailing list