SFML community forums

Help => General => Topic started by: jagudo on October 12, 2014, 09:08:31 pm

Title: Building SFML master branch (error: 'FLASHW_TRAY' was not declared in this scope
Post by: jagudo on October 12, 2014, 09:08:31 pm
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
Title: Re: Building SFML master branch (error: 'FLASHW_TRAY' was not declared in this scope
Post by: Ixrec on October 12, 2014, 09:13:49 pm
This looks like https://github.com/SFML/SFML/issues/718
Title: AW: Building SFML master branch (error: 'FLASHW_TRAY' was not declared in this scope
Post by: eXpl0it3r on October 12, 2014, 09:14:33 pm
Pull again from master, it was just fixed.
Title: Re: Building SFML master branch (error: 'FLASHW_TRAY' was not declared in this scope
Post by: Laurent on October 12, 2014, 09:27:04 pm
Please search before posting.

http://en.sfml-dev.org/forums/index.php?topic=16525.0