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

OS X -framework and -F flags not handled #11

Closed
GoogleCodeExporter opened this issue Mar 13, 2015 · 4 comments
Closed

OS X -framework and -F flags not handled #11

GoogleCodeExporter opened this issue Mar 13, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?

1. ctypesgen [options] -framework SomeFramework

What is the expected output? What do you see instead?

ctypesgen.py: error: no such option: -f

What version of the product are you using? On what operating system?

SVN r125, OS X 10.x.

Please provide any additional information below.

OS X frameworks are another type of shared library, so they should be handled 
similar to libraries (dyld should handle them just like .dylib libraries).

Locating them is different.  -F/path/to/folder is used like -L to add to the 
search path (another option ctypesgen needs to handle).  DYLD_FRAMEWORK_PATH is 
the equivalent env var to DYLD_LIBRARY_PATH.  File names are in the form 
/path/to/framework/folder/SomeFramework.framework/SomeFramework, which is 
usually an alias to a specific version 
.../SomeFramework.framework/Versions/[version]/SomeFramework, no file extension.

Original issue reported on code.google.com by kyngch...@kyngchaos.com on 28 Jan 2011 at 5:28

@Alan-R
Copy link
Collaborator

Alan-R commented Aug 1, 2021

This is 10 years old, and had someone working on it. Have no idea what its status is, or how to tell. Please reopen if this affects you.

@Alan-R Alan-R closed this as completed Aug 1, 2021
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