by furrie at 10 Jan 2010, 11:54
I made a new solution and added all the projects in the order ibboard said. In that step I didn't had any errors, but when I tried to compile the thing everything is fine except when it comes to the last project (the gui.gtk) then I get the following errors:
- [Task:File=/home/furrie/development/warfoundry/IBBoard.WarFoundry.GUI.GTK/FrmChangeGameSystem.cs, Line=6, Column=26, Type=Error, Priority=Normal, Description=The type or namespace name `API' does not exist in the namespace `IBBoard.WarFoundry'. Are you missing an assembly reference?(CS0234)]
- [Task:File=/home/furrie/development/warfoundry/IBBoard.WarFoundry.GUI.GTK/FrmChangeGameSystem.cs, Line=7, Column=26, Type=Error, Priority=Normal, Description=The type or namespace name `API' does not exist in the namespace `IBBoard.WarFoundry'. Are you missing an assembly reference?(CS0234)]
- [Task:File=/home/furrie/development/warfoundry/IBBoard.WarFoundry.GUI.GTK/FrmNewArmy.cs, Line=7, Column=15, Type=Error, Priority=Normal, Description=The type or namespace name `Lang' does not exist in the namespace `IBBoard'. Are you missing an assembly reference?(CS0234)]
- [Task:File=/home/furrie/development/warfoundry/IBBoard.WarFoundry.GUI.GTK/FrmNewArmy.cs, Line=8, Column=26, Type=Error, Priority=Normal, Description=The type or namespace name `API' does not exist in the namespace `IBBoard.WarFoundry'. Are you missing an assembly reference?(CS0234)]
- [Task:File=/home/furrie/development/warfoundry/IBBoard.WarFoundry.GUI.GTK/FrmNewArmy.cs, Line=9, Column=26, Type=Error, Priority=Normal, Description=The type or namespace name `API' does not exist in the namespace `IBBoard.WarFoundry'. Are you missing an assembly reference?(CS0234)]
- [Task:File=/home/furrie/development/warfoundry/IBBoard.WarFoundry.GUI.GTK/FrmNewArmy.cs, Line=14, Column=51, Type=Error, Priority=Normal, Description=The type or namespace name `ITranslatable' could not be found. Are you missing a using directive or an assembly reference?(CS0246)]
- [Task:File=/home/furrie/development/warfoundry/IBBoard.WarFoundry.Plugin.Rollcall/RollcallFactory.cs, Line=8, Column=15, Type=Error, Priority=Normal, Description=The type or namespace name `Ini' does not exist in the namespace `IBBoard'. Are you missing an assembly reference?(CS0234)]
[img]http://i144.photobucket.com/albums/r194/paassei/furrie/erroro_compiling.png[/img]
*note*
I used the second method ibboard gave to get the files (name the folders yourself and then put the content of the trunk in the folders). I'm using rapidsvn for it