-
Notifications
You must be signed in to change notification settings - Fork 142
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
XXD_EXE-NOTFOUND #130
Comments
You have to install xxd. |
I guess so, but I can't find the package it belongs to. |
On Fedora 21 it's part of |
Got it. Thanks |
Another little thing. My build fails but I have no output to debug, even with the verbose mode. Does a cmake switch exist to track build error or something like that ? |
|
The only thing I have is |
Are you using the very latest (from source) version of SDL? |
Yes. Or do you mean SDL2 ? |
Those constants were added in the latest SDL2 release, so your installation is probably out of date. However they're not really in use by mkxp right now so I'll comment out for the time being. |
Ok. openSUSE Factory provides SDL2 2.0.3, which is the latest version available yet. Anyway, thanks for your help. |
A last thing. Can I use a switch to make mkxp read configuration file from /etc ? |
No, that would make little sense, as every configuration is game specific. mkxp is not a samba server :)
No, only on OSX. On Linux it will be used when built with the
I did make a really basic placeholder one (just so my WM doesn't use the default icon), it's in
Are you talking about configuration? |
Yes I am. The configuration file like the one provided as a template is configurable for each game you create with mkxp, isn't it ? |
It's not just configurable for each game, almost all games need their own configuration because they all have different requirements. I don't understand how or why this should be read from |
Because, when you install a package, you need to have a consistent and logical directories tree. In fact, I think a working directory would be the way out. I just asked if there is a way to configure a working directory. |
That's not an issue, since the directory containing the assets must be the current one, and mkxp will read mkxp.conf from the current directory when built with the |
Yes but it can"t obviously read the conf if the binary is in /usr/bin, it's not possible. |
I just explained to you why it can...
|
Euh ok my bad sorry. Well, it's not really distributable on state but it's the beginning :) |
Audio: use double for seeking
Actually, I can't build mkxp because xxd executable cannot be found by cmake. I defined XXD_EXE manually, but nothing to do, it still doesn't work. Any idea ?
Regards.
The text was updated successfully, but these errors were encountered: