Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Compiling on Code Blocks  (Read 1263 times)

DizzyFoxkit

  • Bay Watcher
    • View Profile
Compiling on Code Blocks
« on: May 15, 2013, 03:47:01 am »

Has anyone had any luck getting LCS to compile with Code::Blocks?
Logged

ed boy

  • Bay Watcher
    • View Profile
Re: Compiling on Code Blocks
« Reply #1 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.
Logged

Ihlosi

  • Bay Watcher
    • View Profile
Re: Compiling on Code Blocks
« Reply #2 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.
Logged

ed boy

  • Bay Watcher
    • View Profile
Re: Compiling on Code Blocks
« Reply #3 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
Logged

Ihlosi

  • Bay Watcher
    • View Profile
Re: Compiling on Code Blocks
« Reply #4 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.
Logged

DizzyFoxkit

  • Bay Watcher
    • View Profile
Re: Compiling on Code Blocks
« Reply #5 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!
Logged