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

The glitch on the build system [Win 10]? #26

Open
8fdafs2 opened this issue Aug 29, 2016 · 1 comment
Open

The glitch on the build system [Win 10]? #26

8fdafs2 opened this issue Aug 29, 2016 · 1 comment

Comments

@8fdafs2
Copy link

8fdafs2 commented Aug 29, 2016

I cannot build or run until I changed the ' to \" in shell_cmd lines in GFortran.sublime-build.
Have no idea it's only my machine's problem or this issue has occurred on all windows platform.

{
    "shell_cmd": "gfortran \"${file}\" -o \"${file_path}/${file_base_name}\"",
    "file_regex": "^(?xi:( ^[/] [^:]* ) : (\\d+) : (\\d+) :)",
    "working_dir": "${file_path}",
    "selector": "source.modern-fortran, source.fixedform-fortran",
    "syntax": "GFortranBuild.sublime-syntax",

    "variants":
    [
        {
            "name": "Run",
            "shell_cmd": "gfortran \"${file}\" -o \"${file_path}/${file_base_name}\" && \"${file_path}/${file_base_name}\""
        }
    ]
}
@jokervTv
Copy link

Thanks, i have the same trouble. You help me solve the problem.

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