Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on Windows? #45

Closed
fanoI opened this issue Feb 9, 2018 · 6 comments
Closed

Not working on Windows? #45

fanoI opened this issue Feb 9, 2018 · 6 comments

Comments

@fanoI
Copy link

fanoI commented Feb 9, 2018

Trying to compile this on Windows it wants "Unix" something?

Severity Code Description Project File Line Suppression State
Error CS0234 The type or namespace name 'Unix' does not exist in the namespace 'Mono' (are you missing an assembly reference?) Terminal.Gui V:\Downloads\gui.cs-master\gui.cs-master\Terminal.Gui\MonoCurses\mainloop.cs 28 Active
Error CS0246 The type or namespace name 'Pollfd' could not be found (are you missing a using directive or an assembly reference?) Terminal.Gui V:\Downloads\gui.cs-master\gui.cs-master\Terminal.Gui\MonoCurses\mainloop.cs 86 Active
Error CS0246 The type or namespace name 'PollEvents' could not be found (are you missing a using directive or an assembly reference?) Terminal.Gui V:\Downloads\gui.cs-master\gui.cs-master\Terminal.Gui\MonoCurses\mainloop.cs 217 Active
Error CS0006 Metadata file 'V:\Downloads\gui.cs-master\gui.cs-master\Terminal.Gui\bin\Debug\Terminal.Gui.dll' could not be found Terminal V:\Downloads\gui.cs-master\gui.cs-master\CSC 1 Active

@migueldeicaza
Copy link
Collaborator

Did you restore the NuGet packages? This should bring Mono.Posix.

@migueldeicaza
Copy link
Collaborator

That said - the Windows driver is not complete yet, see:

#27

@migueldeicaza
Copy link
Collaborator

Duplicate

@migueldeicaza
Copy link
Collaborator

You are correct, this currently needs Mono.POsix, I need to move the code to a NuGet that will work.

@migueldeicaza
Copy link
Collaborator

I removed the Mono.Posix dependency to simplify things, but the Windows driver is still not ready :-)

@migueldeicaza
Copy link
Collaborator

And it should work now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants