joni_999

Untitled

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