On 21/04/2011, at 2:09 PM, Erick Tryzelaar wrote: > Hello, > > > > I think the problem is stemming from the code generator, judytables. > Since I can't run judytables on the iphone, I have to compile it on my > host platform (a 64 bit machine) and have it generate code for the 32 > bit iphone. Unfortunately, I think judy is baking in some of the host > platform information into the code it generates. I believe the > culprits are:
Nope, see previous post. Run it on your Mac twice, one for 32 bit, once for 64 bit, and commit the two tables to the repo. Judy devs should do this too: running a C program in a build system to generate code which has one boolean parameter is absurd :) -- john skaller [email protected] ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ Judy-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/judy-devel
