Skip to content

Problems encountered when compiling and using T3000_crossPlatform #30

@TemcoLijun

Description

@TemcoLijun

- LINUX

My test environment is Ubuntu 20.04

  • When you try to install MonoDevelop IDE, you will see:

Unable to locate package monodevelop

I solved it in the following way

1.sudo apt install apt-transport-https dirmngr

2.sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF

3.echo "deb https://download.mono-project.com/repo/ubuntu vs-bionic main" | sudo tee /etc/apt/sources.list.d/mono-official-vs.list

4.sudo apt update

make sure you copy this command perfectly, in step 3 make sure you copy all command

  • while running nuget restore T3000_CrossPlatform/T3000_CrossPlatform.sln

unable to find version '1.4.1' of .....

  • Failed to run.sln file in command line mode as instructed by readme
    However, in desktop mode, you can double-click the T3000_CrossPlatform.sln file to open the MonoDevelop IDE for editing and debugging.

- WINDOWS
I used Microsoft Visual Studio Community 2019 to compile the project.

There are 11 errors of the following types that cannot be compiled through

Error CS0246 Type or namespace name "Irony" not found (Is a using directive or assembly reference missing?)
T3000Grammar D:\Source\Repos\T3000_CrossPlatform\T3000Grammar\T3000Grammar.cs 3 activity
...
Error CS0006 Metadata file "D:\Source\Repos\T3000_CrossPlatform\T3000Grammar\bin\Debug\T3000Grammar.dll" FastColoredTextBoxNS D:\Source\Repos\T3000_CrossPlatform\FastColoredTextBoxNS\CSC 1 activity

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions