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

issue with path in makefile for stan/version.hpp #18

Closed
bob-carpenter opened this issue Jun 15, 2014 · 1 comment
Closed

issue with path in makefile for stan/version.hpp #18

bob-carpenter opened this issue Jun 15, 2014 · 1 comment
Assignees
Milestone

Comments

@bob-carpenter
Copy link
Contributor

Rob Goedman reports on stan-users:

I noticed below warning messages. The file is clearly available, but 1 level deeper 
( .../cmdstan/stan/src/stan/version.hpp).

From https://github.com/stan-dev/cmdstan
 * branch            develop    -> FETCH_HEAD
Already up-to-date.

$ make stan-update
grep: /Users/rob/Projects/Stan/cmdstan/src/stan/version.hpp: No such file or directory
grep: /Users/rob/Projects/Stan/cmdstan/src/stan/version.hpp: No such file or directory
grep: /Users/rob/Projects/Stan/cmdstan/src/stan/version.hpp: No such file or directory
git submodule init
git submodule update
@bob-carpenter bob-carpenter added this to the v2.3.0 milestone Jun 15, 2014
@syclik syclik modified the milestones: v2.3.0++, v2.3.0 Jun 16, 2014
@syclik
Copy link
Member

syclik commented Jul 7, 2014

This only happens when the Stan submodule is uninitialized; when cloned directly from GitHub, the stan folder is empty. After running make stan-update, the Stan submodule should be filled and the error messages from grep goes away.

I'm going to close this issue for now since it's a difficult fix (I think) since I don't know how to take care of it offhand. It also goes away once the Stan submodule is updated, so it isn't a big deal (for now). If it ends up confusing a lot of users, we'll reopen the issue and address it.

@syclik syclik closed this as completed Jul 7, 2014
@syclik syclik added the wontfix label Jul 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants