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

Makefile parsing bug? #13

Open
aeschli opened this issue Apr 28, 2017 · 1 comment
Open

Makefile parsing bug? #13

aeschli opened this issue Apr 28, 2017 · 1 comment

Comments

@aeschli
Copy link

aeschli commented Apr 28, 2017

From @akshaya-a on April 26, 2017 20:29

The following lines in CNTK's Makefile appear to break syntax highlighting in VSCode. The first breaks all highlighting after it, and the nested ifdefs don't show up highlighted as "ifdef". I don't know enough about any of this to say whether this is a VSCode or CNTK problem, but thought I'd start here :)

Apologies for weird markdown due to code

  1. Line 103
CXXVER_GE480:= $(shell expr `$(CXX) -dumpversion | sed -e 's/\.\([0-9][0-9]\)/\1/g' -e 's/\.\([0-9]\)/0\1/g' -e 's/^[0-9]\{3,4\}$$/&00/'` \>= 40800)
  1. Line 122
ifdef CUDA_PATH
  ifndef GDK_INCLUDE_PATH
  • VSCode Version:
    Version 1.11.2
    Commit 6eaebe3b9c70406d67c97779468c324a7a95db0e
    Date 2017-04-13T08:03:11.395Z
    Shell 1.4.6
    Renderer 53.0.2785.143
    Node 6.5.0
  • OS Version:
    Windows 10 Creator's Update

Steps to Reproduce:

  1. Open https://github.com/Microsoft/CNTK/blob/master/Makefile

Copied from original issue: microsoft/vscode#25469

@fadeevab
Copy link

Fixed here (pull request is still not merged to the master): #15

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