Bin-Lib folders empty

Discussion about everything. New games, 3d math, development tips...
Post Reply
Divyesh
Posts: 2
Joined: Tue Aug 22, 2017 4:10 pm

Bin-Lib folders empty

Post by Divyesh »

Guys i thought that my question didn't fall into any of the topics given so i decided to post it here in off topics. Sorry if i did wrong.

Recently i downloaded irrlicht 1.8.4 for my windows pc. I have code blocks 16.04 installed with TDM-GCC-32 with it. Now the problem is that the folder win32-gcc in both lib and bin folder is empty now how am i supposed to find them and link my compiler with libraries and binary files of irrlicht? I googled my problem but result was no good. Pls help me with this
CuteAlien
Admin
Posts: 9628
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Bin-Lib folders empty

Post by CuteAlien »

Open the code::blocks project file and compile it. Best is probably to use examples/BuildAllExamples.workspace which is a codeblocks workspace which compiles everything - engine as well as all examples. Then you can test easily.
You can also compile only Irrlicht.dll using the source/Irrlicht/Irrlicht-gcc.cbp project file.

We do no longer deliver binary libraries for c::b as there had been too many troubles with different gcc/mingw versions so nearly everyone ended up having to re-compile anway.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Divyesh
Posts: 2
Joined: Tue Aug 22, 2017 4:10 pm

Re: Bin-Lib folders empty

Post by Divyesh »

Thank you so very much for your answer CuteAlien.
Post Reply