![]() |
|
Initial Android port committed to subversion |
GullRaDriel
Member #3,861
September 2003
![]() |
Good Job Thomas ! I'll test all that on my Galaxy S2 phone :-) Edit: could you repost the link where we should have given some money ? I was wanting to but I couldn't remember doing so. "Code is like shit - it only smells if it is not yours" |
Thomas Fjellstrom
Member #476
June 2000
![]() |
GullRaDriel said: Good Job Thomas ! I'll test all that on my Galaxy S2 phone :-) Thank you! And Thank you again! Quote: Edit: could you repost the link where we should have given some money ? I was wanting to but I couldn't remember doing so. If you feel the need, you can donate to me, or to Allegro. -- |
GullRaDriel
Member #3,861
September 2003
![]() |
I donated to both, because I was in a donation mode. Don't think you'll extract money from me that easily next time ;-) "Code is like shit - it only smells if it is not yours" |
William Labbett
Member #4,486
March 2004
![]() |
Suprisingly little action on this thread CMAKE_RC_COMPILER-NOTFOUND Anyone know why CMake can't find the RC compiler ? I've never had this problem with CMake but I've been using the allegro binaries for a long time. /* EDIT */ I set it to windres.exe but it doesn't compile. The error is a syntax error in the .rc file, so I guess the file was not written for windres.
|
Thomas Fjellstrom
Member #476
June 2000
![]() |
Yeah, you need to follow the README_Android.txt instructions. You need to pass in -DWANT_ANDROID to cmake directly or it confuses cmake. Also good to pass in the path to the standalone toolchain you previously created with the tool from the ndk[1]. References
-- |
William Labbett
Member #4,486
March 2004
![]() |
Cheers. Would that make a difference when compiling zlib though ?
|
Thomas Fjellstrom
Member #476
June 2000
![]() |
Is that happening while compiling zlib? Also why are you compiling zlib? I'm sure there's binaries for it on mingw's site some place. But, I think that might mean you're missing windres, or its just not in your path (if you use an IDE, mingw may not be in your path, or the extra windows tools may not, or both). -- |
William Labbett
Member #4,486
March 2004
![]() |
Thomas Fjellstrom said: I'm sure there's binaries for it on mingw's site some place. Yup. I found those so I'm using them. <william labbett strikes again>I hadn't set my MINGDIR variable.
|
|
|