joni_999

Untitled

May 11th, 2025
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 184.93 KB | None | 0 0
  1. (base) [joni@linuxjoni04 vpinball]$ cmake -DCMAKE_BUILD_TYPE=Release -B build
  2. -- The C compiler identification is GNU 15.1.1
  3. -- The CXX compiler identification is GNU 15.1.1
  4. -- Detecting C compiler ABI info
  5. -- Detecting C compiler ABI info - done
  6. -- Check for working C compiler: /usr/bin/cc - skipped
  7. -- Detecting C compile features
  8. -- Detecting C compile features - done
  9. -- Detecting CXX compiler ABI info
  10. -- Detecting CXX compiler ABI info - done
  11. -- Check for working CXX compiler: /usr/bin/c++ - skipped
  12. -- Detecting CXX compile features
  13. -- Detecting CXX compile features - done
  14. -- Found BISON: /usr/bin/bison (found suitable version "3.8.2", minimum required is "3.7.5")
  15. -- Configuring done (0.2s)
  16. -- Generating done (0.0s)
  17. -- Build files have been written to: /home/joni/git/vpinball/build
  18. (base) [joni@linuxjoni04 vpinball]$ cmake --build build -- -j$(nproc)
  19. [ 0%] Building CXX object CMakeFiles/AlphaDMDPlugin.dir/plugins/alphadmd/alphadmd.cpp.o
  20. [ 0%] Building CXX object CMakeFiles/B2SPlugin.dir/plugins/b2s/B2SRenderer.cpp.o
  21. [ 1%] Building CXX object CMakeFiles/B2SPlugin.dir/third-party/include/tinyxml2/tinyxml2.cpp.o
  22. [ 1%] Building CXX object CMakeFiles/RemoteControlPlugin.dir/plugins/remote-control/RemoteControl.cpp.o
  23. [ 1%] Building CXX object CMakeFiles/B2SPlugin.dir/plugins/b2s/B2SDataModel.cpp.o
  24. [ 2%] Building CXX object CMakeFiles/B2SPlugin.dir/plugins/b2s/B2SPlugin.cpp.o
  25. [ 2%] Building CXX object CMakeFiles/B2SPlugin.dir/plugins/b2s/common.cpp.o
  26. [ 3%] Building CXX object CMakeFiles/HelloScriptPlugin.dir/plugins/helloscript/helloscript.cpp.o
  27. [ 3%] Building CXX object CMakeFiles/B2SPlugin.dir/plugins/b2s/B2SServer.cpp.o
  28. [ 3%] Building CXX object CMakeFiles/SerumPlugin.dir/plugins/serum/common.cpp.o
  29. [ 3%] Building CXX object CMakeFiles/PinMamePlugin.dir/plugins/pinmame/common.cpp.o
  30. [ 3%] Building CXX object CMakeFiles/PUPPlugin.dir/plugins/pup/PUPPlugin.cpp.o
  31. [ 4%] Building CXX object CMakeFiles/PinMamePlugin.dir/plugins/pinmame/PinMamePlugin.cpp.o
  32. [ 4%] Building CXX object CMakeFiles/PUPPlugin.dir/plugins/pup/common.cpp.o
  33. [ 4%] Building CXX object CMakeFiles/HelloWorldPlugin.dir/plugins/helloworld/helloworld.cpp.o
  34. [ 5%] Building CXX object CMakeFiles/PUPPlugin.dir/plugins/pup/PUPLabel.cpp.o
  35. [ 5%] Building CXX object CMakeFiles/FlexDMDPlugin.dir/plugins/flexdmd/common.cpp.o
  36. [ 5%] Building CXX object CMakeFiles/PinMamePlugin.dir/plugins/pinmame/ControllerSettings.cpp.o
  37. [ 5%] Building CXX object CMakeFiles/PinMamePlugin.dir/plugins/pinmame/Controller.cpp.o
  38. [ 5%] Building CXX object CMakeFiles/SerumPlugin.dir/plugins/serum/serum.cpp.o
  39. [ 5%] Building CXX object CMakeFiles/FlexDMDPlugin.dir/plugins/flexdmd/FlexDMD.cpp.o
  40. [ 5%] Building CXX object CMakeFiles/DMDUtilPlugin.dir/plugins/dmdutil/dmdutil.cpp.o
  41. [ 5%] Building CXX object CMakeFiles/PUPPlugin.dir/plugins/pup/PUPCustomPos.cpp.o
  42. [ 5%] Building CXX object CMakeFiles/vpinball.dir/src/parts/dragpoint.cpp.o
  43. [ 5%] Linking CXX shared module plugin-helloscript.so
  44. [ 6%] Linking CXX shared module plugin-helloworld.so
  45. [ 6%] Built target HelloScriptPlugin
  46. [ 6%] Building CXX object CMakeFiles/PinMamePlugin.dir/plugins/pinmame/Game.cpp.o
  47. [ 6%] Built target HelloWorldPlugin
  48. [ 7%] Building CXX object CMakeFiles/PinMamePlugin.dir/plugins/pinmame/Games.cpp.o
  49. [ 7%] Building CXX object CMakeFiles/PinMamePlugin.dir/plugins/pinmame/GameSettings.cpp.o
  50. [ 7%] Building CXX object CMakeFiles/PinMamePlugin.dir/plugins/pinmame/Rom.cpp.o
  51. [ 8%] Building CXX object CMakeFiles/PinMamePlugin.dir/plugins/pinmame/Roms.cpp.o
  52. [ 8%] Building CXX object CMakeFiles/PinMamePlugin.dir/plugins/pinmame/Settings.cpp.o
  53. [ 8%] Building CXX object CMakeFiles/PUPPlugin.dir/plugins/pup/PUPManager.cpp.o
  54. [ 8%] Building CXX object CMakeFiles/PUPPlugin.dir/plugins/pup/PUPMediaManager.cpp.o
  55. [ 9%] Building CXX object CMakeFiles/PUPPlugin.dir/plugins/pup/PUPMediaPlayer.cpp.o
  56. [ 9%] Building CXX object CMakeFiles/PUPPlugin.dir/plugins/pup/PUPPinDisplay.cpp.o
  57. [ 9%] Building CXX object CMakeFiles/PUPPlugin.dir/plugins/pup/PUPPlaylist.cpp.o
  58. [ 9%] Building CXX object CMakeFiles/FlexDMDPlugin.dir/plugins/flexdmd/FlexDmdPlugin.cpp.o
  59. [ 9%] Linking CXX shared module plugin-serum.so
  60. [ 10%] Building CXX object CMakeFiles/FlexDMDPlugin.dir/plugins/flexdmd/SurfaceGraphics.cpp.o
  61. [ 10%] Building CXX object CMakeFiles/FlexDMDPlugin.dir/plugins/flexdmd/UltraDMD.cpp.o
  62. [ 10%] Built target SerumPlugin
  63. [ 11%] Linking CXX shared module plugin-dmdutil.so
  64. [ 11%] Building CXX object CMakeFiles/FlexDMDPlugin.dir/plugins/flexdmd/actors/Actor.cpp.o
  65. [ 11%] Building CXX object CMakeFiles/PUPPlugin.dir/plugins/pup/PUPScreen.cpp.o
  66. [ 12%] Linking CXX shared module plugin-remote-control.so
  67. [ 12%] Built target DMDUtilPlugin
  68. [ 13%] Building CXX object CMakeFiles/PUPPlugin.dir/plugins/pup/PUPTrigger.cpp.o
  69. [ 14%] Building CXX object CMakeFiles/FlexDMDPlugin.dir/plugins/flexdmd/actors/AnimatedActor.cpp.o
  70. [ 14%] Built target RemoteControlPlugin
  71. [ 14%] Building CXX object CMakeFiles/vpinball.dir/src/renderer/Backglass.cpp.o
  72. [ 14%] Building CXX object CMakeFiles/FlexDMDPlugin.dir/plugins/flexdmd/actors/FadeOverlay.cpp.o
  73. [ 15%] Building CXX object CMakeFiles/vpinball.dir/src/parts/pinbinary.cpp.o
  74. [ 15%] Building CXX object CMakeFiles/FlexDMDPlugin.dir/plugins/flexdmd/actors/Frame.cpp.o
  75. [ 15%] Building CXX object CMakeFiles/FlexDMDPlugin.dir/plugins/flexdmd/actors/GIFImage.cpp.o
  76. /home/joni/git/vpinball/plugins/pup/PUPPlaylist.cpp: In constructor ‘PUPPlaylist::PUPPlaylist(PUPManager*, const std::string&, const std::string&, bool, int, float, int)’:
  77. /home/joni/git/vpinball/plugins/pup/PUPPlaylist.cpp:75:9: error: ‘sort’ is not a member of ‘std’; did you mean ‘sqrt’?
  78. 75 | std::sort(m_files.begin(), m_files.end());
  79. | ^~~~
  80. | sqrt
  81. [ 16%] Building CXX object CMakeFiles/FlexDMDPlugin.dir/plugins/flexdmd/actors/Label.cpp.o
  82. [ 16%] Linking CXX shared module plugin-alphadmd.so
  83. [ 16%] Building CXX object CMakeFiles/FlexDMDPlugin.dir/plugins/flexdmd/actors/Group.cpp.o
  84. [ 16%] Building CXX object CMakeFiles/vpinball.dir/src/audio/pinsound.cpp.o
  85. [ 16%] Built target AlphaDMDPlugin
  86. [ 16%] Building CXX object CMakeFiles/FlexDMDPlugin.dir/plugins/flexdmd/actors/Image.cpp.o
  87. make[2]: *** [CMakeFiles/PUPPlugin.dir/build.make:191: CMakeFiles/PUPPlugin.dir/plugins/pup/PUPPlaylist.cpp.o] Error 1
  88. make[2]: *** Waiting for unfinished jobs....
  89. [ 16%] Building CXX object CMakeFiles/vpinball.dir/src/core/DynamicScript.cpp.o
  90. [ 17%] Building CXX object CMakeFiles/FlexDMDPlugin.dir/plugins/flexdmd/actors/ImageSequence.cpp.o
  91. [ 17%] Building CXX object CMakeFiles/vpinball.dir/src/core/editablereg.cpp.o
  92. [ 17%] Building CXX object CMakeFiles/FlexDMDPlugin.dir/plugins/flexdmd/actors/ScoreBoard.cpp.o
  93. [ 17%] Building CXX object CMakeFiles/FlexDMDPlugin.dir/plugins/flexdmd/actors/Video.cpp.o
  94. [ 17%] Linking CXX shared module plugin-pinmame.so
  95. [ 18%] Building CXX object CMakeFiles/vpinball.dir/src/core/extern.cpp.o
  96. [ 18%] Built target PinMamePlugin
  97. [ 18%] Building CXX object CMakeFiles/FlexDMDPlugin.dir/plugins/flexdmd/bmfonts/BitmapFont.cpp.o
  98. [ 19%] Building CXX object CMakeFiles/FlexDMDPlugin.dir/plugins/flexdmd/resources/AssetManager.cpp.o
  99. [ 19%] Linking CXX shared module plugin-b2s.so
  100. [ 19%] Built target B2SPlugin
  101. [ 19%] Building CXX object CMakeFiles/vpinball.dir/src/core/ieditable.cpp.o
  102. [ 19%] Building CXX object CMakeFiles/FlexDMDPlugin.dir/plugins/flexdmd/resources/AssetSrc.cpp.o
  103. [ 19%] Building CXX object CMakeFiles/FlexDMDPlugin.dir/plugins/flexdmd/resources/AdditiveFilter.cpp.o
  104. [ 20%] Building CXX object CMakeFiles/FlexDMDPlugin.dir/plugins/flexdmd/resources/Bitmap.cpp.o
  105. [ 20%] Building CXX object CMakeFiles/FlexDMDPlugin.dir/plugins/flexdmd/resources/BitmapFilter.cpp.o
  106. [ 20%] Building CXX object CMakeFiles/FlexDMDPlugin.dir/plugins/flexdmd/resources/DotFilter.cpp.o
  107. [ 20%] Building CXX object CMakeFiles/FlexDMDPlugin.dir/plugins/flexdmd/resources/Font.cpp.o
  108. [ 21%] Building CXX object CMakeFiles/FlexDMDPlugin.dir/plugins/flexdmd/resources/PadFilter.cpp.o
  109. [ 21%] Building CXX object CMakeFiles/FlexDMDPlugin.dir/plugins/flexdmd/resources/RegionFilter.cpp.o
  110. [ 21%] Building CXX object CMakeFiles/FlexDMDPlugin.dir/plugins/flexdmd/resources/VPXFile.cpp.o
  111. [ 21%] Building CXX object CMakeFiles/FlexDMDPlugin.dir/plugins/flexdmd/scenes/BackgroundScene.cpp.o
  112. [ 22%] Building CXX object CMakeFiles/FlexDMDPlugin.dir/plugins/flexdmd/scenes/Scene.cpp.o
  113. [ 22%] Building CXX object CMakeFiles/FlexDMDPlugin.dir/plugins/flexdmd/scenes/ScrollingCreditsScene.cpp.o
  114. [ 22%] Building CXX object CMakeFiles/FlexDMDPlugin.dir/plugins/flexdmd/scenes/Sequence.cpp.o
  115. [ 23%] Building CXX object CMakeFiles/FlexDMDPlugin.dir/plugins/flexdmd/scenes/SingleLineScene.cpp.o
  116. [ 23%] Building CXX object CMakeFiles/FlexDMDPlugin.dir/plugins/flexdmd/scenes/TwoLineScene.cpp.o
  117. [ 23%] Building CXX object CMakeFiles/vpinball.dir/src/core/iselect.cpp.o
  118. [ 23%] Building CXX object CMakeFiles/FlexDMDPlugin.dir/third-party/include/pole/pole.cpp.o
  119. [ 24%] Building CXX object CMakeFiles/vpinball.dir/src/core/pinundo.cpp.o
  120. [ 24%] Building CXX object CMakeFiles/vpinball.dir/src/core/main.cpp.o
  121. [ 24%] Building CXX object CMakeFiles/vpinball.dir/src/core/vpinball.cpp.o
  122. [ 24%] Building CXX object CMakeFiles/vpinball.dir/src/core/player.cpp.o
  123. [ 25%] Building CXX object CMakeFiles/vpinball.dir/src/core/ResURIResolver.cpp.o
  124. [ 25%] Building CXX object CMakeFiles/vpinball.dir/src/core/ScoreView.cpp.o
  125. [ 25%] Building CXX object CMakeFiles/vpinball.dir/src/core/Settings.cpp.o
  126. [ 26%] Building CXX object CMakeFiles/vpinball.dir/src/core/TableDB.cpp.o
  127. [ 26%] Building CXX object CMakeFiles/vpinball.dir/src/core/VPXPluginAPIImpl.cpp.o
  128. [ 26%] Building CXX object CMakeFiles/vpinball.dir/src/input/pininput.cpp.o
  129. [ 26%] Building CXX object CMakeFiles/vpinball.dir/src/input/OpenPinDevHandler.cpp.o
  130. [ 27%] Building CXX object CMakeFiles/vpinball.dir/src/math/math.cpp.o
  131. [ 27%] Building CXX object CMakeFiles/vpinball.dir/src/math/matrix.cpp.o
  132. make[1]: *** [CMakeFiles/Makefile2:213: CMakeFiles/PUPPlugin.dir/all] Error 2
  133. make[1]: *** Waiting for unfinished jobs....
  134. [ 27%] Building CXX object CMakeFiles/vpinball.dir/src/parts/ball.cpp.o
  135. [ 28%] Building CXX object CMakeFiles/vpinball.dir/src/parts/bumper.cpp.o
  136. [ 28%] Building CXX object CMakeFiles/vpinball.dir/src/parts/decal.cpp.o
  137. [ 28%] Building CXX object CMakeFiles/vpinball.dir/src/parts/dispreel.cpp.o
  138. [ 28%] Building CXX object CMakeFiles/vpinball.dir/src/parts/flasher.cpp.o
  139. [ 29%] Building CXX object CMakeFiles/vpinball.dir/src/parts/flipper.cpp.o
  140. [ 29%] Linking CXX shared module plugin-flexdmd.so
  141. [ 29%] Built target FlexDMDPlugin
  142. [ 29%] Building CXX object CMakeFiles/vpinball.dir/src/parts/gate.cpp.o
  143. [ 29%] Building CXX object CMakeFiles/vpinball.dir/src/parts/hittarget.cpp.o
  144. [ 29%] Building CXX object CMakeFiles/vpinball.dir/src/parts/kicker.cpp.o
  145. [ 30%] Building CXX object CMakeFiles/vpinball.dir/src/parts/light.cpp.o
  146. [ 30%] Building CXX object CMakeFiles/vpinball.dir/src/parts/lightseq.cpp.o
  147. [ 30%] Building CXX object CMakeFiles/vpinball.dir/src/parts/PartGroup.cpp.o
  148. [ 31%] Building CXX object CMakeFiles/vpinball.dir/src/parts/pintable.cpp.o
  149. [ 31%] Building CXX object CMakeFiles/vpinball.dir/src/parts/plunger.cpp.o
  150. [ 31%] Building CXX object CMakeFiles/vpinball.dir/src/parts/primitive.cpp.o
  151. [ 31%] Building CXX object CMakeFiles/vpinball.dir/src/parts/ramp.cpp.o
  152. [ 32%] Building CXX object CMakeFiles/vpinball.dir/src/parts/rubber.cpp.o
  153. [ 32%] Building CXX object CMakeFiles/vpinball.dir/src/parts/spinner.cpp.o
  154. [ 32%] Building CXX object CMakeFiles/vpinball.dir/src/parts/surface.cpp.o
  155. [ 33%] Building CXX object CMakeFiles/vpinball.dir/src/parts/textbox.cpp.o
  156. [ 33%] Building CXX object CMakeFiles/vpinball.dir/src/parts/timer.cpp.o
  157. [ 33%] Building CXX object CMakeFiles/vpinball.dir/src/parts/trigger.cpp.o
  158. [ 33%] Building CXX object CMakeFiles/vpinball.dir/src/physics/AsyncDynamicQuadTree.cpp.o
  159. [ 34%] Building CXX object CMakeFiles/vpinball.dir/src/physics/collide.cpp.o
  160. [ 34%] Building CXX object CMakeFiles/vpinball.dir/src/physics/collideex.cpp.o
  161. [ 34%] Building CXX object CMakeFiles/vpinball.dir/src/physics/hitball.cpp.o
  162. [ 35%] Building CXX object CMakeFiles/vpinball.dir/src/physics/hitflipper.cpp.o
  163. [ 35%] Building CXX object CMakeFiles/vpinball.dir/src/physics/hitplunger.cpp.o
  164. [ 35%] Building CXX object CMakeFiles/vpinball.dir/src/physics/kdtree.cpp.o
  165. [ 35%] Building CXX object CMakeFiles/vpinball.dir/src/physics/NudgeFilter.cpp.o
  166. [ 36%] Building CXX object CMakeFiles/vpinball.dir/src/physics/PhysicsEngine.cpp.o
  167. [ 36%] Building CXX object CMakeFiles/vpinball.dir/src/physics/quadtree.cpp.o
  168. [ 36%] Building CXX object CMakeFiles/vpinball.dir/src/plugins/MsgPluginManager.cpp.o
  169. [ 37%] Building CXX object CMakeFiles/vpinball.dir/src/renderer/Anaglyph.cpp.o
  170. [ 37%] Building CXX object CMakeFiles/vpinball.dir/src/renderer/IndexBuffer.cpp.o
  171. [ 37%] Building CXX object CMakeFiles/vpinball.dir/src/renderer/MeshBuffer.cpp.o
  172. [ 37%] Building CXX object CMakeFiles/vpinball.dir/src/renderer/Renderer.cpp.o
  173. [ 38%] Building CXX object CMakeFiles/vpinball.dir/src/renderer/RenderDevice.cpp.o
  174. [ 38%] Building CXX object CMakeFiles/vpinball.dir/src/renderer/RenderCommand.cpp.o
  175. [ 38%] Building CXX object CMakeFiles/vpinball.dir/src/renderer/RenderFrame.cpp.o
  176. [ 39%] Building CXX object CMakeFiles/vpinball.dir/src/renderer/RenderPass.cpp.o
  177. [ 39%] Building CXX object CMakeFiles/vpinball.dir/src/renderer/RenderProbe.cpp.o
  178. [ 39%] Building CXX object CMakeFiles/vpinball.dir/src/renderer/RenderState.cpp.o
  179. [ 39%] Building CXX object CMakeFiles/vpinball.dir/src/renderer/RenderTarget.cpp.o
  180. [ 40%] Building CXX object CMakeFiles/vpinball.dir/src/renderer/Sampler.cpp.o
  181. [ 40%] Building CXX object CMakeFiles/vpinball.dir/src/renderer/Shader.cpp.o
  182. [ 40%] Building CXX object CMakeFiles/vpinball.dir/src/renderer/Texture.cpp.o
  183. [ 40%] Building CXX object CMakeFiles/vpinball.dir/src/renderer/TextureManager.cpp.o
  184. [ 41%] Building CXX object CMakeFiles/vpinball.dir/src/renderer/VertexBuffer.cpp.o
  185. [ 41%] Building CXX object CMakeFiles/vpinball.dir/src/renderer/ViewSetup.cpp.o
  186. [ 41%] Building CXX object CMakeFiles/vpinball.dir/src/renderer/VRDevice.cpp.o
  187. [ 42%] Building CXX object CMakeFiles/vpinball.dir/src/renderer/Window.cpp.o
  188. [ 42%] Building CXX object CMakeFiles/vpinball.dir/src/ui/codeview.cpp.o
  189. [ 42%] Building CXX object CMakeFiles/vpinball.dir/src/ui/codeviewedit.cpp.o
  190. [ 42%] Building CXX object CMakeFiles/vpinball.dir/src/ui/LiveUI.cpp.o
  191. [ 43%] Building CXX object CMakeFiles/vpinball.dir/src/ui/hitrectsur.cpp.o
  192. [ 43%] Building CXX object CMakeFiles/vpinball.dir/src/ui/hitsur.cpp.o
  193. [ 43%] Building CXX object CMakeFiles/vpinball.dir/src/utils/bulb.cpp.o
  194. [ 44%] Building CXX object CMakeFiles/vpinball.dir/src/core/def.cpp.o
  195. /home/joni/git/vpinball/src/renderer/Texture.cpp: In constructor ‘BaseTexture::BaseTexture(unsigned int, unsigned int, Format)’:
  196. /home/joni/git/vpinball/src/renderer/Texture.cpp:31:86: warning: left shift count >= width of type [-Wshift-count-overflow]
  197. 31 | , m_liveHash(reinterpret_cast<unsigned long long>(this) ^ usec() ^ (w << 16) ^ (h << 32) ^ format)
  198. | ~~^~~~~
  199. [ 44%] Building CXX object CMakeFiles/vpinball.dir/src/utils/wintimer.cpp.o
  200. [ 44%] Building CXX object CMakeFiles/vpinball.dir/src/utils/ushock_output.cpp.o
  201. [ 44%] Building CXX object CMakeFiles/vpinball.dir/src/utils/variant.cpp.o
  202. [ 45%] Building CXX object CMakeFiles/vpinball.dir/src/utils/fileio.cpp.o
  203. [ 45%] Building CXX object CMakeFiles/vpinball.dir/src/utils/lzwreader.cpp.o
  204. [ 45%] Building CXX object CMakeFiles/vpinball.dir/src/utils/lzwwriter.cpp.o
  205. [ 46%] Building CXX object CMakeFiles/vpinball.dir/src/utils/hash.cpp.o
  206. [ 46%] Building CXX object CMakeFiles/vpinball.dir/src/utils/objloader.cpp.o
  207. [ 46%] Building CXX object CMakeFiles/vpinball.dir/src/utils/Logger.cpp.o
  208. [ 46%] Building CXX object CMakeFiles/vpinball.dir/third-party/include/hid-report-parser/hid_report_parser.cpp.o
  209. [ 47%] Building CXX object CMakeFiles/vpinball.dir/third-party/include/imgui/imgui.cpp.o
  210. [ 47%] Building CXX object CMakeFiles/vpinball.dir/third-party/include/imgui/imgui_draw.cpp.o
  211. [ 47%] Building CXX object CMakeFiles/vpinball.dir/third-party/include/imgui/imgui_impl_sdl3.cpp.o
  212. [ 48%] Building CXX object CMakeFiles/vpinball.dir/third-party/include/imgui/imgui_stdlib.cpp.o
  213. [ 48%] Building CXX object CMakeFiles/vpinball.dir/third-party/include/imgui/imgui_tables.cpp.o
  214. [ 48%] Building CXX object CMakeFiles/vpinball.dir/third-party/include/imgui/imgui_widgets.cpp.o
  215. [ 48%] Building CXX object CMakeFiles/vpinball.dir/third-party/include/imguizmo/ImGuizmo.cpp.o
  216. [ 49%] Building CXX object CMakeFiles/vpinball.dir/third-party/include/implot/implot.cpp.o
  217. [ 49%] Building CXX object CMakeFiles/vpinball.dir/third-party/include/implot/implot_items.cpp.o
  218. [ 49%] Building CXX object CMakeFiles/vpinball.dir/third-party/include/bgfx-imgui/imgui_impl_bgfx.cpp.o
  219. [ 49%] Building CXX object CMakeFiles/vpinball.dir/third-party/include/gpuprofiler.cpp.o
  220. [ 50%] Building CXX object CMakeFiles/vpinball.dir/third-party/include/progmesh.cpp.o
  221. [ 50%] Building CXX object CMakeFiles/vpinball.dir/third-party/include/tinyxml2/tinyxml2.cpp.o
  222. [ 50%] Building C object CMakeFiles/vpinball.dir/third-party/include/miniz/miniz.c.o
  223. [ 51%] Building C object CMakeFiles/vpinball.dir/standalone/vpinball_standalone_i.c.o
  224. [ 51%] Building CXX object CMakeFiles/vpinball.dir/standalone/vpinball_standalone_i_proxy.cpp.o
  225. [ 51%] Building C object CMakeFiles/vpinball.dir/standalone/inc/webserver/mongoose.c.o
  226. [ 51%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/webserver/WebServer.cpp.o
  227. [ 52%] Building CXX object CMakeFiles/vpinball.dir/third-party/include/pole/pole.cpp.o
  228. [ 52%] Building CXX object CMakeFiles/vpinball.dir/standalone/PoleStream.cpp.o
  229. [ 52%] Building CXX object CMakeFiles/vpinball.dir/standalone/PoleStorage.cpp.o
  230. [ 53%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/vpinmame/VPinMAMEController.cpp.o
  231. [ 53%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/vpinmame/VPinMAMEControllerSettings.cpp.o
  232. [ 53%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/vpinmame/VPinMAMEGame.cpp.o
  233. [ 53%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/vpinmame/VPinMAMEGames.cpp.o
  234. [ 54%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/vpinmame/VPinMAMEGameSettings.cpp.o
  235. [ 54%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/vpinmame/VPinMAMERom.cpp.o
  236. In file included from /home/joni/git/vpinball/standalone/inc/wine/include/windef.h:277,
  237. from /home/joni/git/vpinball/standalone/inc/wine/include/windows.h:38,
  238. from /home/joni/git/vpinball/src/core/main.h:25,
  239. from /home/joni/git/vpinball/src/core/stdafx.h:161,
  240. from /home/joni/git/vpinball/standalone/vpinball_standalone_i_proxy.cpp:1:
  241. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  242. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  243. | ^~~~~~~~~~~~~
  244. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:35:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  245. 35 | #define WINOLECTLAPI_(type) DECLSPEC_IMPORT STDAPI_(type)
  246. | ^~~~~~~~~~~~~~~
  247. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:195:1: note: in expansion of macro ‘WINOLECTLAPI_’
  248. 195 | WINOLECTLAPI_(HCURSOR) OleIconToCursor( HINSTANCE hinstExe, HICON hicon);
  249. | ^~~~~~~~~~~~~
  250. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  251. 448 | # define EXTERN_C extern "C"
  252. | ^~~
  253. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:459:33: note: in expansion of macro ‘EXTERN_C’
  254. 459 | #define STDAPI_(type) EXTERN_C type STDAPICALLTYPE
  255. | ^~~~~~~~
  256. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:35:45: note: in expansion of macro ‘STDAPI_’
  257. 35 | #define WINOLECTLAPI_(type) DECLSPEC_IMPORT STDAPI_(type)
  258. | ^~~~~~~
  259. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:195:1: note: in expansion of macro ‘WINOLECTLAPI_’
  260. 195 | WINOLECTLAPI_(HCURSOR) OleIconToCursor( HINSTANCE hinstExe, HICON hicon);
  261. | ^~~~~~~~~~~~~
  262. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  263. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  264. | ^~~~~~~~~~~~~
  265. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  266. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  267. | ^~~~~~~~~~~~~~~
  268. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:196:1: note: in expansion of macro ‘WINOLECTLAPI’
  269. 196 | WINOLECTLAPI OleCreatePropertyFrameIndirect( LPOCPFIPARAMS lpParams);
  270. | ^~~~~~~~~~~~
  271. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  272. 448 | # define EXTERN_C extern "C"
  273. | ^~~
  274. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  275. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  276. | ^~~~~~~~
  277. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  278. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  279. | ^~~~~~
  280. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:196:1: note: in expansion of macro ‘WINOLECTLAPI’
  281. 196 | WINOLECTLAPI OleCreatePropertyFrameIndirect( LPOCPFIPARAMS lpParams);
  282. | ^~~~~~~~~~~~
  283. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  284. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  285. | ^~~~~~~~~~~~~
  286. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  287. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  288. | ^~~~~~~~~~~~~~~
  289. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:197:1: note: in expansion of macro ‘WINOLECTLAPI’
  290. 197 | WINOLECTLAPI OleCreatePropertyFrame(
  291. | ^~~~~~~~~~~~
  292. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  293. 448 | # define EXTERN_C extern "C"
  294. | ^~~
  295. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  296. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  297. | ^~~~~~~~
  298. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  299. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  300. | ^~~~~~
  301. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:197:1: note: in expansion of macro ‘WINOLECTLAPI’
  302. 197 | WINOLECTLAPI OleCreatePropertyFrame(
  303. | ^~~~~~~~~~~~
  304. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  305. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  306. | ^~~~~~~~~~~~~
  307. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  308. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  309. | ^~~~~~~~~~~~~~~
  310. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:202:1: note: in expansion of macro ‘WINOLECTLAPI’
  311. 202 | WINOLECTLAPI OleLoadPicture( LPSTREAM lpstream, LONG lSize, BOOL fRunmode,
  312. | ^~~~~~~~~~~~
  313. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  314. 448 | # define EXTERN_C extern "C"
  315. | ^~~
  316. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  317. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  318. | ^~~~~~~~
  319. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  320. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  321. | ^~~~~~
  322. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:202:1: note: in expansion of macro ‘WINOLECTLAPI’
  323. 202 | WINOLECTLAPI OleLoadPicture( LPSTREAM lpstream, LONG lSize, BOOL fRunmode,
  324. | ^~~~~~~~~~~~
  325. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  326. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  327. | ^~~~~~~~~~~~~
  328. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  329. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  330. | ^~~~~~~~~~~~~~~
  331. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:204:1: note: in expansion of macro ‘WINOLECTLAPI’
  332. 204 | WINOLECTLAPI OleLoadPictureEx( LPSTREAM lpstream, LONG lSize, BOOL fRunMode,
  333. | ^~~~~~~~~~~~
  334. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  335. 448 | # define EXTERN_C extern "C"
  336. | ^~~
  337. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  338. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  339. | ^~~~~~~~
  340. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  341. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  342. | ^~~~~~
  343. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:204:1: note: in expansion of macro ‘WINOLECTLAPI’
  344. 204 | WINOLECTLAPI OleLoadPictureEx( LPSTREAM lpstream, LONG lSize, BOOL fRunMode,
  345. | ^~~~~~~~~~~~
  346. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  347. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  348. | ^~~~~~~~~~~~~
  349. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  350. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  351. | ^~~~~~~~~~~~~~~
  352. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:207:1: note: in expansion of macro ‘WINOLECTLAPI’
  353. 207 | WINOLECTLAPI OleLoadPictureFile( VARIANT varFilename, IDispatch **ppdispPicture );
  354. | ^~~~~~~~~~~~
  355. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  356. 448 | # define EXTERN_C extern "C"
  357. | ^~~
  358. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  359. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  360. | ^~~~~~~~
  361. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  362. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  363. | ^~~~~~
  364. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:207:1: note: in expansion of macro ‘WINOLECTLAPI’
  365. 207 | WINOLECTLAPI OleLoadPictureFile( VARIANT varFilename, IDispatch **ppdispPicture );
  366. | ^~~~~~~~~~~~
  367. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  368. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  369. | ^~~~~~~~~~~~~
  370. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  371. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  372. | ^~~~~~~~~~~~~~~
  373. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:208:1: note: in expansion of macro ‘WINOLECTLAPI’
  374. 208 | WINOLECTLAPI OleLoadPictureFileEx( VARIANT varFilename, DWORD xSizeDesired,
  375. | ^~~~~~~~~~~~
  376. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  377. 448 | # define EXTERN_C extern "C"
  378. | ^~~
  379. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  380. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  381. | ^~~~~~~~
  382. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  383. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  384. | ^~~~~~
  385. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:208:1: note: in expansion of macro ‘WINOLECTLAPI’
  386. 208 | WINOLECTLAPI OleLoadPictureFileEx( VARIANT varFilename, DWORD xSizeDesired,
  387. | ^~~~~~~~~~~~
  388. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  389. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  390. | ^~~~~~~~~~~~~
  391. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  392. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  393. | ^~~~~~~~~~~~~~~
  394. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:210:1: note: in expansion of macro ‘WINOLECTLAPI’
  395. 210 | WINOLECTLAPI OleSavePictureFile( IDispatch *pdispPicture, BSTR bstrFilename );
  396. | ^~~~~~~~~~~~
  397. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  398. 448 | # define EXTERN_C extern "C"
  399. | ^~~
  400. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  401. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  402. | ^~~~~~~~
  403. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  404. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  405. | ^~~~~~
  406. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:210:1: note: in expansion of macro ‘WINOLECTLAPI’
  407. 210 | WINOLECTLAPI OleSavePictureFile( IDispatch *pdispPicture, BSTR bstrFilename );
  408. | ^~~~~~~~~~~~
  409. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  410. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  411. | ^~~~~~~~~~~~~
  412. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  413. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  414. | ^~~~~~~~~~~~~~~
  415. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:211:1: note: in expansion of macro ‘WINOLECTLAPI’
  416. 211 | WINOLECTLAPI OleLoadPicturePath( LPOLESTR szURLorPath, LPUNKNOWN punkCaller,
  417. | ^~~~~~~~~~~~
  418. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  419. 448 | # define EXTERN_C extern "C"
  420. | ^~~
  421. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  422. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  423. | ^~~~~~~~
  424. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  425. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  426. | ^~~~~~
  427. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:211:1: note: in expansion of macro ‘WINOLECTLAPI’
  428. 211 | WINOLECTLAPI OleLoadPicturePath( LPOLESTR szURLorPath, LPUNKNOWN punkCaller,
  429. | ^~~~~~~~~~~~
  430. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  431. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  432. | ^~~~~~~~~~~~~
  433. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  434. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  435. | ^~~~~~~~~~~~~~~
  436. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:214:1: note: in expansion of macro ‘WINOLECTLAPI’
  437. 214 | WINOLECTLAPI OleCreatePictureIndirect(LPPICTDESC lpPictDesc, REFIID riid,
  438. | ^~~~~~~~~~~~
  439. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  440. 448 | # define EXTERN_C extern "C"
  441. | ^~~
  442. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  443. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  444. | ^~~~~~~~
  445. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  446. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  447. | ^~~~~~
  448. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:214:1: note: in expansion of macro ‘WINOLECTLAPI’
  449. 214 | WINOLECTLAPI OleCreatePictureIndirect(LPPICTDESC lpPictDesc, REFIID riid,
  450. | ^~~~~~~~~~~~
  451. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  452. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  453. | ^~~~~~~~~~~~~
  454. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  455. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  456. | ^~~~~~~~~~~~~~~
  457. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:216:1: note: in expansion of macro ‘WINOLECTLAPI’
  458. 216 | WINOLECTLAPI OleCreateFontIndirect(LPFONTDESC lpFontDesc, REFIID riid,
  459. | ^~~~~~~~~~~~
  460. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  461. 448 | # define EXTERN_C extern "C"
  462. | ^~~
  463. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  464. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  465. | ^~~~~~~~
  466. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  467. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  468. | ^~~~~~
  469. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:216:1: note: in expansion of macro ‘WINOLECTLAPI’
  470. 216 | WINOLECTLAPI OleCreateFontIndirect(LPFONTDESC lpFontDesc, REFIID riid,
  471. | ^~~~~~~~~~~~
  472. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  473. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  474. | ^~~~~~~~~~~~~
  475. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  476. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  477. | ^~~~~~~~~~~~~~~
  478. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:218:1: note: in expansion of macro ‘WINOLECTLAPI’
  479. 218 | WINOLECTLAPI OleTranslateColor( OLE_COLOR clr, HPALETTE hpal,
  480. | ^~~~~~~~~~~~
  481. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  482. 448 | # define EXTERN_C extern "C"
  483. | ^~~
  484. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  485. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  486. | ^~~~~~~~
  487. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  488. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  489. | ^~~~~~
  490. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:218:1: note: in expansion of macro ‘WINOLECTLAPI’
  491. 218 | WINOLECTLAPI OleTranslateColor( OLE_COLOR clr, HPALETTE hpal,
  492. | ^~~~~~~~~~~~
  493. [ 54%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/vpinmame/VPinMAMERoms.cpp.o
  494. [ 55%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/vpinmame/vpinmame_i_proxy.cpp.o
  495. [ 55%] Building C object CMakeFiles/vpinball.dir/standalone/inc/vpinmame/vpinmame_i.c.o
  496. [ 55%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/wmp/WMPCore.cpp.o
  497. [ 55%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/wmp/WMPControls.cpp.o
  498. [ 56%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/wmp/WMPSettings.cpp.o
  499. [ 56%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/wmp/wmp_i_proxy.cpp.o
  500. [ 56%] Building C object CMakeFiles/vpinball.dir/standalone/inc/wmp/wmp_i.c.o
  501. [ 57%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/ultradmd/UltraDMDDMDObject.cpp.o
  502. [ 57%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/ultradmd/ultradmd_i_proxy.cpp.o
  503. [ 57%] Building C object CMakeFiles/vpinball.dir/standalone/inc/ultradmd/ultradmd_i.c.o
  504. [ 57%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/actions/ActionFactory.cpp.o
  505. [ 58%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/actions/Action.cpp.o
  506. [ 58%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/actions/RepeatAction.cpp.o
  507. [ 58%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/actions/SequenceAction.cpp.o
  508. [ 59%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/actions/ParallelAction.cpp.o
  509. [ 59%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/actions/ShowAction.cpp.o
  510. In file included from /home/joni/git/vpinball/standalone/inc/wine/include/windef.h:277,
  511. from /home/joni/git/vpinball/standalone/inc/wine/include/windows.h:38,
  512. from /home/joni/git/vpinball/src/core/main.h:25,
  513. from /home/joni/git/vpinball/src/core/stdafx.h:161,
  514. from /home/joni/git/vpinball/standalone/inc/vpinmame/vpinmame_i_proxy.cpp:1:
  515. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  516. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  517. | ^~~~~~~~~~~~~
  518. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:35:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  519. 35 | #define WINOLECTLAPI_(type) DECLSPEC_IMPORT STDAPI_(type)
  520. | ^~~~~~~~~~~~~~~
  521. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:195:1: note: in expansion of macro ‘WINOLECTLAPI_’
  522. 195 | WINOLECTLAPI_(HCURSOR) OleIconToCursor( HINSTANCE hinstExe, HICON hicon);
  523. | ^~~~~~~~~~~~~
  524. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  525. 448 | # define EXTERN_C extern "C"
  526. | ^~~
  527. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:459:33: note: in expansion of macro ‘EXTERN_C’
  528. 459 | #define STDAPI_(type) EXTERN_C type STDAPICALLTYPE
  529. | ^~~~~~~~
  530. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:35:45: note: in expansion of macro ‘STDAPI_’
  531. 35 | #define WINOLECTLAPI_(type) DECLSPEC_IMPORT STDAPI_(type)
  532. | ^~~~~~~
  533. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:195:1: note: in expansion of macro ‘WINOLECTLAPI_’
  534. 195 | WINOLECTLAPI_(HCURSOR) OleIconToCursor( HINSTANCE hinstExe, HICON hicon);
  535. | ^~~~~~~~~~~~~
  536. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  537. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  538. | ^~~~~~~~~~~~~
  539. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  540. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  541. | ^~~~~~~~~~~~~~~
  542. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:196:1: note: in expansion of macro ‘WINOLECTLAPI’
  543. 196 | WINOLECTLAPI OleCreatePropertyFrameIndirect( LPOCPFIPARAMS lpParams);
  544. | ^~~~~~~~~~~~
  545. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  546. 448 | # define EXTERN_C extern "C"
  547. | ^~~
  548. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  549. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  550. | ^~~~~~~~
  551. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  552. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  553. | ^~~~~~
  554. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:196:1: note: in expansion of macro ‘WINOLECTLAPI’
  555. 196 | WINOLECTLAPI OleCreatePropertyFrameIndirect( LPOCPFIPARAMS lpParams);
  556. | ^~~~~~~~~~~~
  557. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  558. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  559. | ^~~~~~~~~~~~~
  560. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  561. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  562. | ^~~~~~~~~~~~~~~
  563. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:197:1: note: in expansion of macro ‘WINOLECTLAPI’
  564. 197 | WINOLECTLAPI OleCreatePropertyFrame(
  565. | ^~~~~~~~~~~~
  566. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  567. 448 | # define EXTERN_C extern "C"
  568. | ^~~
  569. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  570. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  571. | ^~~~~~~~
  572. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  573. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  574. | ^~~~~~
  575. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:197:1: note: in expansion of macro ‘WINOLECTLAPI’
  576. 197 | WINOLECTLAPI OleCreatePropertyFrame(
  577. | ^~~~~~~~~~~~
  578. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  579. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  580. | ^~~~~~~~~~~~~
  581. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  582. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  583. | ^~~~~~~~~~~~~~~
  584. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:202:1: note: in expansion of macro ‘WINOLECTLAPI’
  585. 202 | WINOLECTLAPI OleLoadPicture( LPSTREAM lpstream, LONG lSize, BOOL fRunmode,
  586. | ^~~~~~~~~~~~
  587. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  588. 448 | # define EXTERN_C extern "C"
  589. | ^~~
  590. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  591. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  592. | ^~~~~~~~
  593. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  594. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  595. | ^~~~~~
  596. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:202:1: note: in expansion of macro ‘WINOLECTLAPI’
  597. 202 | WINOLECTLAPI OleLoadPicture( LPSTREAM lpstream, LONG lSize, BOOL fRunmode,
  598. | ^~~~~~~~~~~~
  599. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  600. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  601. | ^~~~~~~~~~~~~
  602. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  603. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  604. | ^~~~~~~~~~~~~~~
  605. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:204:1: note: in expansion of macro ‘WINOLECTLAPI’
  606. 204 | WINOLECTLAPI OleLoadPictureEx( LPSTREAM lpstream, LONG lSize, BOOL fRunMode,
  607. | ^~~~~~~~~~~~
  608. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  609. 448 | # define EXTERN_C extern "C"
  610. | ^~~
  611. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  612. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  613. | ^~~~~~~~
  614. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  615. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  616. | ^~~~~~
  617. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:204:1: note: in expansion of macro ‘WINOLECTLAPI’
  618. 204 | WINOLECTLAPI OleLoadPictureEx( LPSTREAM lpstream, LONG lSize, BOOL fRunMode,
  619. | ^~~~~~~~~~~~
  620. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  621. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  622. | ^~~~~~~~~~~~~
  623. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  624. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  625. | ^~~~~~~~~~~~~~~
  626. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:207:1: note: in expansion of macro ‘WINOLECTLAPI’
  627. 207 | WINOLECTLAPI OleLoadPictureFile( VARIANT varFilename, IDispatch **ppdispPicture );
  628. | ^~~~~~~~~~~~
  629. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  630. 448 | # define EXTERN_C extern "C"
  631. | ^~~
  632. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  633. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  634. | ^~~~~~~~
  635. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  636. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  637. | ^~~~~~
  638. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:207:1: note: in expansion of macro ‘WINOLECTLAPI’
  639. 207 | WINOLECTLAPI OleLoadPictureFile( VARIANT varFilename, IDispatch **ppdispPicture );
  640. | ^~~~~~~~~~~~
  641. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  642. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  643. | ^~~~~~~~~~~~~
  644. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  645. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  646. | ^~~~~~~~~~~~~~~
  647. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:208:1: note: in expansion of macro ‘WINOLECTLAPI’
  648. 208 | WINOLECTLAPI OleLoadPictureFileEx( VARIANT varFilename, DWORD xSizeDesired,
  649. | ^~~~~~~~~~~~
  650. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  651. 448 | # define EXTERN_C extern "C"
  652. | ^~~
  653. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  654. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  655. | ^~~~~~~~
  656. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  657. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  658. | ^~~~~~
  659. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:208:1: note: in expansion of macro ‘WINOLECTLAPI’
  660. 208 | WINOLECTLAPI OleLoadPictureFileEx( VARIANT varFilename, DWORD xSizeDesired,
  661. | ^~~~~~~~~~~~
  662. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  663. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  664. | ^~~~~~~~~~~~~
  665. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  666. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  667. | ^~~~~~~~~~~~~~~
  668. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:210:1: note: in expansion of macro ‘WINOLECTLAPI’
  669. 210 | WINOLECTLAPI OleSavePictureFile( IDispatch *pdispPicture, BSTR bstrFilename );
  670. | ^~~~~~~~~~~~
  671. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  672. 448 | # define EXTERN_C extern "C"
  673. | ^~~
  674. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  675. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  676. | ^~~~~~~~
  677. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  678. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  679. | ^~~~~~
  680. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:210:1: note: in expansion of macro ‘WINOLECTLAPI’
  681. 210 | WINOLECTLAPI OleSavePictureFile( IDispatch *pdispPicture, BSTR bstrFilename );
  682. | ^~~~~~~~~~~~
  683. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  684. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  685. | ^~~~~~~~~~~~~
  686. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  687. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  688. | ^~~~~~~~~~~~~~~
  689. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:211:1: note: in expansion of macro ‘WINOLECTLAPI’
  690. 211 | WINOLECTLAPI OleLoadPicturePath( LPOLESTR szURLorPath, LPUNKNOWN punkCaller,
  691. | ^~~~~~~~~~~~
  692. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  693. 448 | # define EXTERN_C extern "C"
  694. | ^~~
  695. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  696. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  697. | ^~~~~~~~
  698. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  699. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  700. | ^~~~~~
  701. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:211:1: note: in expansion of macro ‘WINOLECTLAPI’
  702. 211 | WINOLECTLAPI OleLoadPicturePath( LPOLESTR szURLorPath, LPUNKNOWN punkCaller,
  703. | ^~~~~~~~~~~~
  704. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  705. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  706. | ^~~~~~~~~~~~~
  707. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  708. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  709. | ^~~~~~~~~~~~~~~
  710. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:214:1: note: in expansion of macro ‘WINOLECTLAPI’
  711. 214 | WINOLECTLAPI OleCreatePictureIndirect(LPPICTDESC lpPictDesc, REFIID riid,
  712. | ^~~~~~~~~~~~
  713. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  714. 448 | # define EXTERN_C extern "C"
  715. | ^~~
  716. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  717. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  718. | ^~~~~~~~
  719. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  720. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  721. | ^~~~~~
  722. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:214:1: note: in expansion of macro ‘WINOLECTLAPI’
  723. 214 | WINOLECTLAPI OleCreatePictureIndirect(LPPICTDESC lpPictDesc, REFIID riid,
  724. | ^~~~~~~~~~~~
  725. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  726. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  727. | ^~~~~~~~~~~~~
  728. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  729. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  730. | ^~~~~~~~~~~~~~~
  731. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:216:1: note: in expansion of macro ‘WINOLECTLAPI’
  732. 216 | WINOLECTLAPI OleCreateFontIndirect(LPFONTDESC lpFontDesc, REFIID riid,
  733. | ^~~~~~~~~~~~
  734. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  735. 448 | # define EXTERN_C extern "C"
  736. | ^~~
  737. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  738. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  739. | ^~~~~~~~
  740. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  741. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  742. | ^~~~~~
  743. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:216:1: note: in expansion of macro ‘WINOLECTLAPI’
  744. 216 | WINOLECTLAPI OleCreateFontIndirect(LPFONTDESC lpFontDesc, REFIID riid,
  745. | ^~~~~~~~~~~~
  746. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  747. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  748. | ^~~~~~~~~~~~~
  749. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  750. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  751. | ^~~~~~~~~~~~~~~
  752. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:218:1: note: in expansion of macro ‘WINOLECTLAPI’
  753. 218 | WINOLECTLAPI OleTranslateColor( OLE_COLOR clr, HPALETTE hpal,
  754. | ^~~~~~~~~~~~
  755. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  756. 448 | # define EXTERN_C extern "C"
  757. | ^~~
  758. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  759. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  760. | ^~~~~~~~
  761. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  762. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  763. | ^~~~~~
  764. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:218:1: note: in expansion of macro ‘WINOLECTLAPI’
  765. 218 | WINOLECTLAPI OleTranslateColor( OLE_COLOR clr, HPALETTE hpal,
  766. | ^~~~~~~~~~~~
  767. [ 59%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/actions/BlinkAction.cpp.o
  768. [ 59%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/actions/AddToAction.cpp.o
  769. In file included from /home/joni/git/vpinball/standalone/inc/wine/include/windef.h:277,
  770. from /home/joni/git/vpinball/standalone/inc/wine/include/windows.h:38,
  771. from /home/joni/git/vpinball/src/core/main.h:25,
  772. from /home/joni/git/vpinball/src/core/stdafx.h:161,
  773. from /home/joni/git/vpinball/standalone/inc/wmp/wmp_i_proxy.cpp:1:
  774. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  775. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  776. | ^~~~~~~~~~~~~
  777. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:35:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  778. 35 | #define WINOLECTLAPI_(type) DECLSPEC_IMPORT STDAPI_(type)
  779. | ^~~~~~~~~~~~~~~
  780. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:195:1: note: in expansion of macro ‘WINOLECTLAPI_’
  781. 195 | WINOLECTLAPI_(HCURSOR) OleIconToCursor( HINSTANCE hinstExe, HICON hicon);
  782. | ^~~~~~~~~~~~~
  783. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  784. 448 | # define EXTERN_C extern "C"
  785. | ^~~
  786. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:459:33: note: in expansion of macro ‘EXTERN_C’
  787. 459 | #define STDAPI_(type) EXTERN_C type STDAPICALLTYPE
  788. | ^~~~~~~~
  789. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:35:45: note: in expansion of macro ‘STDAPI_’
  790. 35 | #define WINOLECTLAPI_(type) DECLSPEC_IMPORT STDAPI_(type)
  791. | ^~~~~~~
  792. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:195:1: note: in expansion of macro ‘WINOLECTLAPI_’
  793. 195 | WINOLECTLAPI_(HCURSOR) OleIconToCursor( HINSTANCE hinstExe, HICON hicon);
  794. | ^~~~~~~~~~~~~
  795. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  796. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  797. | ^~~~~~~~~~~~~
  798. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  799. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  800. | ^~~~~~~~~~~~~~~
  801. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:196:1: note: in expansion of macro ‘WINOLECTLAPI’
  802. 196 | WINOLECTLAPI OleCreatePropertyFrameIndirect( LPOCPFIPARAMS lpParams);
  803. | ^~~~~~~~~~~~
  804. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  805. 448 | # define EXTERN_C extern "C"
  806. | ^~~
  807. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  808. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  809. | ^~~~~~~~
  810. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  811. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  812. | ^~~~~~
  813. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:196:1: note: in expansion of macro ‘WINOLECTLAPI’
  814. 196 | WINOLECTLAPI OleCreatePropertyFrameIndirect( LPOCPFIPARAMS lpParams);
  815. | ^~~~~~~~~~~~
  816. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  817. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  818. | ^~~~~~~~~~~~~
  819. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  820. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  821. | ^~~~~~~~~~~~~~~
  822. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:197:1: note: in expansion of macro ‘WINOLECTLAPI’
  823. 197 | WINOLECTLAPI OleCreatePropertyFrame(
  824. | ^~~~~~~~~~~~
  825. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  826. 448 | # define EXTERN_C extern "C"
  827. | ^~~
  828. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  829. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  830. | ^~~~~~~~
  831. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  832. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  833. | ^~~~~~
  834. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:197:1: note: in expansion of macro ‘WINOLECTLAPI’
  835. 197 | WINOLECTLAPI OleCreatePropertyFrame(
  836. | ^~~~~~~~~~~~
  837. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  838. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  839. | ^~~~~~~~~~~~~
  840. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  841. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  842. | ^~~~~~~~~~~~~~~
  843. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:202:1: note: in expansion of macro ‘WINOLECTLAPI’
  844. 202 | WINOLECTLAPI OleLoadPicture( LPSTREAM lpstream, LONG lSize, BOOL fRunmode,
  845. | ^~~~~~~~~~~~
  846. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  847. 448 | # define EXTERN_C extern "C"
  848. | ^~~
  849. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  850. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  851. | ^~~~~~~~
  852. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  853. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  854. | ^~~~~~
  855. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:202:1: note: in expansion of macro ‘WINOLECTLAPI’
  856. 202 | WINOLECTLAPI OleLoadPicture( LPSTREAM lpstream, LONG lSize, BOOL fRunmode,
  857. | ^~~~~~~~~~~~
  858. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  859. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  860. | ^~~~~~~~~~~~~
  861. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  862. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  863. | ^~~~~~~~~~~~~~~
  864. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:204:1: note: in expansion of macro ‘WINOLECTLAPI’
  865. 204 | WINOLECTLAPI OleLoadPictureEx( LPSTREAM lpstream, LONG lSize, BOOL fRunMode,
  866. | ^~~~~~~~~~~~
  867. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  868. 448 | # define EXTERN_C extern "C"
  869. | ^~~
  870. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  871. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  872. | ^~~~~~~~
  873. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  874. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  875. | ^~~~~~
  876. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:204:1: note: in expansion of macro ‘WINOLECTLAPI’
  877. 204 | WINOLECTLAPI OleLoadPictureEx( LPSTREAM lpstream, LONG lSize, BOOL fRunMode,
  878. | ^~~~~~~~~~~~
  879. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  880. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  881. | ^~~~~~~~~~~~~
  882. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  883. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  884. | ^~~~~~~~~~~~~~~
  885. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:207:1: note: in expansion of macro ‘WINOLECTLAPI’
  886. 207 | WINOLECTLAPI OleLoadPictureFile( VARIANT varFilename, IDispatch **ppdispPicture );
  887. | ^~~~~~~~~~~~
  888. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  889. 448 | # define EXTERN_C extern "C"
  890. | ^~~
  891. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  892. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  893. | ^~~~~~~~
  894. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  895. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  896. | ^~~~~~
  897. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:207:1: note: in expansion of macro ‘WINOLECTLAPI’
  898. 207 | WINOLECTLAPI OleLoadPictureFile( VARIANT varFilename, IDispatch **ppdispPicture );
  899. | ^~~~~~~~~~~~
  900. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  901. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  902. | ^~~~~~~~~~~~~
  903. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  904. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  905. | ^~~~~~~~~~~~~~~
  906. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:208:1: note: in expansion of macro ‘WINOLECTLAPI’
  907. 208 | WINOLECTLAPI OleLoadPictureFileEx( VARIANT varFilename, DWORD xSizeDesired,
  908. | ^~~~~~~~~~~~
  909. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  910. 448 | # define EXTERN_C extern "C"
  911. | ^~~
  912. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  913. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  914. | ^~~~~~~~
  915. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  916. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  917. | ^~~~~~
  918. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:208:1: note: in expansion of macro ‘WINOLECTLAPI’
  919. 208 | WINOLECTLAPI OleLoadPictureFileEx( VARIANT varFilename, DWORD xSizeDesired,
  920. | ^~~~~~~~~~~~
  921. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  922. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  923. | ^~~~~~~~~~~~~
  924. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  925. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  926. | ^~~~~~~~~~~~~~~
  927. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:210:1: note: in expansion of macro ‘WINOLECTLAPI’
  928. 210 | WINOLECTLAPI OleSavePictureFile( IDispatch *pdispPicture, BSTR bstrFilename );
  929. | ^~~~~~~~~~~~
  930. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  931. 448 | # define EXTERN_C extern "C"
  932. | ^~~
  933. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  934. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  935. | ^~~~~~~~
  936. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  937. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  938. | ^~~~~~
  939. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:210:1: note: in expansion of macro ‘WINOLECTLAPI’
  940. 210 | WINOLECTLAPI OleSavePictureFile( IDispatch *pdispPicture, BSTR bstrFilename );
  941. | ^~~~~~~~~~~~
  942. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  943. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  944. | ^~~~~~~~~~~~~
  945. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  946. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  947. | ^~~~~~~~~~~~~~~
  948. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:211:1: note: in expansion of macro ‘WINOLECTLAPI’
  949. 211 | WINOLECTLAPI OleLoadPicturePath( LPOLESTR szURLorPath, LPUNKNOWN punkCaller,
  950. | ^~~~~~~~~~~~
  951. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  952. 448 | # define EXTERN_C extern "C"
  953. | ^~~
  954. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  955. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  956. | ^~~~~~~~
  957. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  958. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  959. | ^~~~~~
  960. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:211:1: note: in expansion of macro ‘WINOLECTLAPI’
  961. 211 | WINOLECTLAPI OleLoadPicturePath( LPOLESTR szURLorPath, LPUNKNOWN punkCaller,
  962. | ^~~~~~~~~~~~
  963. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  964. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  965. | ^~~~~~~~~~~~~
  966. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  967. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  968. | ^~~~~~~~~~~~~~~
  969. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:214:1: note: in expansion of macro ‘WINOLECTLAPI’
  970. 214 | WINOLECTLAPI OleCreatePictureIndirect(LPPICTDESC lpPictDesc, REFIID riid,
  971. | ^~~~~~~~~~~~
  972. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  973. 448 | # define EXTERN_C extern "C"
  974. | ^~~
  975. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  976. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  977. | ^~~~~~~~
  978. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  979. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  980. | ^~~~~~
  981. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:214:1: note: in expansion of macro ‘WINOLECTLAPI’
  982. 214 | WINOLECTLAPI OleCreatePictureIndirect(LPPICTDESC lpPictDesc, REFIID riid,
  983. | ^~~~~~~~~~~~
  984. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  985. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  986. | ^~~~~~~~~~~~~
  987. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  988. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  989. | ^~~~~~~~~~~~~~~
  990. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:216:1: note: in expansion of macro ‘WINOLECTLAPI’
  991. 216 | WINOLECTLAPI OleCreateFontIndirect(LPFONTDESC lpFontDesc, REFIID riid,
  992. | ^~~~~~~~~~~~
  993. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  994. 448 | # define EXTERN_C extern "C"
  995. | ^~~
  996. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  997. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  998. | ^~~~~~~~
  999. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1000. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1001. | ^~~~~~
  1002. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:216:1: note: in expansion of macro ‘WINOLECTLAPI’
  1003. 216 | WINOLECTLAPI OleCreateFontIndirect(LPFONTDESC lpFontDesc, REFIID riid,
  1004. | ^~~~~~~~~~~~
  1005. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1006. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1007. | ^~~~~~~~~~~~~
  1008. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1009. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1010. | ^~~~~~~~~~~~~~~
  1011. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:218:1: note: in expansion of macro ‘WINOLECTLAPI’
  1012. 218 | WINOLECTLAPI OleTranslateColor( OLE_COLOR clr, HPALETTE hpal,
  1013. | ^~~~~~~~~~~~
  1014. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1015. 448 | # define EXTERN_C extern "C"
  1016. | ^~~
  1017. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  1018. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  1019. | ^~~~~~~~
  1020. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1021. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1022. | ^~~~~~
  1023. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:218:1: note: in expansion of macro ‘WINOLECTLAPI’
  1024. 218 | WINOLECTLAPI OleTranslateColor( OLE_COLOR clr, HPALETTE hpal,
  1025. | ^~~~~~~~~~~~
  1026. [ 60%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/actions/RemoveFromParentAction.cpp.o
  1027. [ 60%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/actions/AddChildAction.cpp.o
  1028. [ 60%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/actions/SeekAction.cpp.o
  1029. In file included from /home/joni/git/vpinball/standalone/inc/wine/include/windef.h:277,
  1030. from /home/joni/git/vpinball/standalone/inc/wine/include/windows.h:38,
  1031. from /home/joni/git/vpinball/src/core/main.h:25,
  1032. from /home/joni/git/vpinball/src/core/stdafx.h:161,
  1033. from /home/joni/git/vpinball/standalone/inc/ultradmd/ultradmd_i_proxy.cpp:1:
  1034. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1035. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1036. | ^~~~~~~~~~~~~
  1037. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:35:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1038. 35 | #define WINOLECTLAPI_(type) DECLSPEC_IMPORT STDAPI_(type)
  1039. | ^~~~~~~~~~~~~~~
  1040. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:195:1: note: in expansion of macro ‘WINOLECTLAPI_’
  1041. 195 | WINOLECTLAPI_(HCURSOR) OleIconToCursor( HINSTANCE hinstExe, HICON hicon);
  1042. | ^~~~~~~~~~~~~
  1043. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1044. 448 | # define EXTERN_C extern "C"
  1045. | ^~~
  1046. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:459:33: note: in expansion of macro ‘EXTERN_C’
  1047. 459 | #define STDAPI_(type) EXTERN_C type STDAPICALLTYPE
  1048. | ^~~~~~~~
  1049. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:35:45: note: in expansion of macro ‘STDAPI_’
  1050. 35 | #define WINOLECTLAPI_(type) DECLSPEC_IMPORT STDAPI_(type)
  1051. | ^~~~~~~
  1052. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:195:1: note: in expansion of macro ‘WINOLECTLAPI_’
  1053. 195 | WINOLECTLAPI_(HCURSOR) OleIconToCursor( HINSTANCE hinstExe, HICON hicon);
  1054. | ^~~~~~~~~~~~~
  1055. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1056. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1057. | ^~~~~~~~~~~~~
  1058. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1059. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1060. | ^~~~~~~~~~~~~~~
  1061. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:196:1: note: in expansion of macro ‘WINOLECTLAPI’
  1062. 196 | WINOLECTLAPI OleCreatePropertyFrameIndirect( LPOCPFIPARAMS lpParams);
  1063. | ^~~~~~~~~~~~
  1064. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1065. 448 | # define EXTERN_C extern "C"
  1066. | ^~~
  1067. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  1068. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  1069. | ^~~~~~~~
  1070. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1071. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1072. | ^~~~~~
  1073. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:196:1: note: in expansion of macro ‘WINOLECTLAPI’
  1074. 196 | WINOLECTLAPI OleCreatePropertyFrameIndirect( LPOCPFIPARAMS lpParams);
  1075. | ^~~~~~~~~~~~
  1076. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1077. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1078. | ^~~~~~~~~~~~~
  1079. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1080. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1081. | ^~~~~~~~~~~~~~~
  1082. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:197:1: note: in expansion of macro ‘WINOLECTLAPI’
  1083. 197 | WINOLECTLAPI OleCreatePropertyFrame(
  1084. | ^~~~~~~~~~~~
  1085. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1086. 448 | # define EXTERN_C extern "C"
  1087. | ^~~
  1088. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  1089. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  1090. | ^~~~~~~~
  1091. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1092. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1093. | ^~~~~~
  1094. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:197:1: note: in expansion of macro ‘WINOLECTLAPI’
  1095. 197 | WINOLECTLAPI OleCreatePropertyFrame(
  1096. | ^~~~~~~~~~~~
  1097. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1098. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1099. | ^~~~~~~~~~~~~
  1100. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1101. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1102. | ^~~~~~~~~~~~~~~
  1103. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:202:1: note: in expansion of macro ‘WINOLECTLAPI’
  1104. 202 | WINOLECTLAPI OleLoadPicture( LPSTREAM lpstream, LONG lSize, BOOL fRunmode,
  1105. | ^~~~~~~~~~~~
  1106. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1107. 448 | # define EXTERN_C extern "C"
  1108. | ^~~
  1109. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  1110. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  1111. | ^~~~~~~~
  1112. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1113. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1114. | ^~~~~~
  1115. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:202:1: note: in expansion of macro ‘WINOLECTLAPI’
  1116. 202 | WINOLECTLAPI OleLoadPicture( LPSTREAM lpstream, LONG lSize, BOOL fRunmode,
  1117. | ^~~~~~~~~~~~
  1118. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1119. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1120. | ^~~~~~~~~~~~~
  1121. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1122. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1123. | ^~~~~~~~~~~~~~~
  1124. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:204:1: note: in expansion of macro ‘WINOLECTLAPI’
  1125. 204 | WINOLECTLAPI OleLoadPictureEx( LPSTREAM lpstream, LONG lSize, BOOL fRunMode,
  1126. | ^~~~~~~~~~~~
  1127. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1128. 448 | # define EXTERN_C extern "C"
  1129. | ^~~
  1130. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  1131. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  1132. | ^~~~~~~~
  1133. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1134. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1135. | ^~~~~~
  1136. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:204:1: note: in expansion of macro ‘WINOLECTLAPI’
  1137. 204 | WINOLECTLAPI OleLoadPictureEx( LPSTREAM lpstream, LONG lSize, BOOL fRunMode,
  1138. | ^~~~~~~~~~~~
  1139. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1140. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1141. | ^~~~~~~~~~~~~
  1142. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1143. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1144. | ^~~~~~~~~~~~~~~
  1145. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:207:1: note: in expansion of macro ‘WINOLECTLAPI’
  1146. 207 | WINOLECTLAPI OleLoadPictureFile( VARIANT varFilename, IDispatch **ppdispPicture );
  1147. | ^~~~~~~~~~~~
  1148. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1149. 448 | # define EXTERN_C extern "C"
  1150. | ^~~
  1151. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  1152. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  1153. | ^~~~~~~~
  1154. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1155. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1156. | ^~~~~~
  1157. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:207:1: note: in expansion of macro ‘WINOLECTLAPI’
  1158. 207 | WINOLECTLAPI OleLoadPictureFile( VARIANT varFilename, IDispatch **ppdispPicture );
  1159. | ^~~~~~~~~~~~
  1160. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1161. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1162. | ^~~~~~~~~~~~~
  1163. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1164. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1165. | ^~~~~~~~~~~~~~~
  1166. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:208:1: note: in expansion of macro ‘WINOLECTLAPI’
  1167. 208 | WINOLECTLAPI OleLoadPictureFileEx( VARIANT varFilename, DWORD xSizeDesired,
  1168. | ^~~~~~~~~~~~
  1169. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1170. 448 | # define EXTERN_C extern "C"
  1171. | ^~~
  1172. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  1173. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  1174. | ^~~~~~~~
  1175. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1176. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1177. | ^~~~~~
  1178. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:208:1: note: in expansion of macro ‘WINOLECTLAPI’
  1179. 208 | WINOLECTLAPI OleLoadPictureFileEx( VARIANT varFilename, DWORD xSizeDesired,
  1180. | ^~~~~~~~~~~~
  1181. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1182. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1183. | ^~~~~~~~~~~~~
  1184. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1185. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1186. | ^~~~~~~~~~~~~~~
  1187. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:210:1: note: in expansion of macro ‘WINOLECTLAPI’
  1188. 210 | WINOLECTLAPI OleSavePictureFile( IDispatch *pdispPicture, BSTR bstrFilename );
  1189. | ^~~~~~~~~~~~
  1190. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1191. 448 | # define EXTERN_C extern "C"
  1192. | ^~~
  1193. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  1194. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  1195. | ^~~~~~~~
  1196. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1197. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1198. | ^~~~~~
  1199. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:210:1: note: in expansion of macro ‘WINOLECTLAPI’
  1200. 210 | WINOLECTLAPI OleSavePictureFile( IDispatch *pdispPicture, BSTR bstrFilename );
  1201. | ^~~~~~~~~~~~
  1202. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1203. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1204. | ^~~~~~~~~~~~~
  1205. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1206. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1207. | ^~~~~~~~~~~~~~~
  1208. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:211:1: note: in expansion of macro ‘WINOLECTLAPI’
  1209. 211 | WINOLECTLAPI OleLoadPicturePath( LPOLESTR szURLorPath, LPUNKNOWN punkCaller,
  1210. | ^~~~~~~~~~~~
  1211. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1212. 448 | # define EXTERN_C extern "C"
  1213. | ^~~
  1214. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  1215. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  1216. | ^~~~~~~~
  1217. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1218. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1219. | ^~~~~~
  1220. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:211:1: note: in expansion of macro ‘WINOLECTLAPI’
  1221. 211 | WINOLECTLAPI OleLoadPicturePath( LPOLESTR szURLorPath, LPUNKNOWN punkCaller,
  1222. | ^~~~~~~~~~~~
  1223. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1224. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1225. | ^~~~~~~~~~~~~
  1226. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1227. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1228. | ^~~~~~~~~~~~~~~
  1229. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:214:1: note: in expansion of macro ‘WINOLECTLAPI’
  1230. 214 | WINOLECTLAPI OleCreatePictureIndirect(LPPICTDESC lpPictDesc, REFIID riid,
  1231. | ^~~~~~~~~~~~
  1232. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1233. 448 | # define EXTERN_C extern "C"
  1234. | ^~~
  1235. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  1236. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  1237. | ^~~~~~~~
  1238. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1239. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1240. | ^~~~~~
  1241. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:214:1: note: in expansion of macro ‘WINOLECTLAPI’
  1242. 214 | WINOLECTLAPI OleCreatePictureIndirect(LPPICTDESC lpPictDesc, REFIID riid,
  1243. | ^~~~~~~~~~~~
  1244. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1245. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1246. | ^~~~~~~~~~~~~
  1247. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1248. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1249. | ^~~~~~~~~~~~~~~
  1250. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:216:1: note: in expansion of macro ‘WINOLECTLAPI’
  1251. 216 | WINOLECTLAPI OleCreateFontIndirect(LPFONTDESC lpFontDesc, REFIID riid,
  1252. | ^~~~~~~~~~~~
  1253. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1254. 448 | # define EXTERN_C extern "C"
  1255. | ^~~
  1256. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  1257. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  1258. | ^~~~~~~~
  1259. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1260. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1261. | ^~~~~~
  1262. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:216:1: note: in expansion of macro ‘WINOLECTLAPI’
  1263. 216 | WINOLECTLAPI OleCreateFontIndirect(LPFONTDESC lpFontDesc, REFIID riid,
  1264. | ^~~~~~~~~~~~
  1265. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1266. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1267. | ^~~~~~~~~~~~~
  1268. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1269. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1270. | ^~~~~~~~~~~~~~~
  1271. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:218:1: note: in expansion of macro ‘WINOLECTLAPI’
  1272. 218 | WINOLECTLAPI OleTranslateColor( OLE_COLOR clr, HPALETTE hpal,
  1273. | ^~~~~~~~~~~~
  1274. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1275. 448 | # define EXTERN_C extern "C"
  1276. | ^~~
  1277. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  1278. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  1279. | ^~~~~~~~
  1280. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1281. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1282. | ^~~~~~
  1283. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:218:1: note: in expansion of macro ‘WINOLECTLAPI’
  1284. 218 | WINOLECTLAPI OleTranslateColor( OLE_COLOR clr, HPALETTE hpal,
  1285. | ^~~~~~~~~~~~
  1286. [ 60%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/actions/WaitAction.cpp.o
  1287. [ 61%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/actions/DelayedAction.cpp.o
  1288. [ 61%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/actions/TweenAction.cpp.o
  1289. [ 61%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/actions/MoveToAction.cpp.o
  1290. [ 62%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/actors/Actor.cpp.o
  1291. [ 62%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/actors/AnimatedActor.cpp.o
  1292. [ 62%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/actors/ImageSequence.cpp.o
  1293. [ 62%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/actors/GIFImage.cpp.o
  1294. [ 63%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/actors/Font.cpp.o
  1295. [ 63%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/actors/Frame.cpp.o
  1296. [ 63%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/actors/FadeOverlay.cpp.o
  1297. [ 64%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/actors/Group.cpp.o
  1298. [ 64%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/actors/Image.cpp.o
  1299. [ 64%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/actors/Label.cpp.o
  1300. [ 64%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/actors/Video.cpp.o
  1301. [ 65%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/filters/BitmapFilter.cpp.o
  1302. [ 65%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/filters/RegionFilter.cpp.o
  1303. [ 65%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/filters/PadFilter.cpp.o
  1304. [ 66%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/filters/DotFilter.cpp.o
  1305. [ 66%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/filters/AdditiveFilter.cpp.o
  1306. [ 66%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/FlexDMD.cpp.o
  1307. [ 66%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/AssetSrc.cpp.o
  1308. [ 67%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/AssetManager.cpp.o
  1309. [ 67%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/Bitmap.cpp.o
  1310. [ 67%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/Layout.cpp.o
  1311. [ 68%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/UltraDMD.cpp.o
  1312. [ 68%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/FontDef.cpp.o
  1313. [ 68%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/ImageSequenceDef.cpp.o
  1314. [ 68%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/VideoDef.cpp.o
  1315. [ 69%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/actors/ScoreBoard.cpp.o
  1316. [ 69%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/scenes/Scene.cpp.o
  1317. [ 69%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/scenes/Sequence.cpp.o
  1318. [ 69%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/scenes/SingleLineScene.cpp.o
  1319. [ 70%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/scenes/TwoLineScene.cpp.o
  1320. [ 70%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/scenes/BackgroundScene.cpp.o
  1321. [ 70%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/scenes/ScrollingCreditsScene.cpp.o
  1322. [ 71%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/flexudmd_i_proxy.cpp.o
  1323. [ 71%] Building C object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/flexudmd_i.c.o
  1324. [ 71%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/flexdmd_i_proxy.cpp.o
  1325. [ 71%] Building C object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/flexdmd_i.c.o
  1326. [ 72%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/bmfonts/BitmapFont.cpp.o
  1327. [ 72%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/bmfonts/Character.cpp.o
  1328. [ 72%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/bmfonts/Kerning.cpp.o
  1329. [ 73%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/flexdmd/bmfonts/Page.cpp.o
  1330. [ 73%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/classes/AnimationInfo.cpp.o
  1331. [ 73%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/classes/B2SAnimation.cpp.o
  1332. [ 73%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/classes/B2SAnimationBase.cpp.o
  1333. [ 74%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/classes/B2SCollectData.cpp.o
  1334. [ 74%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/classes/B2SData.cpp.o
  1335. In file included from /home/joni/git/vpinball/standalone/inc/wine/include/windef.h:277,
  1336. from /home/joni/git/vpinball/standalone/inc/wine/include/windows.h:38,
  1337. from /home/joni/git/vpinball/src/core/main.h:25,
  1338. from /home/joni/git/vpinball/src/core/stdafx.h:161,
  1339. from /home/joni/git/vpinball/standalone/inc/flexdmd/flexudmd_i_proxy.cpp:1:
  1340. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1341. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1342. | ^~~~~~~~~~~~~
  1343. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:35:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1344. 35 | #define WINOLECTLAPI_(type) DECLSPEC_IMPORT STDAPI_(type)
  1345. | ^~~~~~~~~~~~~~~
  1346. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:195:1: note: in expansion of macro ‘WINOLECTLAPI_’
  1347. 195 | WINOLECTLAPI_(HCURSOR) OleIconToCursor( HINSTANCE hinstExe, HICON hicon);
  1348. | ^~~~~~~~~~~~~
  1349. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1350. 448 | # define EXTERN_C extern "C"
  1351. | ^~~
  1352. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:459:33: note: in expansion of macro ‘EXTERN_C’
  1353. 459 | #define STDAPI_(type) EXTERN_C type STDAPICALLTYPE
  1354. | ^~~~~~~~
  1355. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:35:45: note: in expansion of macro ‘STDAPI_’
  1356. 35 | #define WINOLECTLAPI_(type) DECLSPEC_IMPORT STDAPI_(type)
  1357. | ^~~~~~~
  1358. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:195:1: note: in expansion of macro ‘WINOLECTLAPI_’
  1359. 195 | WINOLECTLAPI_(HCURSOR) OleIconToCursor( HINSTANCE hinstExe, HICON hicon);
  1360. | ^~~~~~~~~~~~~
  1361. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1362. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1363. | ^~~~~~~~~~~~~
  1364. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1365. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1366. | ^~~~~~~~~~~~~~~
  1367. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:196:1: note: in expansion of macro ‘WINOLECTLAPI’
  1368. 196 | WINOLECTLAPI OleCreatePropertyFrameIndirect( LPOCPFIPARAMS lpParams);
  1369. | ^~~~~~~~~~~~
  1370. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1371. 448 | # define EXTERN_C extern "C"
  1372. | ^~~
  1373. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  1374. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  1375. | ^~~~~~~~
  1376. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1377. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1378. | ^~~~~~
  1379. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:196:1: note: in expansion of macro ‘WINOLECTLAPI’
  1380. 196 | WINOLECTLAPI OleCreatePropertyFrameIndirect( LPOCPFIPARAMS lpParams);
  1381. | ^~~~~~~~~~~~
  1382. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1383. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1384. | ^~~~~~~~~~~~~
  1385. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1386. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1387. | ^~~~~~~~~~~~~~~
  1388. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:197:1: note: in expansion of macro ‘WINOLECTLAPI’
  1389. 197 | WINOLECTLAPI OleCreatePropertyFrame(
  1390. | ^~~~~~~~~~~~
  1391. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1392. 448 | # define EXTERN_C extern "C"
  1393. | ^~~
  1394. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  1395. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  1396. | ^~~~~~~~
  1397. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1398. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1399. | ^~~~~~
  1400. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:197:1: note: in expansion of macro ‘WINOLECTLAPI’
  1401. 197 | WINOLECTLAPI OleCreatePropertyFrame(
  1402. | ^~~~~~~~~~~~
  1403. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1404. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1405. | ^~~~~~~~~~~~~
  1406. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1407. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1408. | ^~~~~~~~~~~~~~~
  1409. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:202:1: note: in expansion of macro ‘WINOLECTLAPI’
  1410. 202 | WINOLECTLAPI OleLoadPicture( LPSTREAM lpstream, LONG lSize, BOOL fRunmode,
  1411. | ^~~~~~~~~~~~
  1412. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1413. 448 | # define EXTERN_C extern "C"
  1414. | ^~~
  1415. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  1416. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  1417. | ^~~~~~~~
  1418. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1419. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1420. | ^~~~~~
  1421. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:202:1: note: in expansion of macro ‘WINOLECTLAPI’
  1422. 202 | WINOLECTLAPI OleLoadPicture( LPSTREAM lpstream, LONG lSize, BOOL fRunmode,
  1423. | ^~~~~~~~~~~~
  1424. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1425. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1426. | ^~~~~~~~~~~~~
  1427. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1428. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1429. | ^~~~~~~~~~~~~~~
  1430. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:204:1: note: in expansion of macro ‘WINOLECTLAPI’
  1431. 204 | WINOLECTLAPI OleLoadPictureEx( LPSTREAM lpstream, LONG lSize, BOOL fRunMode,
  1432. | ^~~~~~~~~~~~
  1433. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1434. 448 | # define EXTERN_C extern "C"
  1435. | ^~~
  1436. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  1437. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  1438. | ^~~~~~~~
  1439. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1440. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1441. | ^~~~~~
  1442. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:204:1: note: in expansion of macro ‘WINOLECTLAPI’
  1443. 204 | WINOLECTLAPI OleLoadPictureEx( LPSTREAM lpstream, LONG lSize, BOOL fRunMode,
  1444. | ^~~~~~~~~~~~
  1445. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1446. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1447. | ^~~~~~~~~~~~~
  1448. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1449. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1450. | ^~~~~~~~~~~~~~~
  1451. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:207:1: note: in expansion of macro ‘WINOLECTLAPI’
  1452. 207 | WINOLECTLAPI OleLoadPictureFile( VARIANT varFilename, IDispatch **ppdispPicture );
  1453. | ^~~~~~~~~~~~
  1454. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1455. 448 | # define EXTERN_C extern "C"
  1456. | ^~~
  1457. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  1458. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  1459. | ^~~~~~~~
  1460. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1461. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1462. | ^~~~~~
  1463. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:207:1: note: in expansion of macro ‘WINOLECTLAPI’
  1464. 207 | WINOLECTLAPI OleLoadPictureFile( VARIANT varFilename, IDispatch **ppdispPicture );
  1465. | ^~~~~~~~~~~~
  1466. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1467. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1468. | ^~~~~~~~~~~~~
  1469. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1470. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1471. | ^~~~~~~~~~~~~~~
  1472. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:208:1: note: in expansion of macro ‘WINOLECTLAPI’
  1473. 208 | WINOLECTLAPI OleLoadPictureFileEx( VARIANT varFilename, DWORD xSizeDesired,
  1474. | ^~~~~~~~~~~~
  1475. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1476. 448 | # define EXTERN_C extern "C"
  1477. | ^~~
  1478. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  1479. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  1480. | ^~~~~~~~
  1481. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1482. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1483. | ^~~~~~
  1484. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:208:1: note: in expansion of macro ‘WINOLECTLAPI’
  1485. 208 | WINOLECTLAPI OleLoadPictureFileEx( VARIANT varFilename, DWORD xSizeDesired,
  1486. | ^~~~~~~~~~~~
  1487. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1488. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1489. | ^~~~~~~~~~~~~
  1490. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1491. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1492. | ^~~~~~~~~~~~~~~
  1493. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:210:1: note: in expansion of macro ‘WINOLECTLAPI’
  1494. 210 | WINOLECTLAPI OleSavePictureFile( IDispatch *pdispPicture, BSTR bstrFilename );
  1495. | ^~~~~~~~~~~~
  1496. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1497. 448 | # define EXTERN_C extern "C"
  1498. | ^~~
  1499. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  1500. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  1501. | ^~~~~~~~
  1502. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1503. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1504. | ^~~~~~
  1505. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:210:1: note: in expansion of macro ‘WINOLECTLAPI’
  1506. 210 | WINOLECTLAPI OleSavePictureFile( IDispatch *pdispPicture, BSTR bstrFilename );
  1507. | ^~~~~~~~~~~~
  1508. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1509. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1510. | ^~~~~~~~~~~~~
  1511. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1512. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1513. | ^~~~~~~~~~~~~~~
  1514. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:211:1: note: in expansion of macro ‘WINOLECTLAPI’
  1515. 211 | WINOLECTLAPI OleLoadPicturePath( LPOLESTR szURLorPath, LPUNKNOWN punkCaller,
  1516. | ^~~~~~~~~~~~
  1517. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1518. 448 | # define EXTERN_C extern "C"
  1519. | ^~~
  1520. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  1521. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  1522. | ^~~~~~~~
  1523. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1524. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1525. | ^~~~~~
  1526. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:211:1: note: in expansion of macro ‘WINOLECTLAPI’
  1527. 211 | WINOLECTLAPI OleLoadPicturePath( LPOLESTR szURLorPath, LPUNKNOWN punkCaller,
  1528. | ^~~~~~~~~~~~
  1529. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1530. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1531. | ^~~~~~~~~~~~~
  1532. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1533. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1534. | ^~~~~~~~~~~~~~~
  1535. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:214:1: note: in expansion of macro ‘WINOLECTLAPI’
  1536. 214 | WINOLECTLAPI OleCreatePictureIndirect(LPPICTDESC lpPictDesc, REFIID riid,
  1537. | ^~~~~~~~~~~~
  1538. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1539. 448 | # define EXTERN_C extern "C"
  1540. | ^~~
  1541. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  1542. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  1543. | ^~~~~~~~
  1544. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1545. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1546. | ^~~~~~
  1547. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:214:1: note: in expansion of macro ‘WINOLECTLAPI’
  1548. 214 | WINOLECTLAPI OleCreatePictureIndirect(LPPICTDESC lpPictDesc, REFIID riid,
  1549. | ^~~~~~~~~~~~
  1550. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1551. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1552. | ^~~~~~~~~~~~~
  1553. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1554. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1555. | ^~~~~~~~~~~~~~~
  1556. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:216:1: note: in expansion of macro ‘WINOLECTLAPI’
  1557. 216 | WINOLECTLAPI OleCreateFontIndirect(LPFONTDESC lpFontDesc, REFIID riid,
  1558. | ^~~~~~~~~~~~
  1559. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1560. 448 | # define EXTERN_C extern "C"
  1561. | ^~~
  1562. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  1563. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  1564. | ^~~~~~~~
  1565. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1566. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1567. | ^~~~~~
  1568. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:216:1: note: in expansion of macro ‘WINOLECTLAPI’
  1569. 216 | WINOLECTLAPI OleCreateFontIndirect(LPFONTDESC lpFontDesc, REFIID riid,
  1570. | ^~~~~~~~~~~~
  1571. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1572. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1573. | ^~~~~~~~~~~~~
  1574. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1575. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1576. | ^~~~~~~~~~~~~~~
  1577. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:218:1: note: in expansion of macro ‘WINOLECTLAPI’
  1578. 218 | WINOLECTLAPI OleTranslateColor( OLE_COLOR clr, HPALETTE hpal,
  1579. | ^~~~~~~~~~~~
  1580. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1581. 448 | # define EXTERN_C extern "C"
  1582. | ^~~
  1583. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  1584. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  1585. | ^~~~~~~~
  1586. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1587. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1588. | ^~~~~~
  1589. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:218:1: note: in expansion of macro ‘WINOLECTLAPI’
  1590. 218 | WINOLECTLAPI OleTranslateColor( OLE_COLOR clr, HPALETTE hpal,
  1591. | ^~~~~~~~~~~~
  1592. [ 74%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/classes/B2SPlayer.cpp.o
  1593. In file included from /home/joni/git/vpinball/standalone/inc/wine/include/windef.h:277,
  1594. from /home/joni/git/vpinball/standalone/inc/wine/include/windows.h:38,
  1595. from /home/joni/git/vpinball/src/core/main.h:25,
  1596. from /home/joni/git/vpinball/src/core/stdafx.h:161,
  1597. from /home/joni/git/vpinball/standalone/inc/flexdmd/flexdmd_i_proxy.cpp:1:
  1598. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1599. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1600. | ^~~~~~~~~~~~~
  1601. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:35:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1602. 35 | #define WINOLECTLAPI_(type) DECLSPEC_IMPORT STDAPI_(type)
  1603. | ^~~~~~~~~~~~~~~
  1604. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:195:1: note: in expansion of macro ‘WINOLECTLAPI_’
  1605. 195 | WINOLECTLAPI_(HCURSOR) OleIconToCursor( HINSTANCE hinstExe, HICON hicon);
  1606. | ^~~~~~~~~~~~~
  1607. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1608. 448 | # define EXTERN_C extern "C"
  1609. | ^~~
  1610. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:459:33: note: in expansion of macro ‘EXTERN_C’
  1611. 459 | #define STDAPI_(type) EXTERN_C type STDAPICALLTYPE
  1612. | ^~~~~~~~
  1613. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:35:45: note: in expansion of macro ‘STDAPI_’
  1614. 35 | #define WINOLECTLAPI_(type) DECLSPEC_IMPORT STDAPI_(type)
  1615. | ^~~~~~~
  1616. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:195:1: note: in expansion of macro ‘WINOLECTLAPI_’
  1617. 195 | WINOLECTLAPI_(HCURSOR) OleIconToCursor( HINSTANCE hinstExe, HICON hicon);
  1618. | ^~~~~~~~~~~~~
  1619. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1620. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1621. | ^~~~~~~~~~~~~
  1622. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1623. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1624. | ^~~~~~~~~~~~~~~
  1625. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:196:1: note: in expansion of macro ‘WINOLECTLAPI’
  1626. 196 | WINOLECTLAPI OleCreatePropertyFrameIndirect( LPOCPFIPARAMS lpParams);
  1627. | ^~~~~~~~~~~~
  1628. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1629. 448 | # define EXTERN_C extern "C"
  1630. | ^~~
  1631. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  1632. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  1633. | ^~~~~~~~
  1634. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1635. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1636. | ^~~~~~
  1637. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:196:1: note: in expansion of macro ‘WINOLECTLAPI’
  1638. 196 | WINOLECTLAPI OleCreatePropertyFrameIndirect( LPOCPFIPARAMS lpParams);
  1639. | ^~~~~~~~~~~~
  1640. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1641. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1642. | ^~~~~~~~~~~~~
  1643. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1644. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1645. | ^~~~~~~~~~~~~~~
  1646. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:197:1: note: in expansion of macro ‘WINOLECTLAPI’
  1647. 197 | WINOLECTLAPI OleCreatePropertyFrame(
  1648. | ^~~~~~~~~~~~
  1649. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1650. 448 | # define EXTERN_C extern "C"
  1651. | ^~~
  1652. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  1653. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  1654. | ^~~~~~~~
  1655. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1656. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1657. | ^~~~~~
  1658. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:197:1: note: in expansion of macro ‘WINOLECTLAPI’
  1659. 197 | WINOLECTLAPI OleCreatePropertyFrame(
  1660. | ^~~~~~~~~~~~
  1661. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1662. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1663. | ^~~~~~~~~~~~~
  1664. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1665. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1666. | ^~~~~~~~~~~~~~~
  1667. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:202:1: note: in expansion of macro ‘WINOLECTLAPI’
  1668. 202 | WINOLECTLAPI OleLoadPicture( LPSTREAM lpstream, LONG lSize, BOOL fRunmode,
  1669. | ^~~~~~~~~~~~
  1670. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1671. 448 | # define EXTERN_C extern "C"
  1672. | ^~~
  1673. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  1674. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  1675. | ^~~~~~~~
  1676. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1677. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1678. | ^~~~~~
  1679. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:202:1: note: in expansion of macro ‘WINOLECTLAPI’
  1680. 202 | WINOLECTLAPI OleLoadPicture( LPSTREAM lpstream, LONG lSize, BOOL fRunmode,
  1681. | ^~~~~~~~~~~~
  1682. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1683. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1684. | ^~~~~~~~~~~~~
  1685. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1686. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1687. | ^~~~~~~~~~~~~~~
  1688. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:204:1: note: in expansion of macro ‘WINOLECTLAPI’
  1689. 204 | WINOLECTLAPI OleLoadPictureEx( LPSTREAM lpstream, LONG lSize, BOOL fRunMode,
  1690. | ^~~~~~~~~~~~
  1691. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1692. 448 | # define EXTERN_C extern "C"
  1693. | ^~~
  1694. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  1695. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  1696. | ^~~~~~~~
  1697. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1698. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1699. | ^~~~~~
  1700. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:204:1: note: in expansion of macro ‘WINOLECTLAPI’
  1701. 204 | WINOLECTLAPI OleLoadPictureEx( LPSTREAM lpstream, LONG lSize, BOOL fRunMode,
  1702. | ^~~~~~~~~~~~
  1703. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1704. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1705. | ^~~~~~~~~~~~~
  1706. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1707. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1708. | ^~~~~~~~~~~~~~~
  1709. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:207:1: note: in expansion of macro ‘WINOLECTLAPI’
  1710. 207 | WINOLECTLAPI OleLoadPictureFile( VARIANT varFilename, IDispatch **ppdispPicture );
  1711. | ^~~~~~~~~~~~
  1712. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1713. 448 | # define EXTERN_C extern "C"
  1714. | ^~~
  1715. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  1716. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  1717. | ^~~~~~~~
  1718. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1719. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1720. | ^~~~~~
  1721. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:207:1: note: in expansion of macro ‘WINOLECTLAPI’
  1722. 207 | WINOLECTLAPI OleLoadPictureFile( VARIANT varFilename, IDispatch **ppdispPicture );
  1723. | ^~~~~~~~~~~~
  1724. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1725. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1726. | ^~~~~~~~~~~~~
  1727. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1728. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1729. | ^~~~~~~~~~~~~~~
  1730. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:208:1: note: in expansion of macro ‘WINOLECTLAPI’
  1731. 208 | WINOLECTLAPI OleLoadPictureFileEx( VARIANT varFilename, DWORD xSizeDesired,
  1732. | ^~~~~~~~~~~~
  1733. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1734. 448 | # define EXTERN_C extern "C"
  1735. | ^~~
  1736. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  1737. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  1738. | ^~~~~~~~
  1739. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1740. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1741. | ^~~~~~
  1742. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:208:1: note: in expansion of macro ‘WINOLECTLAPI’
  1743. 208 | WINOLECTLAPI OleLoadPictureFileEx( VARIANT varFilename, DWORD xSizeDesired,
  1744. | ^~~~~~~~~~~~
  1745. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1746. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1747. | ^~~~~~~~~~~~~
  1748. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1749. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1750. | ^~~~~~~~~~~~~~~
  1751. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:210:1: note: in expansion of macro ‘WINOLECTLAPI’
  1752. 210 | WINOLECTLAPI OleSavePictureFile( IDispatch *pdispPicture, BSTR bstrFilename );
  1753. | ^~~~~~~~~~~~
  1754. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1755. 448 | # define EXTERN_C extern "C"
  1756. | ^~~
  1757. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  1758. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  1759. | ^~~~~~~~
  1760. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1761. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1762. | ^~~~~~
  1763. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:210:1: note: in expansion of macro ‘WINOLECTLAPI’
  1764. 210 | WINOLECTLAPI OleSavePictureFile( IDispatch *pdispPicture, BSTR bstrFilename );
  1765. | ^~~~~~~~~~~~
  1766. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1767. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1768. | ^~~~~~~~~~~~~
  1769. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1770. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1771. | ^~~~~~~~~~~~~~~
  1772. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:211:1: note: in expansion of macro ‘WINOLECTLAPI’
  1773. 211 | WINOLECTLAPI OleLoadPicturePath( LPOLESTR szURLorPath, LPUNKNOWN punkCaller,
  1774. | ^~~~~~~~~~~~
  1775. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1776. 448 | # define EXTERN_C extern "C"
  1777. | ^~~
  1778. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  1779. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  1780. | ^~~~~~~~
  1781. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1782. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1783. | ^~~~~~
  1784. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:211:1: note: in expansion of macro ‘WINOLECTLAPI’
  1785. 211 | WINOLECTLAPI OleLoadPicturePath( LPOLESTR szURLorPath, LPUNKNOWN punkCaller,
  1786. | ^~~~~~~~~~~~
  1787. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1788. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1789. | ^~~~~~~~~~~~~
  1790. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1791. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1792. | ^~~~~~~~~~~~~~~
  1793. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:214:1: note: in expansion of macro ‘WINOLECTLAPI’
  1794. 214 | WINOLECTLAPI OleCreatePictureIndirect(LPPICTDESC lpPictDesc, REFIID riid,
  1795. | ^~~~~~~~~~~~
  1796. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1797. 448 | # define EXTERN_C extern "C"
  1798. | ^~~
  1799. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  1800. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  1801. | ^~~~~~~~
  1802. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1803. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1804. | ^~~~~~
  1805. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:214:1: note: in expansion of macro ‘WINOLECTLAPI’
  1806. 214 | WINOLECTLAPI OleCreatePictureIndirect(LPPICTDESC lpPictDesc, REFIID riid,
  1807. | ^~~~~~~~~~~~
  1808. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1809. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1810. | ^~~~~~~~~~~~~
  1811. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1812. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1813. | ^~~~~~~~~~~~~~~
  1814. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:216:1: note: in expansion of macro ‘WINOLECTLAPI’
  1815. 216 | WINOLECTLAPI OleCreateFontIndirect(LPFONTDESC lpFontDesc, REFIID riid,
  1816. | ^~~~~~~~~~~~
  1817. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1818. 448 | # define EXTERN_C extern "C"
  1819. | ^~~
  1820. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  1821. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  1822. | ^~~~~~~~
  1823. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1824. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1825. | ^~~~~~
  1826. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:216:1: note: in expansion of macro ‘WINOLECTLAPI’
  1827. 216 | WINOLECTLAPI OleCreateFontIndirect(LPFONTDESC lpFontDesc, REFIID riid,
  1828. | ^~~~~~~~~~~~
  1829. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1830. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1831. | ^~~~~~~~~~~~~
  1832. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1833. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1834. | ^~~~~~~~~~~~~~~
  1835. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:218:1: note: in expansion of macro ‘WINOLECTLAPI’
  1836. 218 | WINOLECTLAPI OleTranslateColor( OLE_COLOR clr, HPALETTE hpal,
  1837. | ^~~~~~~~~~~~
  1838. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1839. 448 | # define EXTERN_C extern "C"
  1840. | ^~~
  1841. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  1842. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  1843. | ^~~~~~~~
  1844. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1845. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1846. | ^~~~~~
  1847. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:218:1: note: in expansion of macro ‘WINOLECTLAPI’
  1848. 218 | WINOLECTLAPI OleTranslateColor( OLE_COLOR clr, HPALETTE hpal,
  1849. | ^~~~~~~~~~~~
  1850. [ 75%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/classes/B2SScreen.cpp.o
  1851. [ 75%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/classes/B2SSettings.cpp.o
  1852. [ 75%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/classes/B2SReelDisplay.cpp.o
  1853. [ 75%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/classes/CollectData.cpp.o
  1854. [ 76%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/classes/ControlInfo.cpp.o
  1855. [ 76%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/classes/EntryAction.cpp.o
  1856. [ 76%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/classes/LEDAreaInfo.cpp.o
  1857. [ 77%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/classes/LEDDisplayDigitLocation.cpp.o
  1858. [ 77%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/classes/PictureBoxAnimation.cpp.o
  1859. [ 77%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/classes/PictureBoxAnimationEntry.cpp.o
  1860. [ 77%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/classes/Sound.cpp.o
  1861. [ 78%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/collections/AnimationCollection.cpp.o
  1862. [ 78%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/collections/ControlCollection.cpp.o
  1863. [ 78%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/collections/GenericDictionaryIgnoreCase.cpp.o
  1864. [ 79%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/collections/IlluminationGroupCollection.cpp.o
  1865. [ 79%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/collections/PictureBoxCollection.cpp.o
  1866. [ 79%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/collections/ReelDisplayReelBoxCollection.cpp.o
  1867. [ 79%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/collections/ReelBoxCollection.cpp.o
  1868. [ 80%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/collections/RunningAnimationsCollection.cpp.o
  1869. [ 80%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/collections/ZOrderCollection.cpp.o
  1870. [ 80%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/controls/B2SBaseBox.cpp.o
  1871. [ 80%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/controls/B2SLEDBox.cpp.o
  1872. [ 81%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/controls/B2SPictureBox.cpp.o
  1873. [ 81%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/controls/B2SReelBox.cpp.o
  1874. [ 81%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/controls/Control.cpp.o
  1875. [ 82%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/dream7/Dream7Display.cpp.o
  1876. [ 82%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/dream7/Segment.cpp.o
  1877. [ 82%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/dream7/SegmentList.cpp.o
  1878. [ 82%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/dream7/SegmentNumber.cpp.o
  1879. [ 83%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/dream7/SegmentStyle.cpp.o
  1880. [ 83%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/forms/FormWindow.cpp.o
  1881. [ 83%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/forms/Form.cpp.o
  1882. [ 84%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/forms/FormBackglass.cpp.o
  1883. [ 84%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/forms/FormDMD.cpp.o
  1884. [ 84%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/plugin/Plugin.cpp.o
  1885. [ 84%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/plugin/PluginHost.cpp.o
  1886. [ 85%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/Server.cpp.o
  1887. [ 85%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/b2s/b2s_i_proxy.cpp.o
  1888. [ 85%] Building C object CMakeFiles/vpinball.dir/standalone/inc/b2s/b2s_i.c.o
  1889. [ 86%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/dof/DOFPlugin.cpp.o
  1890. [ 86%] Building CXX object CMakeFiles/vpinball.dir/standalone/Standalone.cpp.o
  1891. [ 86%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/pup/PUPManager.cpp.o
  1892. [ 86%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/pup/PUPPinDisplay.cpp.o
  1893. [ 87%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/pup/PUPPlaylist.cpp.o
  1894. [ 87%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/pup/PUPTrigger.cpp.o
  1895. [ 87%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/pup/PUPTriggerCondition.cpp.o
  1896. [ 88%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/pup/PUPScreen.cpp.o
  1897. [ 88%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/pup/PUPLabel.cpp.o
  1898. [ 88%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/pup/PUPCustomPos.cpp.o
  1899. [ 88%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/pup/PUPPlugin.cpp.o
  1900. [ 89%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/pup/PUPWindow.cpp.o
  1901. [ 89%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/pup/PUPMediaPlayer.cpp.o
  1902. [ 89%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/pup/PUPMediaManager.cpp.o
  1903. [ 89%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/pup/pup_i_proxy.cpp.o
  1904. [ 90%] Building C object CMakeFiles/vpinball.dir/standalone/inc/pup/pup_i.c.o
  1905. [ 90%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/common/WindowManager.cpp.o
  1906. In file included from /home/joni/git/vpinball/standalone/inc/wine/include/windef.h:277,
  1907. from /home/joni/git/vpinball/standalone/inc/wine/include/windows.h:38,
  1908. from /home/joni/git/vpinball/src/core/main.h:25,
  1909. from /home/joni/git/vpinball/src/core/stdafx.h:161,
  1910. from /home/joni/git/vpinball/standalone/inc/b2s/b2s_i_proxy.cpp:1:
  1911. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1912. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1913. | ^~~~~~~~~~~~~
  1914. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:35:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1915. 35 | #define WINOLECTLAPI_(type) DECLSPEC_IMPORT STDAPI_(type)
  1916. | ^~~~~~~~~~~~~~~
  1917. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:195:1: note: in expansion of macro ‘WINOLECTLAPI_’
  1918. 195 | WINOLECTLAPI_(HCURSOR) OleIconToCursor( HINSTANCE hinstExe, HICON hicon);
  1919. | ^~~~~~~~~~~~~
  1920. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1921. 448 | # define EXTERN_C extern "C"
  1922. | ^~~
  1923. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:459:33: note: in expansion of macro ‘EXTERN_C’
  1924. 459 | #define STDAPI_(type) EXTERN_C type STDAPICALLTYPE
  1925. | ^~~~~~~~
  1926. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:35:45: note: in expansion of macro ‘STDAPI_’
  1927. 35 | #define WINOLECTLAPI_(type) DECLSPEC_IMPORT STDAPI_(type)
  1928. | ^~~~~~~
  1929. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:195:1: note: in expansion of macro ‘WINOLECTLAPI_’
  1930. 195 | WINOLECTLAPI_(HCURSOR) OleIconToCursor( HINSTANCE hinstExe, HICON hicon);
  1931. | ^~~~~~~~~~~~~
  1932. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1933. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1934. | ^~~~~~~~~~~~~
  1935. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1936. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1937. | ^~~~~~~~~~~~~~~
  1938. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:196:1: note: in expansion of macro ‘WINOLECTLAPI’
  1939. 196 | WINOLECTLAPI OleCreatePropertyFrameIndirect( LPOCPFIPARAMS lpParams);
  1940. | ^~~~~~~~~~~~
  1941. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1942. 448 | # define EXTERN_C extern "C"
  1943. | ^~~
  1944. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  1945. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  1946. | ^~~~~~~~
  1947. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1948. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1949. | ^~~~~~
  1950. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:196:1: note: in expansion of macro ‘WINOLECTLAPI’
  1951. 196 | WINOLECTLAPI OleCreatePropertyFrameIndirect( LPOCPFIPARAMS lpParams);
  1952. | ^~~~~~~~~~~~
  1953. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1954. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1955. | ^~~~~~~~~~~~~
  1956. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1957. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1958. | ^~~~~~~~~~~~~~~
  1959. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:197:1: note: in expansion of macro ‘WINOLECTLAPI’
  1960. 197 | WINOLECTLAPI OleCreatePropertyFrame(
  1961. | ^~~~~~~~~~~~
  1962. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1963. 448 | # define EXTERN_C extern "C"
  1964. | ^~~
  1965. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  1966. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  1967. | ^~~~~~~~
  1968. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1969. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1970. | ^~~~~~
  1971. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:197:1: note: in expansion of macro ‘WINOLECTLAPI’
  1972. 197 | WINOLECTLAPI OleCreatePropertyFrame(
  1973. | ^~~~~~~~~~~~
  1974. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1975. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1976. | ^~~~~~~~~~~~~
  1977. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1978. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1979. | ^~~~~~~~~~~~~~~
  1980. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:202:1: note: in expansion of macro ‘WINOLECTLAPI’
  1981. 202 | WINOLECTLAPI OleLoadPicture( LPSTREAM lpstream, LONG lSize, BOOL fRunmode,
  1982. | ^~~~~~~~~~~~
  1983. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  1984. 448 | # define EXTERN_C extern "C"
  1985. | ^~~
  1986. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  1987. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  1988. | ^~~~~~~~
  1989. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  1990. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  1991. | ^~~~~~
  1992. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:202:1: note: in expansion of macro ‘WINOLECTLAPI’
  1993. 202 | WINOLECTLAPI OleLoadPicture( LPSTREAM lpstream, LONG lSize, BOOL fRunmode,
  1994. | ^~~~~~~~~~~~
  1995. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  1996. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  1997. | ^~~~~~~~~~~~~
  1998. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  1999. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2000. | ^~~~~~~~~~~~~~~
  2001. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:204:1: note: in expansion of macro ‘WINOLECTLAPI’
  2002. 204 | WINOLECTLAPI OleLoadPictureEx( LPSTREAM lpstream, LONG lSize, BOOL fRunMode,
  2003. | ^~~~~~~~~~~~
  2004. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  2005. 448 | # define EXTERN_C extern "C"
  2006. | ^~~
  2007. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  2008. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  2009. | ^~~~~~~~
  2010. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  2011. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2012. | ^~~~~~
  2013. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:204:1: note: in expansion of macro ‘WINOLECTLAPI’
  2014. 204 | WINOLECTLAPI OleLoadPictureEx( LPSTREAM lpstream, LONG lSize, BOOL fRunMode,
  2015. | ^~~~~~~~~~~~
  2016. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  2017. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  2018. | ^~~~~~~~~~~~~
  2019. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  2020. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2021. | ^~~~~~~~~~~~~~~
  2022. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:207:1: note: in expansion of macro ‘WINOLECTLAPI’
  2023. 207 | WINOLECTLAPI OleLoadPictureFile( VARIANT varFilename, IDispatch **ppdispPicture );
  2024. | ^~~~~~~~~~~~
  2025. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  2026. 448 | # define EXTERN_C extern "C"
  2027. | ^~~
  2028. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  2029. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  2030. | ^~~~~~~~
  2031. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  2032. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2033. | ^~~~~~
  2034. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:207:1: note: in expansion of macro ‘WINOLECTLAPI’
  2035. 207 | WINOLECTLAPI OleLoadPictureFile( VARIANT varFilename, IDispatch **ppdispPicture );
  2036. | ^~~~~~~~~~~~
  2037. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  2038. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  2039. | ^~~~~~~~~~~~~
  2040. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  2041. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2042. | ^~~~~~~~~~~~~~~
  2043. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:208:1: note: in expansion of macro ‘WINOLECTLAPI’
  2044. 208 | WINOLECTLAPI OleLoadPictureFileEx( VARIANT varFilename, DWORD xSizeDesired,
  2045. | ^~~~~~~~~~~~
  2046. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  2047. 448 | # define EXTERN_C extern "C"
  2048. | ^~~
  2049. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  2050. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  2051. | ^~~~~~~~
  2052. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  2053. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2054. | ^~~~~~
  2055. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:208:1: note: in expansion of macro ‘WINOLECTLAPI’
  2056. 208 | WINOLECTLAPI OleLoadPictureFileEx( VARIANT varFilename, DWORD xSizeDesired,
  2057. | ^~~~~~~~~~~~
  2058. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  2059. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  2060. | ^~~~~~~~~~~~~
  2061. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  2062. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2063. | ^~~~~~~~~~~~~~~
  2064. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:210:1: note: in expansion of macro ‘WINOLECTLAPI’
  2065. 210 | WINOLECTLAPI OleSavePictureFile( IDispatch *pdispPicture, BSTR bstrFilename );
  2066. | ^~~~~~~~~~~~
  2067. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  2068. 448 | # define EXTERN_C extern "C"
  2069. | ^~~
  2070. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  2071. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  2072. | ^~~~~~~~
  2073. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  2074. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2075. | ^~~~~~
  2076. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:210:1: note: in expansion of macro ‘WINOLECTLAPI’
  2077. 210 | WINOLECTLAPI OleSavePictureFile( IDispatch *pdispPicture, BSTR bstrFilename );
  2078. | ^~~~~~~~~~~~
  2079. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  2080. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  2081. | ^~~~~~~~~~~~~
  2082. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  2083. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2084. | ^~~~~~~~~~~~~~~
  2085. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:211:1: note: in expansion of macro ‘WINOLECTLAPI’
  2086. 211 | WINOLECTLAPI OleLoadPicturePath( LPOLESTR szURLorPath, LPUNKNOWN punkCaller,
  2087. | ^~~~~~~~~~~~
  2088. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  2089. 448 | # define EXTERN_C extern "C"
  2090. | ^~~
  2091. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  2092. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  2093. | ^~~~~~~~
  2094. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  2095. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2096. | ^~~~~~
  2097. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:211:1: note: in expansion of macro ‘WINOLECTLAPI’
  2098. 211 | WINOLECTLAPI OleLoadPicturePath( LPOLESTR szURLorPath, LPUNKNOWN punkCaller,
  2099. | ^~~~~~~~~~~~
  2100. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  2101. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  2102. | ^~~~~~~~~~~~~
  2103. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  2104. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2105. | ^~~~~~~~~~~~~~~
  2106. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:214:1: note: in expansion of macro ‘WINOLECTLAPI’
  2107. 214 | WINOLECTLAPI OleCreatePictureIndirect(LPPICTDESC lpPictDesc, REFIID riid,
  2108. | ^~~~~~~~~~~~
  2109. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  2110. 448 | # define EXTERN_C extern "C"
  2111. | ^~~
  2112. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  2113. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  2114. | ^~~~~~~~
  2115. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  2116. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2117. | ^~~~~~
  2118. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:214:1: note: in expansion of macro ‘WINOLECTLAPI’
  2119. 214 | WINOLECTLAPI OleCreatePictureIndirect(LPPICTDESC lpPictDesc, REFIID riid,
  2120. | ^~~~~~~~~~~~
  2121. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  2122. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  2123. | ^~~~~~~~~~~~~
  2124. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  2125. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2126. | ^~~~~~~~~~~~~~~
  2127. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:216:1: note: in expansion of macro ‘WINOLECTLAPI’
  2128. 216 | WINOLECTLAPI OleCreateFontIndirect(LPFONTDESC lpFontDesc, REFIID riid,
  2129. | ^~~~~~~~~~~~
  2130. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  2131. 448 | # define EXTERN_C extern "C"
  2132. | ^~~
  2133. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  2134. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  2135. | ^~~~~~~~
  2136. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  2137. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2138. | ^~~~~~
  2139. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:216:1: note: in expansion of macro ‘WINOLECTLAPI’
  2140. 216 | WINOLECTLAPI OleCreateFontIndirect(LPFONTDESC lpFontDesc, REFIID riid,
  2141. | ^~~~~~~~~~~~
  2142. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  2143. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  2144. | ^~~~~~~~~~~~~
  2145. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  2146. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2147. | ^~~~~~~~~~~~~~~
  2148. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:218:1: note: in expansion of macro ‘WINOLECTLAPI’
  2149. 218 | WINOLECTLAPI OleTranslateColor( OLE_COLOR clr, HPALETTE hpal,
  2150. | ^~~~~~~~~~~~
  2151. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  2152. 448 | # define EXTERN_C extern "C"
  2153. | ^~~
  2154. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  2155. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  2156. | ^~~~~~~~
  2157. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  2158. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2159. | ^~~~~~
  2160. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:218:1: note: in expansion of macro ‘WINOLECTLAPI’
  2161. 218 | WINOLECTLAPI OleTranslateColor( OLE_COLOR clr, HPALETTE hpal,
  2162. | ^~~~~~~~~~~~
  2163. [ 90%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/common/Window.cpp.o
  2164. [ 91%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/common/DMDWindow.cpp.o
  2165. [ 91%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/common/RendererGraphics.cpp.o
  2166. [ 91%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/common/SurfaceGraphics.cpp.o
  2167. [ 91%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/common/GraphicsPath.cpp.o
  2168. [ 92%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/common/Matrix.cpp.o
  2169. [ 92%] Building CXX object CMakeFiles/vpinball.dir/standalone/inc/common/Timer.cpp.o
  2170. In file included from /home/joni/git/vpinball/standalone/inc/wine/include/windef.h:277,
  2171. from /home/joni/git/vpinball/standalone/inc/wine/include/windows.h:38,
  2172. from /home/joni/git/vpinball/src/core/main.h:25,
  2173. from /home/joni/git/vpinball/src/core/stdafx.h:161,
  2174. from /home/joni/git/vpinball/standalone/inc/pup/pup_i_proxy.cpp:1:
  2175. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  2176. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  2177. | ^~~~~~~~~~~~~
  2178. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:35:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  2179. 35 | #define WINOLECTLAPI_(type) DECLSPEC_IMPORT STDAPI_(type)
  2180. | ^~~~~~~~~~~~~~~
  2181. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:195:1: note: in expansion of macro ‘WINOLECTLAPI_’
  2182. 195 | WINOLECTLAPI_(HCURSOR) OleIconToCursor( HINSTANCE hinstExe, HICON hicon);
  2183. | ^~~~~~~~~~~~~
  2184. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  2185. 448 | # define EXTERN_C extern "C"
  2186. | ^~~
  2187. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:459:33: note: in expansion of macro ‘EXTERN_C’
  2188. 459 | #define STDAPI_(type) EXTERN_C type STDAPICALLTYPE
  2189. | ^~~~~~~~
  2190. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:35:45: note: in expansion of macro ‘STDAPI_’
  2191. 35 | #define WINOLECTLAPI_(type) DECLSPEC_IMPORT STDAPI_(type)
  2192. | ^~~~~~~
  2193. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:195:1: note: in expansion of macro ‘WINOLECTLAPI_’
  2194. 195 | WINOLECTLAPI_(HCURSOR) OleIconToCursor( HINSTANCE hinstExe, HICON hicon);
  2195. | ^~~~~~~~~~~~~
  2196. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  2197. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  2198. | ^~~~~~~~~~~~~
  2199. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  2200. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2201. | ^~~~~~~~~~~~~~~
  2202. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:196:1: note: in expansion of macro ‘WINOLECTLAPI’
  2203. 196 | WINOLECTLAPI OleCreatePropertyFrameIndirect( LPOCPFIPARAMS lpParams);
  2204. | ^~~~~~~~~~~~
  2205. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  2206. 448 | # define EXTERN_C extern "C"
  2207. | ^~~
  2208. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  2209. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  2210. | ^~~~~~~~
  2211. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  2212. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2213. | ^~~~~~
  2214. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:196:1: note: in expansion of macro ‘WINOLECTLAPI’
  2215. 196 | WINOLECTLAPI OleCreatePropertyFrameIndirect( LPOCPFIPARAMS lpParams);
  2216. | ^~~~~~~~~~~~
  2217. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  2218. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  2219. | ^~~~~~~~~~~~~
  2220. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  2221. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2222. | ^~~~~~~~~~~~~~~
  2223. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:197:1: note: in expansion of macro ‘WINOLECTLAPI’
  2224. 197 | WINOLECTLAPI OleCreatePropertyFrame(
  2225. | ^~~~~~~~~~~~
  2226. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  2227. 448 | # define EXTERN_C extern "C"
  2228. | ^~~
  2229. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  2230. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  2231. | ^~~~~~~~
  2232. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  2233. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2234. | ^~~~~~
  2235. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:197:1: note: in expansion of macro ‘WINOLECTLAPI’
  2236. 197 | WINOLECTLAPI OleCreatePropertyFrame(
  2237. | ^~~~~~~~~~~~
  2238. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  2239. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  2240. | ^~~~~~~~~~~~~
  2241. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  2242. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2243. | ^~~~~~~~~~~~~~~
  2244. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:202:1: note: in expansion of macro ‘WINOLECTLAPI’
  2245. 202 | WINOLECTLAPI OleLoadPicture( LPSTREAM lpstream, LONG lSize, BOOL fRunmode,
  2246. | ^~~~~~~~~~~~
  2247. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  2248. 448 | # define EXTERN_C extern "C"
  2249. | ^~~
  2250. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  2251. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  2252. | ^~~~~~~~
  2253. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  2254. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2255. | ^~~~~~
  2256. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:202:1: note: in expansion of macro ‘WINOLECTLAPI’
  2257. 202 | WINOLECTLAPI OleLoadPicture( LPSTREAM lpstream, LONG lSize, BOOL fRunmode,
  2258. | ^~~~~~~~~~~~
  2259. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  2260. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  2261. | ^~~~~~~~~~~~~
  2262. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  2263. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2264. | ^~~~~~~~~~~~~~~
  2265. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:204:1: note: in expansion of macro ‘WINOLECTLAPI’
  2266. 204 | WINOLECTLAPI OleLoadPictureEx( LPSTREAM lpstream, LONG lSize, BOOL fRunMode,
  2267. | ^~~~~~~~~~~~
  2268. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  2269. 448 | # define EXTERN_C extern "C"
  2270. | ^~~
  2271. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  2272. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  2273. | ^~~~~~~~
  2274. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  2275. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2276. | ^~~~~~
  2277. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:204:1: note: in expansion of macro ‘WINOLECTLAPI’
  2278. 204 | WINOLECTLAPI OleLoadPictureEx( LPSTREAM lpstream, LONG lSize, BOOL fRunMode,
  2279. | ^~~~~~~~~~~~
  2280. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  2281. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  2282. | ^~~~~~~~~~~~~
  2283. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  2284. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2285. | ^~~~~~~~~~~~~~~
  2286. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:207:1: note: in expansion of macro ‘WINOLECTLAPI’
  2287. 207 | WINOLECTLAPI OleLoadPictureFile( VARIANT varFilename, IDispatch **ppdispPicture );
  2288. | ^~~~~~~~~~~~
  2289. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  2290. 448 | # define EXTERN_C extern "C"
  2291. | ^~~
  2292. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  2293. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  2294. | ^~~~~~~~
  2295. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  2296. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2297. | ^~~~~~
  2298. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:207:1: note: in expansion of macro ‘WINOLECTLAPI’
  2299. 207 | WINOLECTLAPI OleLoadPictureFile( VARIANT varFilename, IDispatch **ppdispPicture );
  2300. | ^~~~~~~~~~~~
  2301. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  2302. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  2303. | ^~~~~~~~~~~~~
  2304. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  2305. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2306. | ^~~~~~~~~~~~~~~
  2307. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:208:1: note: in expansion of macro ‘WINOLECTLAPI’
  2308. 208 | WINOLECTLAPI OleLoadPictureFileEx( VARIANT varFilename, DWORD xSizeDesired,
  2309. | ^~~~~~~~~~~~
  2310. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  2311. 448 | # define EXTERN_C extern "C"
  2312. | ^~~
  2313. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  2314. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  2315. | ^~~~~~~~
  2316. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  2317. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2318. | ^~~~~~
  2319. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:208:1: note: in expansion of macro ‘WINOLECTLAPI’
  2320. 208 | WINOLECTLAPI OleLoadPictureFileEx( VARIANT varFilename, DWORD xSizeDesired,
  2321. | ^~~~~~~~~~~~
  2322. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  2323. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  2324. | ^~~~~~~~~~~~~
  2325. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  2326. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2327. | ^~~~~~~~~~~~~~~
  2328. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:210:1: note: in expansion of macro ‘WINOLECTLAPI’
  2329. 210 | WINOLECTLAPI OleSavePictureFile( IDispatch *pdispPicture, BSTR bstrFilename );
  2330. | ^~~~~~~~~~~~
  2331. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  2332. 448 | # define EXTERN_C extern "C"
  2333. | ^~~
  2334. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  2335. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  2336. | ^~~~~~~~
  2337. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  2338. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2339. | ^~~~~~
  2340. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:210:1: note: in expansion of macro ‘WINOLECTLAPI’
  2341. 210 | WINOLECTLAPI OleSavePictureFile( IDispatch *pdispPicture, BSTR bstrFilename );
  2342. | ^~~~~~~~~~~~
  2343. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  2344. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  2345. | ^~~~~~~~~~~~~
  2346. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  2347. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2348. | ^~~~~~~~~~~~~~~
  2349. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:211:1: note: in expansion of macro ‘WINOLECTLAPI’
  2350. 211 | WINOLECTLAPI OleLoadPicturePath( LPOLESTR szURLorPath, LPUNKNOWN punkCaller,
  2351. | ^~~~~~~~~~~~
  2352. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  2353. 448 | # define EXTERN_C extern "C"
  2354. | ^~~
  2355. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  2356. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  2357. | ^~~~~~~~
  2358. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  2359. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2360. | ^~~~~~
  2361. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:211:1: note: in expansion of macro ‘WINOLECTLAPI’
  2362. 211 | WINOLECTLAPI OleLoadPicturePath( LPOLESTR szURLorPath, LPUNKNOWN punkCaller,
  2363. | ^~~~~~~~~~~~
  2364. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  2365. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  2366. | ^~~~~~~~~~~~~
  2367. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  2368. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2369. | ^~~~~~~~~~~~~~~
  2370. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:214:1: note: in expansion of macro ‘WINOLECTLAPI’
  2371. 214 | WINOLECTLAPI OleCreatePictureIndirect(LPPICTDESC lpPictDesc, REFIID riid,
  2372. | ^~~~~~~~~~~~
  2373. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  2374. 448 | # define EXTERN_C extern "C"
  2375. | ^~~
  2376. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  2377. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  2378. | ^~~~~~~~
  2379. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  2380. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2381. | ^~~~~~
  2382. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:214:1: note: in expansion of macro ‘WINOLECTLAPI’
  2383. 214 | WINOLECTLAPI OleCreatePictureIndirect(LPPICTDESC lpPictDesc, REFIID riid,
  2384. | ^~~~~~~~~~~~
  2385. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  2386. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  2387. | ^~~~~~~~~~~~~
  2388. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  2389. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2390. | ^~~~~~~~~~~~~~~
  2391. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:216:1: note: in expansion of macro ‘WINOLECTLAPI’
  2392. 216 | WINOLECTLAPI OleCreateFontIndirect(LPFONTDESC lpFontDesc, REFIID riid,
  2393. | ^~~~~~~~~~~~
  2394. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  2395. 448 | # define EXTERN_C extern "C"
  2396. | ^~~
  2397. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  2398. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  2399. | ^~~~~~~~
  2400. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  2401. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2402. | ^~~~~~
  2403. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:216:1: note: in expansion of macro ‘WINOLECTLAPI’
  2404. 216 | WINOLECTLAPI OleCreateFontIndirect(LPFONTDESC lpFontDesc, REFIID riid,
  2405. | ^~~~~~~~~~~~
  2406. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:58:27: warning: attributes are not permitted in this position [-Wattributes]
  2407. 58 | # define DECLSPEC_IMPORT __attribute__((visibility ("hidden")))
  2408. | ^~~~~~~~~~~~~
  2409. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:29: note: in expansion of macro ‘DECLSPEC_IMPORT’
  2410. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2411. | ^~~~~~~~~~~~~~~
  2412. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:218:1: note: in expansion of macro ‘WINOLECTLAPI’
  2413. 218 | WINOLECTLAPI OleTranslateColor( OLE_COLOR clr, HPALETTE hpal,
  2414. | ^~~~~~~~~~~~
  2415. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:448:29: note: attributes may be inserted here
  2416. 448 | # define EXTERN_C extern "C"
  2417. | ^~~
  2418. /home/joni/git/vpinball/standalone/inc/wine/include/winnt.h:458:33: note: in expansion of macro ‘EXTERN_C’
  2419. 458 | #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
  2420. | ^~~~~~~~
  2421. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:34:45: note: in expansion of macro ‘STDAPI’
  2422. 34 | #define WINOLECTLAPI DECLSPEC_IMPORT STDAPI
  2423. | ^~~~~~
  2424. /home/joni/git/vpinball/standalone/inc/wine/include/olectl.h:218:1: note: in expansion of macro ‘WINOLECTLAPI’
  2425. 218 | WINOLECTLAPI OleTranslateColor( OLE_COLOR clr, HPALETTE hpal,
  2426. | ^~~~~~~~~~~~
  2427. [ 92%] Building C object CMakeFiles/vpinball.dir/standalone/inc/wine/dlls/atl/atl.c.o
  2428. [ 93%] Building C object CMakeFiles/vpinball.dir/standalone/inc/wine/dlls/oleaut32/oleaut.c.o
  2429. [ 93%] Building C object CMakeFiles/vpinball.dir/standalone/inc/wine/dlls/oleaut32/variant.c.o
  2430. [ 93%] Building C object CMakeFiles/vpinball.dir/standalone/inc/wine/dlls/oleaut32/varformat.c.o
  2431. [ 93%] Building C object CMakeFiles/vpinball.dir/standalone/inc/wine/dlls/oleaut32/vartype.c.o
  2432. [ 94%] Building C object CMakeFiles/vpinball.dir/standalone/inc/wine/dlls/oleaut32/safearray.c.o
  2433. [ 94%] Building C object CMakeFiles/vpinball.dir/standalone/inc/wine/dlls/vbscript/compile.c.o
  2434. [ 94%] Building C object CMakeFiles/vpinball.dir/standalone/inc/wine/dlls/vbscript/global.c.o
  2435. [ 95%] Building C object CMakeFiles/vpinball.dir/standalone/inc/wine/dlls/vbscript/interp.c.o
  2436. [ 95%] Building C object CMakeFiles/vpinball.dir/standalone/inc/wine/dlls/vbscript/lex.c.o
  2437. [ 95%] Building C object CMakeFiles/vpinball.dir/standalone/inc/wine/dlls/vbscript/regexp.c.o
  2438. [ 95%] Building C object CMakeFiles/vpinball.dir/standalone/inc/wine/dlls/vbscript/utils.c.o
  2439. [ 96%] Building C object CMakeFiles/vpinball.dir/standalone/inc/wine/dlls/vbscript/vbdisp.c.o
  2440. [ 96%] Building C object CMakeFiles/vpinball.dir/standalone/inc/wine/dlls/vbscript/vbregexp.c.o
  2441. [ 96%] Building C object CMakeFiles/vpinball.dir/standalone/inc/wine/dlls/vbscript/vbscript.c.o
  2442. [ 96%] Building C object CMakeFiles/vpinball.dir/standalone/inc/wine/dlls/vbscript/parser.tab.c.o
  2443. [ 97%] Building C object CMakeFiles/vpinball.dir/standalone/inc/wine/dlls/vbscript/vbscript_main.c.o
  2444. [ 97%] Building C object CMakeFiles/vpinball.dir/standalone/inc/wine/dlls/scrrun/dictionary.c.o
  2445. [ 97%] Building C object CMakeFiles/vpinball.dir/standalone/inc/wine/dlls/scrrun/filesystem.c.o
  2446. [ 98%] Building C object CMakeFiles/vpinball.dir/standalone/inc/wine/dlls/scrrun/scrrun.c.o
  2447. [ 98%] Building C object CMakeFiles/vpinball.dir/standalone/inc/wine/dlls/kernelbase/locale.c.o
  2448. [ 98%] Building C object CMakeFiles/vpinball.dir/standalone/inc/wine/wine.c.o
  2449. [ 99%] Linking CXX executable VPinballX_BGFX
  2450. [100%] Built target vpinball
  2451. make: *** [Makefile:91: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment