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: Adam Treat
Subject: Re: [DotGNU]Building the Qt# binding generator with cscc
Date: Wed, 6 Nov 2002 15:45:53 -0500
User-agent: KMail/1.4.7

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 :

address@hidden:~/dev/qtsharp/src/generator$ /usr/local/bin/cscc -o 
./generator.exe -O2 -l System.Xml ./Converter.cs ./Generator.cs ./ParseAPI.cs 
./Parser.cs ./Printer.cs ./QAncestor.cs ./QCtor.cs ./QDCtor.cs ./QEnum.cs 
./QItem.cs ./QMember.cs ./QMethod.cs ./QParam.cs ./QType.cs ./QTypeMap.cs
./Converter.cs:32: `StringCollection' is not declared in the current scope
./Converter.cs:32: invalid type specification
./Converter.cs:40: `StringCollection' is not declared in the current scope
./Converter.cs:40: `StringCollection' is not declared in the current scope
./Converter.cs:40: invalid type specification
./Converter.cs:90: `sigs' is not declared in the current scope
./Converter.cs:90: invalid left operand to `.'
./Converter.cs:90: called object is not a method or delegate
./Converter.cs:90: invalid operand to unary `!'
./Converter.cs:90: `sigs' is not declared in the current scope
./Converter.cs:90: invalid left operand to `.'
./Converter.cs:90: called object is not a method or delegate
./Converter.cs:90: invalid operand to unary `!'
./Converter.cs:91: `sigs' is not declared in the current scope
./Converter.cs:91: invalid left operand to `.'
./Converter.cs:91: called object is not a method or delegate
./Converter.cs:108: `sigs' is not declared in the current scope
./Converter.cs:108: invalid left operand to `.'
./Converter.cs:108: called object is not a method or delegate
./Converter.cs:108: invalid operand to unary `!'
./Converter.cs:109: `sigs' is not declared in the current scope
./Converter.cs:109: invalid left operand to `.'
./Converter.cs:109: called object is not a method or delegate
./Generator.cs:82: `CreateDirectory' is not a member of the type 
`System.IO.Directory'
./Generator.cs:82: called object is not a method or delegate
./Parser.cs:37: no matching constructor



reply via email to

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