Problem compiling patches


#1

Hello!
I re-installed Mountain Lion a while ago and downloaded axoloti 1.0.6.
Now I get these kind of messages for all my tries to compile a patch:

'struct PExModulationTarget_t' has no member named 'parameterIndex'
PExModulationSources[i][j].parameterIndex = -1;

Can't seem to find a definition of a struct of the type PExModulationTarget_t wither for that matter, what's going on here?

My runtime stuff is set up in the following ways:



#2

the definition will be in the xpatch.cpp file in the build directory...

is this just one particular patch? does it do it with the demo patches?

usually these issues are related to subpatches... that have had parameters changed, usually this is solved by restarting axoloti, and opening up the sub patch and saving it again. (though, usually the error is a bit different from this)

if its your own patch only, then can you post it here (on PM me it)


#3

It's any patch, including demos


#4

hmmm, odd...
ok - PExModulationTarget_t is defined in firmware/parameters.h
(which is inside your Axoloti.app)


#5

It's definitely there! o_O

How bizarre!


#6

Im downloading 106 now, and going to install it... but to be frank, Id be amazed if I get an issue :wink:

is this a fresh install...

if not try moving your axoloti home directory out of the way temporary (~/Document/axoloti) and the start axoloti.

my current wondering is... if its something wrong with the precompiled header, which lives in ~/Documents/axoloti/build


#7

Yes you were right, I renamed the Documents/axoloti folder and rebooted axoloti. builds great! o_O