dotgnu-general
[Top][All Lists]
Advanced

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

[DotGNU]Building the Qt# binding generator with cscc


From: Adam Treat
Subject: [DotGNU]Building the Qt# binding generator with cscc
Date: Wed, 6 Nov 2002 15:20:38 -0500
User-agent: KMail/1.4.7

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.

address@hidden:~/dev/qtsharp/src/generator$ make
csant -Dcscc=/usr/local/bin/cscc -C cscc
Building project `Qt# Binding Generator'
Building target `all' for project `Qt# Binding Generator'
/usr/local/bin/cscc -o ./generator.exe -O2 ./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
./ParseAPI.cs:28: `XmlTextReader' is not declared in the current scope
./ParseAPI.cs:28: invalid type specification
./Parser.cs:28: `XmlTextReader' is not declared in the current scope
./Parser.cs:28: 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
./ParseAPI.cs:33: `XmlTextReader' is not declared in the current scope
./ParseAPI.cs:33: `XmlTextReader' is not declared in the current scope
./ParseAPI.cs:33: invalid type specification
./ParseAPI.cs:33: `int' does not have an accessible constructor
./ParseAPI.cs:46: `xtr' is not declared in the current scope
./ParseAPI.cs:46: invalid left operand to `.'
./ParseAPI.cs:46: called object is not a method or delegate
./ParseAPI.cs:46: invalid boolean expression
./ParseAPI.cs:47: `xtr' is not declared in the current scope
./ParseAPI.cs:47: invalid left operand to `.'
./ParseAPI.cs:47: `XmlNodeType' is not declared in the current scope
./ParseAPI.cs:47: `XmlNodeType' is not declared in the current scope
./ParseAPI.cs:47: `XmlNodeType' is not declared in the current scope
./ParseAPI.cs:47: invalid left operand to `.'
./ParseAPI.cs:47: invalid operands to binary `!='
./ParseAPI.cs:47: no conversion from `int' to `bool'
./ParseAPI.cs:48: `xtr' is not declared in the current scope
./ParseAPI.cs:48: invalid left operand to `.'
./ParseAPI.cs:48: invalid expression for `switch' statement
./ParseAPI.cs:49: no conversion from `System.String' to `int'
./ParseAPI.cs:66: `xtr' is not declared in the current scope
./ParseAPI.cs:66: invalid left operand to `.'
./ParseAPI.cs:66: called object is not a method or delegate
./ParseAPI.cs:66: invalid value for argument 1
./Parser.cs:34: `XmlNameTable' is not declared in the current scope
./Parser.cs:34: `XmlNameTable' is not declared in the current scope
./Parser.cs:34: invalid type specification
./Parser.cs:34: `NameTable' is not declared in the current scope
./Parser.cs:34: `NameTable' is not declared in the current scope
./Parser.cs:34: invalid type specification
./Parser.cs:35: `XmlNamespaceManager' is not declared in the current scope
./Parser.cs:35: `XmlNamespaceManager' is not declared in the current scope
./Parser.cs:35: invalid type specification
./Parser.cs:35: `XmlNamespaceManager' is not declared in the current scope
./Parser.cs:35: `XmlNamespaceManager' is not declared in the current scope
./Parser.cs:35: invalid type specification
./Parser.cs:35: `int' does not have an accessible constructor
./Parser.cs:36: `XmlParserContext' is not declared in the current scope
./Parser.cs:36: `XmlParserContext' is not declared in the current scope
./Parser.cs:36: invalid type specification
./Parser.cs:36: `XmlParserContext' is not declared in the current scope
./Parser.cs:36: `XmlParserContext' is not declared in the current scope
./Parser.cs:36: invalid type specification
./Parser.cs:36: `int' does not have an accessible constructor
./Parser.cs:37: `XmlTextReader' is not declared in the current scope
./Parser.cs:37: `XmlTextReader' is not declared in the current scope
./Parser.cs:37: invalid type specification
./Parser.cs:37: `int' does not have an accessible constructor
./Parser.cs:50: `xtr' is not declared in the current scope
./Parser.cs:50: invalid left operand to `.'
./Parser.cs:50: called object is not a method or delegate
./Parser.cs:50: invalid boolean expression
./Parser.cs:51: `xtr' is not declared in the current scope
./Parser.cs:51: invalid left operand to `.'
./Parser.cs:51: `XmlNodeType' is not declared in the current scope
./Parser.cs:51: `XmlNodeType' is not declared in the current scope
./Parser.cs:51: `XmlNodeType' is not declared in the current scope
./Parser.cs:51: invalid left operand to `.'
./Parser.cs:51: invalid operands to binary `!='
./Parser.cs:51: no conversion from `int' to `bool'
./Parser.cs:52: `xtr' is not declared in the current scope
./Parser.cs:52: invalid left operand to `.'
./Parser.cs:52: invalid expression for `switch' statement
./Parser.cs:53: no conversion from `System.String' to `int'
./Parser.cs:56: no conversion from `System.String' to `int'
./Parser.cs:59: no conversion from `System.String' to `int'
./Parser.cs:62: no conversion from `System.String' to `int'
./Parser.cs:65: no conversion from `System.String' to `int'
./Parser.cs:68: no conversion from `System.String' to `int'
./Parser.cs:164: `xtr' is not declared in the current scope
./Parser.cs:164: invalid left operand to `.'
./Parser.cs:164: called object is not a method or delegate
./Parser.cs:164: invalid boolean expression
./Parser.cs:165: `xtr' is not declared in the current scope
./Parser.cs:165: invalid left operand to `.'
./Parser.cs:165: incompatible types in assignment: no conversion from `invalid 
type' to `System.String'
./Parser.cs:168: `xtr' is not declared in the current scope
./Parser.cs:168: invalid left operand to `.'
./Parser.cs:168: called object is not a method or delegate
./Parser.cs:168: invalid boolean expression
./Parser.cs:169: `xtr' is not declared in the current scope
./Parser.cs:169: invalid left operand to `.'
./Parser.cs:169: incompatible types in assignment: no conversion from `invalid 
type' to `System.String'
./Parser.cs:176: `xtr' is not declared in the current scope
./Parser.cs:176: invalid left operand to `.'
./Parser.cs:176: called object is not a method or delegate
./Parser.cs:176: invalid boolean expression
./Parser.cs:177: `xtr' is not declared in the current scope
./Parser.cs:177: invalid left operand to `.'
./Parser.cs:177: incompatible types in assignment: no conversion from `invalid 
type' to `System.String'
./Parser.cs:186: `xtr' is not declared in the current scope
./Parser.cs:186: invalid left operand to `.'
./Parser.cs:186: called object is not a method or delegate
./Parser.cs:186: invalid boolean expression
./Parser.cs:187: `xtr' is not declared in the current scope
./Parser.cs:187: invalid left operand to `.'
./Parser.cs:187: incompatible types in assignment: no conversion from `invalid 
type' to `System.String'
./Parser.cs:188: `xtr' is not declared in the current scope
./Parser.cs:188: invalid left operand to `.'
./Parser.cs:188: called object is not a method or delegate
./Parser.cs:188: invalid boolean expression
./Parser.cs:189: `xtr' is not declared in the current scope
./Parser.cs:189: invalid left operand to `.'
./Parser.cs:189: incompatible types in assignment: no conversion from `invalid 
type' to `System.String'
./Parser.cs:190: `xtr' is not declared in the current scope
./Parser.cs:190: invalid left operand to `.'
./Parser.cs:190: called object is not a method or delegate
./Parser.cs:190: invalid boolean expression
./Parser.cs:191: `xtr' is not declared in the current scope
./Parser.cs:191: invalid left operand to `.'
./Parser.cs:191: invalid operands to binary `=='
./Parser.cs:191: no conversion from `int' to `bool'
./Parser.cs:201: `xtr' is not declared in the current scope
./Parser.cs:201: invalid left operand to `.'
./Parser.cs:201: invalid operands to binary `=='
./Parser.cs:201: no conversion from `int' to `bool'
./Parser.cs:211: `xtr' is not declared in the current scope
./Parser.cs:211: invalid left operand to `.'
./Parser.cs:211: incompatible types in assignment: no conversion from `invalid 
type' to `bool'
./Parser.cs:213: `xtr' is not declared in the current scope
./Parser.cs:213: invalid left operand to `.'
./Parser.cs:213: called object is not a method or delegate
./Parser.cs:213: invalid boolean expression
./Parser.cs:214: `xtr' is not declared in the current scope
./Parser.cs:214: invalid left operand to `.'
./Parser.cs:214: incompatible types in assignment: no conversion from `invalid 
type' to `System.String'
./Parser.cs:216: `xtr' is not declared in the current scope
./Parser.cs:216: invalid left operand to `.'
./Parser.cs:216: called object is not a method or delegate
./Parser.cs:216: invalid boolean expression
./Parser.cs:217: `xtr' is not declared in the current scope
./Parser.cs:217: invalid left operand to `.'
./Parser.cs:217: incompatible types in assignment: no conversion from `invalid 
type' to `System.String'
./Parser.cs:219: `xtr' is not declared in the current scope
./Parser.cs:219: invalid left operand to `.'
./Parser.cs:219: called object is not a method or delegate
./Parser.cs:219: invalid boolean expression
./Parser.cs:220: `xtr' is not declared in the current scope
./Parser.cs:220: invalid left operand to `.'
./Parser.cs:220: incompatible types in assignment: no conversion from `invalid 
type' to `System.String'
./Parser.cs:223: `xtr' is not declared in the current scope
./Parser.cs:223: invalid left operand to `.'
./Parser.cs:223: called object is not a method or delegate
./Parser.cs:223: invalid boolean expression
./Parser.cs:224: `xtr' is not declared in the current scope
./Parser.cs:224: invalid left operand to `.'
./Parser.cs:224: invalid operands to binary `=='
./Parser.cs:224: no conversion from `int' to `bool'
./Parser.cs:228: `xtr' is not declared in the current scope
./Parser.cs:228: invalid left operand to `.'
./Parser.cs:228: invalid operands to binary `=='
./Parser.cs:228: no conversion from `int' to `bool'
./Parser.cs:239: `xtr' is not declared in the current scope
./Parser.cs:239: invalid left operand to `.'
./Parser.cs:239: incompatible types in assignment: no conversion from `invalid 
type' to `bool'
./Parser.cs:241: `xtr' is not declared in the current scope
./Parser.cs:241: invalid left operand to `.'
./Parser.cs:241: called object is not a method or delegate
./Parser.cs:241: invalid boolean expression
./Parser.cs:242: `xtr' is not declared in the current scope
./Parser.cs:242: invalid left operand to `.'
./Parser.cs:242: incompatible types in assignment: no conversion from `invalid 
type' to `System.String'
./Parser.cs:244: `xtr' is not declared in the current scope
./Parser.cs:244: invalid left operand to `.'
./Parser.cs:244: called object is not a method or delegate
./Parser.cs:244: invalid boolean expression
./Parser.cs:245: `xtr' is not declared in the current scope
./Parser.cs:245: invalid left operand to `.'
./Parser.cs:245: incompatible types in assignment: no conversion from `invalid 
type' to `System.String'
./Parser.cs:248: `xtr' is not declared in the current scope
./Parser.cs:248: invalid left operand to `.'
./Parser.cs:248: called object is not a method or delegate
./Parser.cs:248: invalid boolean expression
./Parser.cs:249: `xtr' is not declared in the current scope
./Parser.cs:249: invalid left operand to `.'
./Parser.cs:249: invalid operands to binary `=='
./Parser.cs:249: no conversion from `int' to `bool'
./Parser.cs:251: `xtr' is not declared in the current scope
./Parser.cs:251: invalid left operand to `.'
./Parser.cs:251: invalid operands to binary `=='
./Parser.cs:251: no conversion from `int' to `bool'
./Parser.cs:262: `xtr' is not declared in the current scope
./Parser.cs:262: invalid left operand to `.'
./Parser.cs:262: incompatible types in assignment: no conversion from `invalid 
type' to `bool'
./Parser.cs:264: `xtr' is not declared in the current scope
./Parser.cs:264: invalid left operand to `.'
./Parser.cs:264: called object is not a method or delegate
./Parser.cs:264: invalid boolean expression
./Parser.cs:265: `xtr' is not declared in the current scope
./Parser.cs:265: invalid left operand to `.'
./Parser.cs:265: incompatible types in assignment: no conversion from `invalid 
type' to `System.String'
./Parser.cs:267: `xtr' is not declared in the current scope
./Parser.cs:267: invalid left operand to `.'
./Parser.cs:267: called object is not a method or delegate
./Parser.cs:267: invalid boolean expression
./Parser.cs:268: `xtr' is not declared in the current scope
./Parser.cs:268: invalid left operand to `.'
./Parser.cs:268: incompatible types in assignment: no conversion from `invalid 
type' to `System.String'
./Parser.cs:270: `xtr' is not declared in the current scope
./Parser.cs:270: invalid left operand to `.'
./Parser.cs:270: called object is not a method or delegate
./Parser.cs:270: invalid boolean expression
./Parser.cs:271: `xtr' is not declared in the current scope
./Parser.cs:271: invalid left operand to `.'
./Parser.cs:271: incompatible types in assignment: no conversion from `invalid 
type' to `System.String'
./Parser.cs:273: `xtr' is not declared in the current scope
./Parser.cs:273: invalid left operand to `.'
./Parser.cs:273: called object is not a method or delegate
./Parser.cs:273: invalid boolean expression
./Parser.cs:274: `xtr' is not declared in the current scope
./Parser.cs:274: invalid left operand to `.'
./Parser.cs:274: incompatible types in assignment: no conversion from `invalid 
type' to `System.String'
./Parser.cs:276: `xtr' is not declared in the current scope
./Parser.cs:276: invalid left operand to `.'
./Parser.cs:276: called object is not a method or delegate
./Parser.cs:276: invalid boolean expression
./Parser.cs:277: `xtr' is not declared in the current scope
./Parser.cs:277: invalid left operand to `.'
./Parser.cs:277: invalid value for argument 1
./Parser.cs:277: invalid operands to binary `=='
./Parser.cs:277: no conversion from `int' to `bool'
./Parser.cs:282: `xtr' is not declared in the current scope
./Parser.cs:282: invalid left operand to `.'
./Parser.cs:282: called object is not a method or delegate
./Parser.cs:282: invalid boolean expression
./Parser.cs:283: `xtr' is not declared in the current scope
./Parser.cs:283: invalid left operand to `.'
./Parser.cs:283: invalid operands to binary `=='
./Parser.cs:283: no conversion from `int' to `bool'
./Parser.cs:287: `xtr' is not declared in the current scope
./Parser.cs:287: invalid left operand to `.'
./Parser.cs:287: invalid operands to binary `=='
./Parser.cs:287: no conversion from `int' to `bool'
./Parser.cs:299: `xtr' is not declared in the current scope
./Parser.cs:299: invalid left operand to `.'
./Parser.cs:299: called object is not a method or delegate
./Parser.cs:299: invalid boolean expression
./Parser.cs:300: `xtr' is not declared in the current scope
./Parser.cs:300: invalid left operand to `.'
./Parser.cs:300: incompatible types in assignment: no conversion from `invalid 
type' to `System.String'
./Parser.cs:302: `xtr' is not declared in the current scope
./Parser.cs:302: invalid left operand to `.'
./Parser.cs:302: called object is not a method or delegate
./Parser.cs:302: invalid boolean expression
./Parser.cs:303: `xtr' is not declared in the current scope
./Parser.cs:303: invalid left operand to `.'
./Parser.cs:303: incompatible types in assignment: no conversion from `invalid 
type' to `System.String'
./Parser.cs:311: `xtr' is not declared in the current scope
./Parser.cs:311: invalid left operand to `.'
./Parser.cs:311: called object is not a method or delegate
./Parser.cs:311: invalid boolean expression
./Parser.cs:312: `xtr' is not declared in the current scope
./Parser.cs:312: invalid left operand to `.'
./Parser.cs:312: incompatible types in assignment: no conversion from `invalid 
type' to `System.String'
./Parser.cs:314: `xtr' is not declared in the current scope
./Parser.cs:314: invalid left operand to `.'
./Parser.cs:314: called object is not a method or delegate
./Parser.cs:314: invalid boolean expression
./Parser.cs:315: `xtr' is not declared in the current scope
./Parser.cs:315: invalid left operand to `.'
./Parser.cs:315: incompatible types in assignment: no conversion from `invalid 
type' to `System.String'
./Parser.cs:317: `xtr' is not declared in the current scope
./Parser.cs:317: invalid left operand to `.'
./Parser.cs:317: called object is not a method or delegate
./Parser.cs:317: invalid boolean expression
./Parser.cs:318: `xtr' is not declared in the current scope
./Parser.cs:318: invalid left operand to `.'
./Parser.cs:318: incompatible types in assignment: no conversion from `invalid 
type' to `System.String'
*** Target `all' for project `Qt# Binding Generator' failed ***
*** Project `Qt# Binding Generator' build failed ***
make: *** [generator.exe] Error 1



reply via email to

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