Advertisement
Guest User

CompileErrors

a guest
Oct 2nd, 2022
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 4.82 KB | None | 0 0
  1. In file included from /Users/tom/Desktop/ProffieOS/ProffieOS.ino:564:
  2. /Users/tom/Desktop/ProffieOS/config/PachProffieHeart.h:123:1: error: expected '}' before '{' token
  3.   123 | { "Ben;common",  "Ben/tracks/track1.wav",
  4.       | ^
  5. In file included from /Users/tom/Desktop/ProffieOS/ProffieOS.ino:564:
  6. /Users/tom/Desktop/ProffieOS/config/PachProffieHeart.h:46:20: note: to match this '{'
  7.    46 | Preset presets[] = {
  8.       |                    ^
  9. In file included from /Users/tom/Desktop/ProffieOS/ProffieOS.ino:564:
  10. /Users/tom/Desktop/ProffieOS/config/PachProffieHeart.h:123:1: error: expected ',' or ';' before '{' token
  11.   123 | { "Ben;common",  "Ben/tracks/track1.wav",
  12.       | ^
  13. In file included from /Users/tom/Desktop/ProffieOS/ProffieOS.ino:564:
  14. /Users/tom/Desktop/ProffieOS/config/PachProffieHeart.h:195:1: error: expected unqualified-id before '{' token
  15.   195 | { "FallenBlue;common",  "FallenBlue/tracks/track1.wav",
  16.       | ^
  17. In file included from /Users/tom/Desktop/ProffieOS/ProffieOS.ino:564:
  18. /Users/tom/Desktop/ProffieOS/config/PachProffieHeart.h:270:1: error: expected unqualified-id before '{' token
  19.   270 | { "FallenCyan;common",  "FallenCyan/tracks/track2.wav",
  20.       | ^
  21. In file included from /Users/tom/Desktop/ProffieOS/ProffieOS.ino:564:
  22. /Users/tom/Desktop/ProffieOS/config/PachProffieHeart.h:347:1: error: expected unqualified-id before '{' token
  23.   347 | { "FallenGreen;common",  "FallenGreen/tracks/track3.wav",
  24.       | ^
  25. In file included from /Users/tom/Desktop/ProffieOS/ProffieOS.ino:564:
  26. /Users/tom/Desktop/ProffieOS/config/PachProffieHeart.h:424:1: error: expected unqualified-id before '{' token
  27.   424 | { "FallenIndigo;common",  "FallenIndigo/tracks/track4.wav",
  28.       | ^
  29. In file included from /Users/tom/Desktop/ProffieOS/ProffieOS.ino:564:
  30. /Users/tom/Desktop/ProffieOS/config/PachProffieHeart.h:501:1: error: expected unqualified-id before '{' token
  31.   501 | { "FallenMagenta;common",  "FallenMagenta/tracks/track5.wav",
  32.       | ^
  33. In file included from /Users/tom/Desktop/ProffieOS/ProffieOS.ino:564:
  34. /Users/tom/Desktop/ProffieOS/config/PachProffieHeart.h:578:1: error: expected unqualified-id before '{' token
  35.   578 | { "FallenOrange;common",  "FallenOrange/tracks/track6.wav",
  36.       | ^
  37. In file included from /Users/tom/Desktop/ProffieOS/ProffieOS.ino:564:
  38. /Users/tom/Desktop/ProffieOS/config/PachProffieHeart.h:655:1: error: expected unqualified-id before '{' token
  39.   655 | { "FallenPurple;common",  "font8/tracks/track7.wav",
  40.       | ^
  41. In file included from /Users/tom/Desktop/ProffieOS/ProffieOS.ino:564:
  42. /Users/tom/Desktop/ProffieOS/config/PachProffieHeart.h:732:1: error: expected unqualified-id before '{' token
  43.   732 | { "FallenRed;common",  "FallenRed/tracks/track8.wav",
  44.       | ^
  45. In file included from /Users/tom/Desktop/ProffieOS/ProffieOS.ino:564:
  46. /Users/tom/Desktop/ProffieOS/config/PachProffieHeart.h:809:1: error: expected unqualified-id before '{' token
  47.   809 | { "FallenYellow;common",  "FallenYellow/tracks/track.wav",
  48.       | ^
  49. In file included from /Users/tom/Desktop/ProffieOS/ProffieOS.ino:564:
  50. /Users/tom/Desktop/ProffieOS/config/PachProffieHeart.h:886:1: error: expected unqualified-id before '{' token
  51.   886 | { "ObiWanKenobi;common",  "ObiWanKenobi/tracks/BattleOfHeros.wav",
  52.       | ^
  53. In file included from /Users/tom/Desktop/ProffieOS/ProffieOS.ino:564:
  54. /Users/tom/Desktop/ProffieOS/config/PachProffieHeart.h:958:1: error: expected unqualified-id before '{' token
  55.   958 | { "KenobiCW;common",  "KenobiCW/tracks/track1.wav",
  56.       | ^
  57. In file included from /Users/tom/Desktop/ProffieOS/ProffieOS.ino:564:
  58. /Users/tom/Desktop/ProffieOS/config/PachProffieHeart.h:1031:1: error: expected unqualified-id before '{' token
  59.  1031 | { "GhostSucker;common",  "GhostSucker/tracks/ReyParkerJr.wav",
  60.       | ^
  61. In file included from /Users/tom/Desktop/ProffieOS/ProffieOS.ino:564:
  62. /Users/tom/Desktop/ProffieOS/config/PachProffieHeart.h:1109:1: error: expected declaration before '}' token
  63.  1109 | };
  64.       | ^
  65. /Users/tom/Desktop/ProffieOS/config/PachProffieHeart.h:1114:83: error: no matching function for call to 'SimpleBladePtr<CH1LED, CH2LED, NoLED, bladePowerPin5, bladePowerPin6, -1, -1>()'
  66.  1114 |     SimpleBladePtr<CH1LED, CH2LED, NoLED, bladePowerPin5, bladePowerPin6, -1, -1>()
  67.       |                                                                                   ^
  68. In file included from /Users/tom/Desktop/ProffieOS/ProffieOS.ino:532:
  69. /Users/tom/Desktop/ProffieOS/blades/simple_blade.h:269:18: note: candidate: 'template<class LED1, class LED2, class LED3, class LED4, int pin1, int pin2, int pin3, int pin4> BladeBase* SimpleBladePtr()'
  70.   269 | class BladeBase *SimpleBladePtr() {
  71.       |                  ^~~~~~~~~~~~~~
  72. /Users/tom/Desktop/ProffieOS/blades/simple_blade.h:269:18: note:   template argument deduction/substitution failed:
  73.  
  74. exit status 1
  75.  
  76. Compilation error: expected '}' before '{' token
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement