Chameleon

Issue 279: Chameleon compile issue with Xcode 4.4.1

Reported by King Fright, Aug 12, 2012

System and xcode are newly installed, now I compile the chameleon 
with below errors, sorry that I not familiar with unix code, am I 
missing something?

kingoffright: trunk gavinfung$ make pkg
        [MKDIR] /Users/gavinfung/trunk/sym
        [MKDIR] /Users/gavinfung/trunk/obj
        [MAKE] config
        [MKDIR] /Users/gavinfung/trunk/obj/i386/config
        [MKDIR] /Users/gavinfung/trunk/sym/i386
        [CC32] cconfig.c
make[1]: md: No such file or directory
make[1]: *** [/Users/gavinfung/trunk/obj/i386/config/cconfig.o32] 
Error 1
make: *** [/Users/gavinfung/trunk/.config] Error 2

Comment 1 by Cosmosis Jones, Aug 13, 2012

md doesn't exist on the newer xcodes

Comment 2 by bltz, Aug 14, 2012

Attached is a patch which substitutes some simpler commands in place 
of md which fixes this first issue. However it still fails on ML 
later during linking. I could not fix that. Any ideas?

Comment 3 by ErmaC , Aug 14, 2012

Thx bltz!
I merge it on my brach.

Fabio

Comment 4 by King Fright, Aug 15, 2012

will this fix apply to the coming chameleon version?

Comment 5 by bltz, Aug 16, 2012

Don't know but this is not a complete fix for the problem yet. See 
also http://forge.voodooprojects.org/p/chameleon/source/commit/2043/ 
which tries to fix the same build issue in a different way. Maybe 
they could be merged if no fix for the linker error is found.

Comment 6 by Cosmosis Jones, Oct 27, 2012

rev2090
Status: Fixed

Created: 11 years 7 months ago by King Fright

Updated: 11 years 4 months ago

Status: Fixed

Followed by: 3 persons

Labels:
Priority:Medium
Type:Defect