Author Topic: Compiling Chameleon = No GUI?  (Read 2465 times)

0 Members and 1 Guest are viewing this topic.

DigitalDJ

  • Entrant
  • Posts: 3
Compiling Chameleon = No GUI?
« on: September 30, 2009, 06:15:09 PM »
Hi,

Just wondering how to go about compiling Chameleon?

Whenever I run the makefile in OSX 10.6, the compilation is successful and the boot file is created in sym/i386, however, when I actually use this boot file, all themes seem to be disabled.

I compared my compiled version with the one provided on the site and they are vastly different.

So my question is, what's the compilation environment for Chameleon? How do I get it compiling like the release on the site?

Also, had this problem when I was trying to compile RC2, but it seems to happen in RC3 too.

Cheers.

Kabyl

  • VoodooLabs
  • Posts: 158
Re: Compiling Chameleon = No GUI?
« Reply #1 on: September 30, 2009, 06:35:58 PM »
Code: [Select]
make embedtheme

DigitalDJ

  • Entrant
  • Posts: 3
Re: Compiling Chameleon = No GUI?
« Reply #2 on: September 30, 2009, 06:46:37 PM »
Code: [Select]
make embedtheme

Thanks. I really should have taken a look at that makefile. I feel dumb now :(