K2InformaticsGmbH / erloci

Erlang Oracle native driver - DEPRECATED, see https://github.com/K2InformaticsGmbH/oranif instead
Apache License 2.0
37 stars 11 forks source link

`mkdir -p priv` only from Makefiles (all platforms) #36

Closed acautin closed 7 years ago

acautin commented 7 years ago

@c-bik after https://github.com/K2InformaticsGmbH/erloci/commit/b44c82bf5b44b98ad3e56a356134a5c3700a099b erloci is not compiled anymore on OS X, workaround for me was to remove the mkdir part and manually add the priv folder for now, did not try on linux.

c-bik commented 7 years ago

@acautin Same/Similar bug was reported by @shamis for windows too:

git clone ...
rebar compile
rebar clean
rebar compile

... didn't work

Fix was https://github.com/K2InformaticsGmbH/erloci/commit/3f12865a1829cfc4ebd1ed11d57229c40bdb7668

I think similar situation exists for Linux+OSX. I will confirm/fix for Linux and then getback to you for OSX verification.