Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Building SFML master branch (error: 'FLASHW_TRAY' was not declared in this scope  (Read 1095 times)

0 Members and 1 Guest are viewing this topic.

jagudo

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • Email
Hi,

I'm just building SFML from scratch as I was having problems using the pre-built libraries.

Running with:

cmake version 3.0.2
g++ (GCC) 4.5.2
Copyright (C) 2010 Free Software Foundation, Inc

Any ideas? (More info down the mail ...)

Thx a lot.

[ 16%] Built target sfml-system
[ 18%] Built target sfml-main
[ 19%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/Win32/WindowImplWin32.cpp.obj
D:\ExternalLibs\SFML\src\SFML\Window\Win32\WindowImplWin32.cpp: In member function 'virtual void sf::priv::WindowImplWin
32::requestFocus()':
D:\ExternalLibs\SFML\src\SFML\Window\Win32\WindowImplWin32.cpp:387:26: error: 'FLASHW_TRAY' was not declared in this sco
pe
mingw32-make[2]: *** [src/SFML/Window/CMakeFiles/sfml-window.dir/Win32/WindowImplWin32.cpp.obj] Error 1
mingw32-make[1]: *** [src/SFML/Window/CMakeFiles/sfml-window.dir/all] Error 2
mingw32-make: *** [all] Error 2

Ixrec

  • Hero Member
  • *****
  • Posts: 1241
    • View Profile
    • Email

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10846
    • View Profile
    • development blog
    • Email
Pull again from master, it was just fixed.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Laurent Gomila - SFML developer