You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
kyngch...@kyngchaos.com
on 28 Jan 2011 at 5:28The text was updated successfully, but these errors were encountered: