-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
it will not build with msvc (vs2013) #1
Comments
Can you give more details of what you were trying to build & what the build process was? s7 is just a .c and .h file, by default. But there's the s7webserver/ subdirectory -- were you trying to build that? I see the |
Also, could you check and see if they fix it in their tarball? We can update here if they do. We could also fix it directly here, but I'm very reluctant to make any divergence from upstream; the Conservatory is never supposed to be the master copy -- and this is even more true when there is active upstream maintenance, even though it's not happening in a public version-control repository. |
But this repository does get attentions. There are now 11 watchers. ;) https://ccrma.stanford.edu/software/snd/ Thanks, |
Hi, @fragrans. Yeah, this is a thing that keeps happening with the Conservatory: we end up becoming a focal point for discussion & bug reports about some project, because the project's upstream isn't providing any clear, socially obvious nudge toward a more appropriate forum. Maybe you could point the maintainers to this thread, so they see there might be some value in setting up real project infrastructure around s7? It doesn't have to change how they do development -- there's no obligation to accept pull requests, respond to bug reports, etc -- but at least this way they wouldn't be letting inbound information drop on the floor. |
error C2129: static function 'unsigned char is_decodable(s7_scheme *,s7_pointer)' declared but not defined
I checked the source code, apparently it is marked out by C MACRO.
The text was updated successfully, but these errors were encountered: