


I've tried different directories and just general messing around with stuff but I'm out of my depth as this is the first time I've worked with make files so any help is appreciated. However I still get the same error when trying to run in QTcreator. PROJECT_CFLAGS = "-I /home/noah/ode-0.16.2/include" PROJECT_LDFLAGS=-Wl,-rpath=home/noah/ode-0.16.2/ode/src/.lib I've tried adding the library to the config.make files with: PROJECT_EXTERNAL_SOURCE_PATHS = /home/noah/ode-0.16.2/ode/src/.libs However on compile I get: error: undefined reference to 'dInitODE2'Īnd the same error for any other component of the library. I'm including ode as a header and syntax highlighting works after that so all seems fine with the library. I'm trying to make a small graphical simulation using Open dynamics engine and Open Frameworks for my University course and I'm having trouble adding an external library to my make/config.make file and my lecturer couldn't figure it out so here it goes.
