Compiling on OSX with SQLite
-
My project is hosted on GitHub here:
http://treatz.github.io/phiction_phreak/People have told me that it might not compile on Mac, so I was hoping someone else could try it because I only work on the library computer system that runs windows. If it doesn't work and you want to put together something that does cross compile, I would love to see any contributions. SQLite databases are tricky, but I'm glad I got it working at least on windows.
-
Hi,
No worries, it builds fine on OS X.
-
Did you test to see if it loads the database?
-
It opens the database if it's in the same folder. However you don't need to open it twice, you can populate all your variables in the same function.
-
Alright, I'll fix that today. And do you think you could send me a zip file with the OSX binary? I know a lot of people who have macs but can't compile this for themselves.
Thanks
adventmagic@gmail.com -
Alright, I'll fix that today. And do you think you could send me a zip file with the OSX binary? I know a lot of people who have macs but can't compile this for themselves.
Thanks
adventmagic@gmail.com@CoreyWhite
https://www.dropbox.com/s/p582lqaiojl90vu/Phiction Phreak.app.zip
Will it work with standalone without qt libraries ? =) i don't know. Check it ! -
Could someone who actually has a Mac try this for me? I have no way to test it!
-
It won't work, it's not been properly deployed.
Also on OS X, you generally provide a dmg file not a zip of the App
-
It won't work, it's not been properly deployed.
Also on OS X, you generally provide a dmg file not a zip of the App
-
macdeployqt is the automated way. What doesn't work ?