Closed GoogleCodeExporter closed 9 years ago
One thing I forgot to mention: I would like to add that the required CRT lib
does exist on my system, but in the 10.6 SDK dir, wheras I suspect freetype's
makefile is looking in the 105 SDK directory.
Original comment by a.t.sout...@gmail.com
on 10 May 2011 at 6:33
I build on Snow Leopard pretty regularly (in fact, as far as I know Angel
doesn't build on anything older anymore). Haven't seen this problem, though. My
guess would be something going awry with the FreeType configure script, which
gets run as a build stage early in the process.
Could you attach the output of the FreeType build step?
Original comment by lieseg...@gmail.com
on 10 May 2011 at 7:38
Thanks for your response. Good to hear this platform is definitely
supported. I've attached the full config.log file from freetype's build
directory (an excerpt from which I posted in the original issue report). Is
this what you need? If not, can you tell me exactly which file(s) you do
need, please, and I'll gladly send them your way.
Original comment by a.t.sout...@gmail.com
on 10 May 2011 at 8:54
[deleted comment]
Have you tried building from SVN? Does the problem persist?
Original comment by lieseg...@gmail.com
on 14 May 2011 at 1:55
It was the downloaded version.
Just tried checking out head from SVN (revision 584). Now I get completely
different errors (when building the Mac project file - ie not the iOS one)
:-
Run custom shell script "Generate Lua Wrapping"
swig error: Unrecognized option -debug-typedef
Use 'swig -help' for available options
Compile AngleLuaWrappingIntroGame.cpp
Macro "SWIG_fail_arg" requires 3 arguments, but only 1 given
(repeated 1308 times)
If there's another version you'd like me to try from SVN, please let me know
Original comment by a.t.sout...@gmail.com
on 16 May 2011 at 6:37
What version of SWIG are you running? Is it installed from MacPorts? The
version of SWIG that comes with Snow Leopard is unfortunately very out of date.
Original comment by lieseg...@gmail.com
on 16 May 2011 at 7:28
I had the version of swig that came with Snow Leopard (tbh I've never even
heard of swig before). Via mac-ports I've now installed the latest swig,
plus swig-lua, and it all builds fine now, and the app seems to startup fine
too.
Thank you very much for your support. In terms of the original issue report
I raised, it's fixed for me now - fetching from SVN was the solution. That
doesn't address the original report though - that the downloadable version
still has a funny build problem with freetype. I guess that still stands.
Original comment by a.t.sout...@gmail.com
on 17 May 2011 at 6:36
Yup, the downloadable version doesn't build on Snow Leopard. SVN is much more
up to date, and 3.0 should be released once my real-life project slows down a
bit.
Glad you could get it working! Sorry for the hassle -- the nix-prereqs.sh is
supposed to handle installing all the prerequisites on OS X (or at least
alerting you to what you need to do) but it's not terribly obvious.
Original comment by lieseg...@gmail.com
on 17 May 2011 at 7:16
Original comment by lieseg...@gmail.com
on 17 May 2011 at 7:16
Cool - looking forward to 3.0 then! Thanks again.
Andy
Original comment by a.t.sout...@gmail.com
on 17 May 2011 at 8:07
Original issue reported on code.google.com by
a.t.sout...@gmail.com
on 10 May 2011 at 6:31