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

Generate platform headers #10

Closed
youboox opened this issue Jul 3, 2013 · 2 comments
Closed

Generate platform headers #10

youboox opened this issue Jul 3, 2013 · 2 comments

Comments

@youboox
Copy link

youboox commented Jul 3, 2013

Hi,

In the latest version of readium i noticed the headers are no longer included, for example this directory no longer exists :

readium-sdk/Platform/Apple/include

I tried to run the MakeHeaders.sh script but it fails :

./MakeHeaders.sh Apple
./MakeHeaders.sh:27: no matches found: ePub3/ThirdParty/utf8-cpp/include/*
./MakeHeaders.sh:28: no matches found: ePub3/ThirdParty/google-url/base/*.h
./MakeHeaders.sh:29: no matches found: ePub3/ThirdParty/libzip/*.h
./MakeHeaders.sh:30: no matches found: ePub3/xml/**/*.h
./MakeHeaders.sh:31: no matches found: ePub3/utilities/*.h
./MakeHeaders.sh:32: no matches found: ePub3/*.h

Can you help ?

Thanks,
Vincent

@AlanQuatermain
Copy link
Member

A quick guess would be that it's expecting to be run in ZSH, because that's what I use and it seems to be working. The script should run automatically as part of the Xcode build process on OS X though, with the proper shell.

@youboox
Copy link
Author

youboox commented Jul 8, 2013

Yes indeed ! Thanks, it works now

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

No branches or pull requests

2 participants