Thempra
2006-08-26 14:13:20 UTC
Nas,
Estoy intentando compilar MonoDevelop del SVN, haciendolo en linea de
comandos con make, make install si que compila, pero haciendolo con
MonoDevelop abriendo el mds, obtengo una serie de errores:
[Task:File=/home/thempra/trunk/monodevelop/Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation/DocumentationService.cs, Line=7, Column=1, Type=Error, Description=The type or namespace name `MonoDevelop.Projects.Parser' could not be found. Are you missing a using directive or an assembly reference?(CS0246)
[Task:File=/home/thempra/trunk/monodevelop/Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation/DocumentationService.cs, Line=7, Column=7, Type=Error, Description=The type or namespace name `Projects' does not exist in the namespace `MonoDevelop'. Are you missing an assembly reference?(CS0234)
[Task:File=/home/thempra/trunk/monodevelop/Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation/DocumentationService.cs, Line=8, Column=1, Type=Error, Description=The type or namespace name `MonoDevelop.Projects.Documentation' could not be found. Are you missing a using directive or an assembly reference?(CS0246)
[Task:File=/home/thempra/trunk/monodevelop/Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation/DocumentationService.cs, Line=8, Column=7, Type=Error, Description=The type or namespace name `Projects' does not exist in the namespace `MonoDevelop'. Are you missing an assembly reference?(CS0234)
Y la verdad que el MonoDevelop.Projects.Parser si que esta en el
proyecto, no se por donde seguir, hay que compilar por modulos ....?? se
puede compilar todo entero?? existe algun HowTo relativo al tema??
Mi sistema es un openSuSE 10.1 con el souce de Yast de ximian, por lo
que tengo MonoDevelop 0.11 y Mono 1.1.16.1
Un saludo,
Thempra
Estoy intentando compilar MonoDevelop del SVN, haciendolo en linea de
comandos con make, make install si que compila, pero haciendolo con
MonoDevelop abriendo el mds, obtengo una serie de errores:
[Task:File=/home/thempra/trunk/monodevelop/Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation/DocumentationService.cs, Line=7, Column=1, Type=Error, Description=The type or namespace name `MonoDevelop.Projects.Parser' could not be found. Are you missing a using directive or an assembly reference?(CS0246)
[Task:File=/home/thempra/trunk/monodevelop/Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation/DocumentationService.cs, Line=7, Column=7, Type=Error, Description=The type or namespace name `Projects' does not exist in the namespace `MonoDevelop'. Are you missing an assembly reference?(CS0234)
[Task:File=/home/thempra/trunk/monodevelop/Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation/DocumentationService.cs, Line=8, Column=1, Type=Error, Description=The type or namespace name `MonoDevelop.Projects.Documentation' could not be found. Are you missing a using directive or an assembly reference?(CS0246)
[Task:File=/home/thempra/trunk/monodevelop/Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation/DocumentationService.cs, Line=8, Column=7, Type=Error, Description=The type or namespace name `Projects' does not exist in the namespace `MonoDevelop'. Are you missing an assembly reference?(CS0234)
Y la verdad que el MonoDevelop.Projects.Parser si que esta en el
proyecto, no se por donde seguir, hay que compilar por modulos ....?? se
puede compilar todo entero?? existe algun HowTo relativo al tema??
Mi sistema es un openSuSE 10.1 con el souce de Yast de ximian, por lo
que tengo MonoDevelop 0.11 y Mono 1.1.16.1
Un saludo,
Thempra