Bay 12 Games Forum
Other Projects => Curses => Topic started by: DizzyFoxkit on May 15, 2013, 03:47:01 am
-
Has anyone had any luck getting LCS to compile with Code::Blocks?
-
Yep, though in the last couple versions I've had to add a couple files in src/title to get it to compile.
-
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.
-
>Open up game.cbp in code blocks
>right-click 'liberal crime squad' in the left window
>select 'add files recursively'
>select src/title
-
>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.
-
>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!