-
Notifications
You must be signed in to change notification settings - Fork 5
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
Cannot build Reloaded #72
Comments
For the second one you need to build and install the StSoundLibrary first (it is available in the repo, do not use the official version from Leonard, it is not compatible). |
OK, building and installing StSoundLibrary and replacing by sem_delete by sem_destroy keeping only the first argument worked. I also had to add #include <libgen.h> to src/snamp/main.cpp so that dirname function was found. Thanks for your quick answer ! In case you don't know it, Travis CI offers a nice and free solution for continuous integration with GitHub: https://travis-ci.org/ You just have to put a .travis.yml in your repo to tell him how to build and it allows to check every change submitted on the repo. In the case of cpcsdk the .travis.yml may need to be a bit complex but for a simple project that I have, it looks like this (mostly listing packages to install and telling how to build): language: cpp
Concerning my trial of Reloaded, I now get a core after a windows saying: I don't know if this rings a bell (if not, don't waste time of it, I'm going to give it a deeper look). Regards, |
No, I didn't hit this one yet, maybe it is from a new version of WxWidgets. I will try to setup a Travis build, it looks like a good idea if we can get it running. |
I have set up Travis, but it can't build Reloaded because the Travis bots are on Ubuntu 12.04 with a very old version of CMake and we need a newer one. |
One possibility is to update cmake. It requires a bit of dirty stuff but some guys are doing it. Here is an example, you may want to try it: |
Yes, we will need a PPA with cmake 3.1.0 for Ubuntu 12.04, and try this. |
I tried this (with another PPA with a new version of cmake), but it is https://travis-ci.org/cpcsdk/cpctools/builds/101662567 Adrien. |
Right, the PPA I gave you is with cmake 2.8. |
Yes, this is the one I used. But for some reason, it doesn't work. |
Hello,
I tried building Reloaded but I get the following errors:
cpcsdk/cpctools/Reloaded/src/core/../misc/Semaphore.h:29:32: error: ‘sem_delete’ was not declared in this scope
and:
cpcsdk/cpctools/Reloaded/src/core/psg.h:12:22: error: Ym2149Ex.h : No such file or directory
Regards,
Colin
The text was updated successfully, but these errors were encountered: