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

Compile with threads:on #43

Open
tylertreat opened this issue May 28, 2015 · 2 comments
Open

Compile with threads:on #43

tylertreat opened this issue May 28, 2015 · 2 comments

Comments

@tylertreat
Copy link

I'm new to nim, but when I try to use threading mechanisms like TThread, I get the error undeclared identifier: 'TThread'. I believe this is because you must compile with --threads:on. How does one do that with this plugin?

@zah
Copy link
Owner

zah commented May 19, 2016

The best approach here is to create a nim.cfg file for your project. This will allow all Nim commands to work in their most simple form from the command-line and this will eliminate the issue for the Vim plugin as well.

@AjBreidenbach
Copy link

Most other checkers on syntastic allow for passing arguments to the checker. Is this supported by nim.vim? I haven't been able to get --threads:on working.

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

3 participants