Cannot build the newest PokittoLib with CodeBlocks (Wins Pokitto Simulator)

A lot of this kind of errors. Probably the wrong compiler version.
…\Pokitto\Pokitto_settings.h|147|error: ‘POK_PERSISTENCE’ declared as an ‘inline’ variable|

@dwidel and @lucentbeam recently encountered the same problem:

1 Like

Its due to c++17

@Hanski @dwidel and @lucentbeam

PokittoLib patched and works out of the box with latest Code::Blocks 20.03

Steps:

  1. get latest pokittolib from https://github.com/pokitto/PokittoLib
  2. get Examples from https://github.com/pokitto/Examples
  3. add Examples directory in same folder as Pokittolib
  4. get codeblocks-20.03mingw-setup.exe from http://www.codeblocks.org/downloads/26
  5. install CodeBlocks, run it
  6. open Pokitto_sim.cbp from \PokittoLib\Pokitto\POKITTO_SIM
5 Likes

I probably didn’t follow the instructions correctly, but I had to put the examples folder at the same level as PokittoLib for it to open the hello world main.cpp.

1 Like

I am sorry, I forgot to fix it here. Yes, Examples needs to be on the same folder. It is written in both readme of PokittoLib and readme of Examples