Compiling JUCE with Dev-C++ how???

Discussion about: tracktion.com
RELATED
PRODUCTS

Post

OK. Im down to 4 linker errors, just from needing to setup proper lib stuff when compiling JUCE... the hunt for these bastards will be fun.

It was much easier to just remove the stuff that complained :) Actually fixing it is a pain in the ass... Once I can nail these last few, Ill have a "start to finish" post for ya.

Post

Ah ok 1.4 is up.... lesse how this works..

Post

ach. 1.4 is more f**ked up than 1.3 for dev-C++

You got your stuff setup really non-default jules :)

Post

Searching for libraries needing to be linked now....

Post

Ok, must add -lopengl32 to linker parameters I think Let's see if it breaks... Seems jules is using visual foxpro libraries, which us lowly dev-c++ users dont really have access to.

Yep. It broke. It wants libmsvfw32.a like no tommorow. And I cant find the .def anywhere...


Ok. Apparently the newer bleeding edge dev-C++ has it. Lesson to all to never use the stable releases.

Post

OK. IN your project (win32 demo), must add -lmsvfw32 to linker parameters.

More to come...

Post

OK. so far we have in linker params -ljuce -lwinmm -lmsvfw32

2-3 more to go then we'll have a working app right out of the box.

Post

We have liftoff! it compiles, and it runs.

Will post directions in another thread.

Post Reply

Return to “Tracktion”