Ubuntu 16.04 LTSになでしこ2をインストールする方法
https://qiita.com/SUZUKI_Masaya/items/cb2c7e86de06c9cb9256
macOS
$ docker run -it ubuntu /bin/bash
docker
# apt update; apt -y upgrade
# apt install -y vim sudo wget apt-utils mono-complete mono-vbnc git
...
Please select the geographic area in which you live. Subsequent configuration questions will narrow this down by presenting a list of cities, representing the time zones
in which they are located.
1. Africa 2. America 3. Antarctica 4. Australia 5. Arctic 6. Asia 7. Atlantic 8. Europe 9. Indian 10. Pacific 11. SystemV 12. US 13. Etc
Geographic area: 6
Please select the city or region corresponding to your time zone.
1. Aden 11. Baku 21. Damascus 31. Hong_Kong 41. Kashgar 51. Makassar 61. Pyongyang 71. Singapore 81. Ujung_Pandang
2. Almaty 12. Bangkok 22. Dhaka 32. Hovd 42. Kathmandu 52. Manila 62. Qatar 72. Srednekolymsk 82. Ulaanbaatar
3. Amman 13. Barnaul 23. Dili 33. Irkutsk 43. Khandyga 53. Muscat 63. Qostanay 73. Taipei 83. Urumqi
4. Anadyr 14. Beirut 24. Dubai 34. Istanbul 44. Kolkata 54. Nicosia 64. Qyzylorda 74. Tashkent 84. Ust-Nera
5. Aqtau 15. Bishkek 25. Dushanbe 35. Jakarta 45. Krasnoyarsk 55. Novokuznetsk 65. Rangoon 75. Tbilisi 85. Vientiane
6. Aqtobe 16. Brunei 26. Famagusta 36. Jayapura 46. Kuala_Lumpur 56. Novosibirsk 66. Riyadh 76. Tehran 86. Vladivostok
7. Ashgabat 17. Chita 27. Gaza 37. Jerusalem 47. Kuching 57. Omsk 67. Sakhalin 77. Tel_Aviv 87. Yakutsk
8. Atyrau 18. Choibalsan 28. Harbin 38. Kabul 48. Kuwait 58. Oral 68. Samarkand 78. Thimphu 88. Yangon
9. Baghdad 19. Chongqing 29. Hebron 39. Kamchatka 49. Macau 59. Phnom_Penh 69. Seoul 79. Tokyo 89. Yekaterinburg
10. Bahrain 20. Colombo 30. Ho_Chi_Minh 40. Karachi 50. Magadan 60. Pontianak 70. Shanghai 80. Tomsk 90. Yerevan
Time zone: 79
...
133 new root certificates were added to your trust store.
Import process completed.
Done
done.
Setting up mono-complete (4.6.2.7+dfsg-1ubuntu1) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
途中のエラー
# xbuild /p:TargetFrameworkVersion="v4.5"
XBuild Engine Version 14.0
Mono, Version 4.6.2.0
Copyright (C) 2005-2013 Various Mono authors
Build started 05/26/2019 21:16:39.
__________________________________________________
Project "/nadesiko2/cnako2/cnako2.csproj" (default target(s)):
Target PrepareForBuild:
Configuration: Debug Platform: x86
Created directory "bin/Debug/"
Created directory "obj/x86/Debug/"
Target ResolveProjectReferences:
Project "/nadesiko2/Libnako/Libnako.csproj" (default target(s)):
Target PrepareForBuild:
Configuration: Debug Platform: AnyCPU
Created directory "bin/Debug/"
Created directory "obj/Debug/"
Target ResolveProjectReferences:
Project "/nadesiko2/NakoPlugin/NakoPlugin.csproj" (default target(s)):
Target PrepareForBuild:
Configuration: Debug Platform: AnyCPU
Created directory "bin/Debug/"
Created directory "obj/Debug/"
Target ResolveAssemblyReferences:
/usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets: warning : Reference 'Ude' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
Considered ../Nako2_CNakoDemo/packages/UDE.CSharp.1.1.0/lib/Ude.dll, but it does not exist.
For searchpath {TargetFrameworkDirectory}
Considered target framework dir /usr/lib/mono/4.5/, assembly named 'Ude' not found.
Considered target framework dir /usr/lib/mono/4.5//Facades/, assembly named 'Ude' not found.
For searchpath {PkgConfig}
Considered Ude, but could not find in any pkg-config files.
For searchpath {GAC}
Considered Ude, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'Ude' as a file, but the file does not exist
For searchpath bin/Debug/
Considered '/nadesiko2/NakoPlugin/bin/Debug/Ude' as a file, but the file does not exist
Considered '/nadesiko2/NakoPlugin/bin/Debug/Ude.exe' as a file, but the file does not exist
Considered '/nadesiko2/NakoPlugin/bin/Debug/Ude.dll' as a file, but the file does not exist
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /usr/lib/mono/4.5/mcs.exe execution started with arguments: /noconfig /debug:full /debug+ /optimize- /out:obj/Debug/NakoPlugin.dll CommandUnit.cs INakoPlugin.cs NakoPluginTemplate.cs NakoValueConveter.cs NakoVarArray.cs NakoVariable.cs NWEnviroment.cs Properties/AssemblyInfo.cs StrUnit.cs SimpleHelpers/FileEncoding.cs obj/Debug/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:"DEBUG;TRACE" /doc:bin/Debug/NakoPlugin.XML /nostdlib /platform:AnyCPU /reference:/usr/lib/mono/4.5/System.dll /reference:/usr/lib/mono/4.5/System.Data.dll /reference:/usr/lib/mono/4.5/System.Xml.dll /reference:/usr/lib/mono/4.5/System.Core.dll /reference:/usr/lib/mono/4.5//mscorlib.dll /warn:4
SimpleHelpers/FileEncoding.cs(192,9): error CS0246: The type or namespace name `Ude' could not be found. Are you missing an assembly reference?
Task "Csc" execution -- FAILED
Done building target "CoreCompile" in project "/nadesiko2/NakoPlugin/NakoPlugin.csproj".-- FAILED
Done building project "/nadesiko2/NakoPlugin/NakoPlugin.csproj".-- FAILED
Task "MSBuild" execution -- FAILED
Done building target "ResolveProjectReferences" in project "/nadesiko2/Libnako/Libnako.csproj".-- FAILED
Done building project "/nadesiko2/Libnako/Libnako.csproj".-- FAILED
Project "/nadesiko2/NakoPluginFile/NakoPluginFile.csproj" (default target(s)):
Target PrepareForBuild:
Configuration: Debug Platform: x86
Created directory "bin/Debug/"
Created directory "obj/x86/Debug/"
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /usr/lib/mono/4.5/mcs.exe execution started with arguments: /noconfig /debug- /optimize- /out:obj/x86/Debug/NakoPluginFile.dll NakoPluginFile.cs Properties/AssemblyInfo.cs NakoPluginStream.cs obj/x86/Debug/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /warnaserror- /unsafe- /checked- /nostdlib /platform:x86 /reference:/usr/lib/mono/4.5/System.dll /reference:/usr/lib/mono/4.5/System.Data.dll /reference:/usr/lib/mono/4.5/System.Xml.dll /reference:/usr/lib/mono/4.5/System.Core.dll /reference:/usr/lib/mono/4.5//mscorlib.dll /warn:4
NakoPluginFile.cs(6,7): error CS0246: The type or namespace name `NakoPlugin' could not be found. Are you missing an assembly reference?
NakoPluginStream.cs(3,7): error CS0246: The type or namespace name `NakoPlugin' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(13,35): error CS0246: The type or namespace name `INakoPlugin' could not be found. Are you missing an assembly reference?
NakoPluginStream.cs(7,37): error CS0246: The type or namespace name `INakoPlugin' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(25,36): error CS0246: The type or namespace name `INakoPluginBank' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(86,32): error CS0246: The type or namespace name `INakoInterpreter' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(90,31): error CS0246: The type or namespace name `INakoInterpreter' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(97,33): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(121,33): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(132,36): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(140,40): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(149,42): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(163,46): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(178,48): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(190,31): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(197,34): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(209,36): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(215,38): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(220,38): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(223,38): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(235,37): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(239,38): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(243,37): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(247,38): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(251,40): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(255,38): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(259,35): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(263,39): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(271,37): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(275,35): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(279,38): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(286,33): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(293,33): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(300,35): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(312,34): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(318,32): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(325,34): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(338,33): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(350,37): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(365,32): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(371,33): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(377,32): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(383,31): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(388,31): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(396,37): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(400,35): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(404,34): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(413,33): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginStream.cs(19,36): error CS0246: The type or namespace name `INakoPluginBank' could not be found. Are you missing an assembly reference?
NakoPluginStream.cs(27,32): error CS0246: The type or namespace name `INakoInterpreter' could not be found. Are you missing an assembly reference?
NakoPluginStream.cs(31,31): error CS0246: The type or namespace name `INakoInterpreter' could not be found. Are you missing an assembly reference?
NakoPluginStream.cs(36,29): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginStream.cs(50,30): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginStream.cs(69,33): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginStream.cs(77,34): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
Task "Csc" execution -- FAILED
Done building target "CoreCompile" in project "/nadesiko2/NakoPluginFile/NakoPluginFile.csproj".-- FAILED
Done building project "/nadesiko2/NakoPluginFile/NakoPluginFile.csproj".-- FAILED
Task "MSBuild" execution -- FAILED
Done building target "ResolveProjectReferences" in project "/nadesiko2/cnako2/cnako2.csproj".-- FAILED
Done building project "/nadesiko2/cnako2/cnako2.csproj".-- FAILED
Build FAILED.
Warnings:
/nadesiko2/cnako2/cnako2.csproj (default targets) ->
/usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets (ResolveProjectReferences target) ->
/nadesiko2/Libnako/Libnako.csproj (default targets) ->
/usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets (ResolveProjectReferences target) ->
/nadesiko2/NakoPlugin/NakoPlugin.csproj (default targets) ->
/usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets (ResolveAssemblyReferences target) ->
/usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets: warning : Reference 'Ude' not resolved
Errors:
/nadesiko2/cnako2/cnako2.csproj (default targets) ->
/usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets (ResolveProjectReferences target) ->
/nadesiko2/Libnako/Libnako.csproj (default targets) ->
/usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets (ResolveProjectReferences target) ->
/nadesiko2/NakoPlugin/NakoPlugin.csproj (default targets) ->
/usr/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets (CoreCompile target) ->
SimpleHelpers/FileEncoding.cs(192,9): error CS0246: The type or namespace name `Ude' could not be found. Are you missing an assembly reference?
/nadesiko2/cnako2/cnako2.csproj (default targets) ->
/usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets (ResolveProjectReferences target) ->
/nadesiko2/NakoPluginFile/NakoPluginFile.csproj (default targets) ->
/usr/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets (CoreCompile target) ->
NakoPluginFile.cs(6,7): error CS0246: The type or namespace name `NakoPlugin' could not be found. Are you missing an assembly reference?
NakoPluginStream.cs(3,7): error CS0246: The type or namespace name `NakoPlugin' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(13,35): error CS0246: The type or namespace name `INakoPlugin' could not be found. Are you missing an assembly reference?
NakoPluginStream.cs(7,37): error CS0246: The type or namespace name `INakoPlugin' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(25,36): error CS0246: The type or namespace name `INakoPluginBank' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(86,32): error CS0246: The type or namespace name `INakoInterpreter' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(90,31): error CS0246: The type or namespace name `INakoInterpreter' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(97,33): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(121,33): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(132,36): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(140,40): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(149,42): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(163,46): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(178,48): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(190,31): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(197,34): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(209,36): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(215,38): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(220,38): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(223,38): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(235,37): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(239,38): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(243,37): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(247,38): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(251,40): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(255,38): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(259,35): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(263,39): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(271,37): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(275,35): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(279,38): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(286,33): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(293,33): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(300,35): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(312,34): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(318,32): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(325,34): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(338,33): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(350,37): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(365,32): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(371,33): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(377,32): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(383,31): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(388,31): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(396,37): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(400,35): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(404,34): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginFile.cs(413,33): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginStream.cs(19,36): error CS0246: The type or namespace name `INakoPluginBank' could not be found. Are you missing an assembly reference?
NakoPluginStream.cs(27,32): error CS0246: The type or namespace name `INakoInterpreter' could not be found. Are you missing an assembly reference?
NakoPluginStream.cs(31,31): error CS0246: The type or namespace name `INakoInterpreter' could not be found. Are you missing an assembly reference?
NakoPluginStream.cs(36,29): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginStream.cs(50,30): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginStream.cs(69,33): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
NakoPluginStream.cs(77,34): error CS0246: The type or namespace name `INakoFuncCallInfo' could not be found. Are you missing an assembly reference?
1 Warning(s)
56 Error(s)
Time Elapsed 00:00:02.4229380
日本語プログラミング言語なでしこのCNAKOでズンドコキヨシ
https://qiita.com/m0t0k1m0t0k1/items/90f325ca8cb57816918a
最後までおよみいただきありがとうございました。
いいね 💚、フォローをお願いします。
Thank you very much for reading to the last sentence.
Please press the like icon 💚 and follow me for your happy life.