Bay 12 Games Forum

Other Projects => Curses => Topic started by: DizzyFoxkit on May 15, 2013, 03:47:01 am

Title: Compiling on Code Blocks
Post by: DizzyFoxkit on May 15, 2013, 03:47:01 am
Has anyone had any luck getting LCS to compile with Code::Blocks?
Title: Re: Compiling on Code Blocks
Post by: ed boy on May 15, 2013, 11:48:30 am
Yep, though in the last couple versions I've had to add a couple files in src/title to get it to compile.
Title: Re: Compiling on Code Blocks
Post by: Ihlosi on May 18, 2013, 03:02:22 pm
Yep, though in the last couple versions I've had to add a couple files in src/title to get it to compile.

Could you give some details on that? I'm trying to work with Code::Blocks, too.
Title: Re: Compiling on Code Blocks
Post by: ed boy on May 19, 2013, 05:44:47 am
>Open up game.cbp in code blocks
>right-click 'liberal crime squad' in the left window
>select 'add files recursively'
>select src/title
Title: Re: Compiling on Code Blocks
Post by: Ihlosi on May 19, 2013, 05:50:26 am
>Open up game.cbp in code blocks
>right-click 'liberal crime squad' in the left window
>select 'add files recursively'
>select src/title

Thanks. I found out that locations.cpp was missing in src/title. After adding it, the project compiles.
Title: Re: Compiling on Code Blocks
Post by: DizzyFoxkit on May 20, 2013, 07:18:11 pm
>Open up game.cbp in code blocks
>right-click 'liberal crime squad' in the left window
>select 'add files recursively'
>select src/title

This has  made my day ^^ thanks!