BLKMGK
2008-10-18, 03:52
I'm getting a strange compile error
Detected 2 procs/cores, using -j2
make: Entering directory `/home/blkmgk/XBMC'
Makefile:95: *** missing separator. Stop.
make: Leaving directory `/home/blkmgk/XBMC'
Looking in Makefile I see something odd at like 95. The error during compile occurs just after the various makefiles are created.
<<<<<<< .mine
=======
CLEAN_FILES=xbmc.bin xbmc-xrandr
>>>>>>> .r15912
When I edit the Makefile to remove those lines and rerun the build script the lines reappear. I looked at patch 15912 since this seemed to point to that and it didn't look like anything there was of use. I tried reverting to a version prior to 15912 and no joy.
I am currently on rev 15924, Ubuntu 8.10. Pastebin of the compile log is here (http://pastebin.com/m4757815f) but it's not complete from the very beginning as my scrollback buffer doesn't go quite that far back. Since no one else has reported this I don't think it's common but I'm puzzled as to hwo best to fix it. Obviously the creation of the Makefile is getting dorked but I'm not sure how :eek:
Detected 2 procs/cores, using -j2
make: Entering directory `/home/blkmgk/XBMC'
Makefile:95: *** missing separator. Stop.
make: Leaving directory `/home/blkmgk/XBMC'
Looking in Makefile I see something odd at like 95. The error during compile occurs just after the various makefiles are created.
<<<<<<< .mine
=======
CLEAN_FILES=xbmc.bin xbmc-xrandr
>>>>>>> .r15912
When I edit the Makefile to remove those lines and rerun the build script the lines reappear. I looked at patch 15912 since this seemed to point to that and it didn't look like anything there was of use. I tried reverting to a version prior to 15912 and no joy.
I am currently on rev 15924, Ubuntu 8.10. Pastebin of the compile log is here (http://pastebin.com/m4757815f) but it's not complete from the very beginning as my scrollback buffer doesn't go quite that far back. Since no one else has reported this I don't think it's common but I'm puzzled as to hwo best to fix it. Obviously the creation of the Makefile is getting dorked but I'm not sure how :eek: