When trying to compile Aporia under windows, using the default gcc compiler, I get the following error:
utils.nim(64, 22) Error: undeclared identifier: 'PInfoBar'
What am I doing wrong?
Hi ventor3000!
First, make sure you're using the git version of nimrod, not the 0.9 (though, if you got Aporia i'm mostly sure u're using it ) ;-)
Second, see if the other dependencies (GTK+, gtksourceview, libxml2) are installed as well.
Honestly i'm not an expert but I did not run into any problems compiling Aporia after doing the 2 things above.