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

error: re-export local varible: cstring-pointer (in guile 2.0.13) #16

Closed
mwette opened this issue Jun 24, 2017 · 2 comments
Closed

error: re-export local varible: cstring-pointer (in guile 2.0.13) #16

mwette opened this issue Jun 24, 2017 · 2 comments

Comments

@mwette
Copy link

mwette commented Jun 24, 2017

I get the following occasionally with guile-2.0.13. I don't know if it is on my end or not. Happens when I #use-module inside a module. Any ideas what it could be?

;;; compiling /Users/mwette/repo/github.com/TaylanUB/scheme-bytestructures/bytestructures/guile.scm ;;; WARNING: compilation of /Users/mwette/repo/github.com/TaylanUB/scheme-bytestructures/bytestructures/guile.scm failed: ;;; ERROR: re-exporting local variable: cstring-pointer

@mwette
Copy link
Author

mwette commented Jun 24, 2017

If I change the module name and filename to cstring-pointer-x (.scm) it works. I wonder if module and procedure name dup is having issue w/ rnrs-guile interface.

@TaylanUB
Copy link
Owner

TaylanUB commented Jun 25, 2017 via email

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