dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DotGNU]Building the Qt# binding generator with cscc


From: Rhys Weatherley
Subject: Re: [DotGNU]Building the Qt# binding generator with cscc
Date: Thu, 07 Nov 2002 09:28:17 +1000

Adam Treat wrote:
> 
> On Wednesday 06 November 2002 03:20 pm, Adam Treat wrote:
> > Ok, so another big step in support for Qt# is the binding generator.  This
> > is the result when I try and make the generator using cscc.
> 
> Here is the result when I tell cscc to link against Mono's System.Xml :

It may still be compiling against pnetlib's.  In your previous
message, I didn't see "-lSystem.Xml" on the command-line, which
would explain why you got so many "X is not declared" messages.
In cscc, "mscorlib.dll" is the only assembly that is included
implicitly.

In this one, "-lSystem.Xml" was present, but it isn't that easy.
If both Mono and pnet are installed on the same system, then cscc
is "smart" enough to use pnet's assemblies by preference, even if
Mono's is on the link path first.  Try copying Mono's "System.Xml"
to "/usr/local/lib/cscc/lib" to replace pnet's, and then retry.

Cheers,

Rhys.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]