Skip to content
This repository has been archived by the owner on Mar 4, 2019. It is now read-only.

Feature request: Automatically generate header file #42

Open
ufechner7 opened this issue Nov 1, 2017 · 2 comments
Open

Feature request: Automatically generate header file #42

ufechner7 opened this issue Nov 1, 2017 · 2 comments

Comments

@ufechner7
Copy link

This script is compiling Julia functions into an .so file (on Linux). So the functions can be called like C functions from other programming languages. What is missing is the automatic generation of the correct .h file with the function prototypes. While this can be done manually, that is a tedious and error prone task.

@lucatrv
Copy link
Contributor

lucatrv commented Jan 20, 2018

How would this be supposed to work? For all functions of the Julia script? Please provide examples for different cases and argument types.

@visr
Copy link

visr commented Apr 24, 2018

@ufechner7 I guess this can be moved over to JuliaLang/PackageCompiler.jl#53

Do you have some examples of the header files you created manually for this? Might help me to get started.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants