-
Notifications
You must be signed in to change notification settings - Fork 8
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
files-app does not compile on OSX #30
Comments
Maybe it can be added a wrapper with ifdef to use getmntinfo[1] instead on OS X? |
Sure, the linux only feature should be at least isolated using |
I'm trying to wrap the mount helper to work both on Linux and OSX, the app is compiling, but when I try to run it I receive the following error: main.qml:23 module "org.nemomobile.folderlistmodel" is not installed Any idea how can I solve it? I already tried to add the folderlistmodel path to the QML2_IMPORT_PATH env var, but it didn't help. |
I have the same problem. Actually I've never been able to run files-app, neither on linux nor osx. On OSX, I get the following:
Might be the same error on linux (can't remember, can check tomorrow). I think I've seen another bug report about the folderlist module missing. Also, note that in the error above I have run papyros-files from the build dir. When installing with
from which I tried to fix using:
but then I get:
|
@nbigaouette I can't help you much because i never worked with OS X but on linux i would delete everything installed in /usr/local listed in
@DanielFranca i think the same would work for you. Specially because in current master |
After update my master with the current master, I could figure out how to solve this specific problem. Because the path for taglib includes/libs was wrong/missing in those files, so the folderlistmodel was not being compiled. After that it was compiled, but then I got some errors trying to run files-app, errors saying that it was not finding the QtQuick libraries to load: dyld: Library not loaded: @rpath/QtQuick.framework/Versions/5/QtQuick To fix that I copied the libraries to the executable path, following the dir structure, like: But now I receive the error: This application failed to start because it could not find or load the Qt platform plugin "cocoa". Tried to copy the cocoa lib to the structure: ./plugins/platforms/libqcocoa.dylib No success, for now I'm done, if anyone has any other idea to make it work let me know |
There seems to be a mount helper included in files-app but this is not supported under OSX.
Trying to compile it I get the following error:
I simply deleted everything related to mtab for files-app to compile:
The text was updated successfully, but these errors were encountered: