Magic Lantern Forum

Developing Magic Lantern => General Development => Topic started by: gerk.raisen on February 01, 2013, 07:03:29 PM

Title: ptp-ml compile error [ce2d748]
Post by: gerk.raisen on February 01, 2013, 07:03:29 PM
Hello,

compiling with ptp-ml activated as usual, I receive this error:

[ CC       ]   ptp-ml.o
../../src/ptp-ml.c: In function 'menu_data_fill':
../../src/ptp-ml.c:56:22: error: 'struct menu_entry' has no member named 'id'
make[1]: *** [ptp-ml.o] Error 1


CONFIG_PTP          =      y
CONFIG_PTP_CHDK     = n
CONFIG_PTP_ML       = y
Title: Re: ptp-ml compile error [ce2d748]
Post by: a1ex on February 01, 2013, 07:07:24 PM
That module will have to be reworked because of recent menu changes. I can't help with that yet because I don't use a smartphone.
Title: Re: ptp-ml compile error [ce2d748]
Post by: g3gg0 on February 01, 2013, 08:03:35 PM
should at least compile again
Title: Re: ptp-ml compile error [ce2d748]
Post by: Pelican on February 02, 2013, 07:43:38 PM
The code in the main repo is not consistent (I noticed yesterday, and today).
I can't compile the 7D code, I've got the same error message.
Title: Re: ptp-ml compile error [ce2d748]
Post by: g3gg0 on February 02, 2013, 10:34:11 PM
uhm for me it is working fine.
are you sure you have resynchronized all files?
Title: Re: ptp-ml compile error [ce2d748]
Post by: g3gg0 on February 02, 2013, 11:09:39 PM
ah i see. you had a different compile error that was introduced today.
fixed.
Title: Re: ptp-ml compile error [ce2d748]
Post by: gerk.raisen on February 03, 2013, 03:07:41 AM
Thank you.
Compile is now ok.