SkyzohKey / kanet

Automatically exported from code.google.com/p/kanet
GNU General Public License v3.0
0 stars 0 forks source link

Compilation error #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm trying to compile a debian package from sources (version 0.2.3)

Im get this error (Full log attached):

WebServers.vala:58.63-58.80: error: The name `data' does not exist in the 
context of `string'
WebServers.vala:62.63-62.80: error: The name `data' does not exist in the 
context of `string'
WebServers.vala:136.65-136.82: error: The name `data' does not exist in the 
context of `string?'
WebServers.vala:142.65-142.82: error: The name `data' does not exist in the 
context of `string?'
WebServers.vala:179.64-179.81: error: The name `data' does not exist in the 
context of `string?'
WebServers.vala:185.64-185.81: error: The name `data' does not exist in the 
context of `string?'
WebServers.vala:228.61-228.79: error: The name `data' does not exist in the 
context of `string?'
WebServers.vala:242.57-242.74: error: The name `data' does not exist in the 
context of `string?'
WebServers.vala:451.38-451.41: error: Argument 2: Cannot convert from `null' to 
`size_t'
WebServers.vala:458.73-458.78: error: Argument 3: Cannot convert from 
`uint8[]?' to `string'
WebServers.vala:605.23-605.26: warning: Argument 1: Cannot pass null to 
non-null parameter type

Does anybody ave an idea? 

I'm not really familiar with package building and vala but I would like to 
develop a new authentication mode for kanet (password-of-the-day mode)

Thanks for your help

Original issue reported on code.google.com by jerome.d...@gmail.com on 18 Jan 2012 at 2:32

Attachments:

GoogleCodeExporter commented 8 years ago
check this thread :
http://groups.google.com/group/kanet-discuss/browse_thread/thread/6772eb33ded693
c1
and the version of vala needed to compile Kanet

Original comment by cymo...@gmail.com on 18 Jan 2012 at 8:45