-
Notifications
You must be signed in to change notification settings - Fork 13
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
problems buildin' on Windows 11 x64 #146
Comments
hi @Nardianian, how are you building the objects? are you using the makefile? I see that granubuf~ was removed from the src folder (kind of a newer object than the legacy objects in there). If so, then I think you probably need to remove it from the list of objects to build in the Makefile. does that fix it? or, if you are interested specifically in granubuf, there is a newer mc version that as far as I can tell should build fine for Windows (but I don't have a windows machine to test on at the moment) -- let me know and I can point you to that. |
thanks for your reply |
ok, for building the CNMAT-Externals with the Makefile, try removing granubuf~ from the list, here: https://github.com/CNMAT/CNMAT-Externs/blob/main/Makefile#L64 the newest and recently improved granubuf.mc~ is not yet pushed to github, but the semi-recent version is here: https://github.com/ramagottfried/tilde |
thanks |
ok good that it's building! re: osc_expr_scanner.l, if I remember correctly that is created when you build libo, which is a requirement for some objects -- so best is to build libo first, and then the CNMAT-Externals. |
On Windows 11 x64
build interrupt with this error
cc1: fatal error: src/granubuf~/granubuf~.c: No such file or directory
granbuf external is only for Mac (i read this on json list) but i can't find where i can delete this line
thanks
The text was updated successfully, but these errors were encountered: