-
Notifications
You must be signed in to change notification settings - Fork 75
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
can't compile #1268
Comments
I think you are hitting: https://developercommunity.visualstudio.com/content/problem/1142252/1670-hangs-using-open-folder.html with newer releases than 16.6 I stayed on 16.5.5 and it works. |
https://developercommunity.visualstudio.com/content/problem/1157854/vs2019-wont-open-folder-with-cmake-project.html looks possible too. There's a few of these |
maybe deleting cmakesettings.json will fix it? |
That did it. Delete the WSL stanzas out of cmakesettings.json. I'll push that into the branches. |
A "git pull" get to the latest commit should fix it. |
I’m using the desktop version, it’s new to me. How do I do so within the desktop version?
|
@DougCooper0612 |
Not yet. I can’t find the feature in git desktop to recourse-submodules .. and think my fork was done without that option. I get 16 errors during compiling.
Doug Cooper
… On Sep 7, 2020, at 7:41 PM, Rushfan ***@***.***> wrote:
@DougCooper0612
Did you get it working?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
are there step by step command prompt options to fork, clone, and compile instead of using the desktop version? I tried in git bash, but cmake (as instructed in wwiv comments) does not exist. So ... it's been a while since I've played around in git. sorry for the hassle. |
Ah, yes that'll do it. You need the recurse submodules. if you can be comfortable using the commandline, it's not bad. You don't want to use git bash, but rather the That has git, cmake (which ships with visual studio), and the compilers all in the path. That's how I typically work too. If you drop by IRC, we're in and out and happy to answer questions. I use irccloud.com, so I'll see questions next time I'm online and check it afew times a day. |
which network within irccloud.com are you all in? And thanks for the help. I have just a couple of questions to refresh my memory. I've only used git to push classwok for a js class I had been taking. |
irc.venomslair.com port 6697 (choose secure)/SSL.) both irc.wwivbbs.org and irc.venomslair.com point to the same place. Venom runs IRC for us. We also list the info at the bottom of http://www.wwivbbs.org |
I worked around the isue with visual studio. If you start over from scratch it'll work, otherwise see if the docs on how to do a "git pull" fixes it for ya. Also feel free to drop by to ask questions, always happy to help. |
Hi all,
I forked the repository, cloned to my harddrive, the folder shows in VS and can be selected, but the build icons never turn on to compile. What step am I missing? I'm using the Windows version (I'm on windows 10).
The text was updated successfully, but these errors were encountered: