Author Topic: ptp-ml compile error [ce2d748]  (Read 3929 times)

gerk.raisen

  • Member
  • ***
  • Posts: 161
ptp-ml compile error [ce2d748]
« 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

a1ex

  • Administrator
  • Hero Member
  • *****
  • Posts: 12564
Re: ptp-ml compile error [ce2d748]
« Reply #1 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.

g3gg0

  • Developer
  • Hero Member
  • *****
  • Posts: 3190
Re: ptp-ml compile error [ce2d748]
« Reply #2 on: February 01, 2013, 08:03:35 PM »
should at least compile again
Help us with datasheets - Help us with register dumps
magic lantern: 1Magic9991E1eWbGvrsx186GovYCXFbppY, server expenses: paypal@g3gg0.de
ONLY donate for things we have done, not for things you expect!

Pelican

  • Contributor
  • Senior
  • *****
  • Posts: 408
Re: ptp-ml compile error [ce2d748]
« Reply #3 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.
EOS 7D Mark II, EOS 7D, EOS 5, EOS 100 + lenses (10mm to 300mm), 600EX, 550EX, YN600EX x 3
EOScard, EOS DSLR firmwares, ARMu, NiControl, etc.: http://pel.hu/down

g3gg0

  • Developer
  • Hero Member
  • *****
  • Posts: 3190
Re: ptp-ml compile error [ce2d748]
« Reply #4 on: February 02, 2013, 10:34:11 PM »
uhm for me it is working fine.
are you sure you have resynchronized all files?
Help us with datasheets - Help us with register dumps
magic lantern: 1Magic9991E1eWbGvrsx186GovYCXFbppY, server expenses: paypal@g3gg0.de
ONLY donate for things we have done, not for things you expect!

g3gg0

  • Developer
  • Hero Member
  • *****
  • Posts: 3190
Re: ptp-ml compile error [ce2d748]
« Reply #5 on: February 02, 2013, 11:09:39 PM »
ah i see. you had a different compile error that was introduced today.
fixed.
Help us with datasheets - Help us with register dumps
magic lantern: 1Magic9991E1eWbGvrsx186GovYCXFbppY, server expenses: paypal@g3gg0.de
ONLY donate for things we have done, not for things you expect!

gerk.raisen

  • Member
  • ***
  • Posts: 161
Re: ptp-ml compile error [ce2d748]
« Reply #6 on: February 03, 2013, 03:07:41 AM »
Thank you.
Compile is now ok.