Join Slack
Powered by
I seem to be having trouble generating the headers...
# kotlin-native
c
colintheshots
12/09/2017, 11:43 PM
I seem to be having trouble generating the headers. "fatal error: 'helperlib/helperlib.h' file not found"
o
olonho
12/10/2017, 10:01 AM
generating headers is similar to running C compiler, it need to be able to find place where helperlib.h is,
-compilerOpts -Idir_where_it_is
may help
3
Views
Open in Slack
Previous
Next