Hello, On Fri, Dec 7, 2012 at 10:39 AM, Shakir Abdul-Ahad <[email protected]> wrote: > I'm trying to get E17 to build on SnowLeopard, following the > instructions at http://trac.enlightenment.org/e/wiki/MACOSX When > compiling trunk/e I get: > > > CC enlightenment_start-e_start_main.o > e_start_main.c: In function 'main': > e_start_main.c:397: error: 'PTRACE_TRACEME' undeclared (first use in > this function) > e_start_main.c:397: error: (Each undeclared identifier is reported only once > e_start_main.c:397: error: for each function it appears in.) > e_start_main.c:397: warning: passing argument 4 of 'ptrace' makes > integer from pointer without a cast > e_start_main.c:409: error: 'PTRACE_ATTACH' undeclared (first use in this > function) > e_start_main.c:409: warning: passing argument 4 of 'ptrace' makes > integer from pointer without a cast > e_start_main.c:414: error: 'PTRACE_CONT' undeclared (first use in this > function) > e_start_main.c:414: warning: passing argument 4 of 'ptrace' makes > integer from pointer without a cast > e_start_main.c:430: error: 'PTRACE_GETSIGINFO' undeclared (first use in > this function) > e_start_main.c:430: warning: passing argument 4 of 'ptrace' makes > integer from pointer without a cast > e_start_main.c:446: error: 'PTRACE_DETACH' undeclared (first use in this > function)
There was only one left over that is now fixed in svn head all the other where already fixed. > I know this was mentioned back in November, but was this ever fixed? > I've run e17 on OSX Lion, so I know it works. Can you please provide me > with either a patch for e_start_main.c or recommend a build that will > run on SnowLeopard? Reading the Wiki, I am wondering why we have this in it : svn co http://svn.enlightenment.org/svn/e -r 79204 We are currently at svn r80400 or something. r79204 is an almost one month old commit. I think you really want to remove that comment, but I don't know much about Mac OS X, maybe something was borken later and we weren't told (bad). So if someone could explain this line, it would be nice. If nobody does, I will remove that from the wiki before the end of the weekend. -- Cedric BAIL ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
