Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 603154

Summary: net-misc/tigervnc-1.6.0-r2 requires fltk 1.3.3 - 'fullscreen_screens' was not declared in this scope
Product: Gentoo Linux Reporter: Honza <hkmaly>
Component: Current packagesAssignee: otakuto.gentoo
Status: RESOLVED FIXED    
Severity: normal CC: proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Honza 2016-12-20 01:53:24 UTC
As mentioned upstream https://github.com/TigerVNC/tigervnc/issues/177 net-misc/tigervnc-1.6.0-r2 requires fltk 1.3.3. Otherwise (like, with 1.3.2) it throws following error:

/var/tmp/portage/net-misc/tigervnc-1.6.0-r2/work/tigervnc-1.6.0/vncviewer/DesktopWindow.cxx: In member function 'void DesktopWindow::fullscreen_on()':
/var/tmp/portage/net-misc/tigervnc-1.6.0-r2/work/tigervnc-1.6.0/vncviewer/DesktopWindow.cxx:437:38: error: 'fullscreen_screens' was not declared in this scope
     fullscreen_screens(-1, -1, -1, -1);
                                      ^
/var/tmp/portage/net-misc/tigervnc-1.6.0-r2/work/tigervnc-1.6.0/vncviewer/DesktopWindow.cxx:472:48: error: 'fullscreen_screens' was not declared in this scope
     fullscreen_screens(top, bottom, left, right);
                                                ^
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/net-misc/tigervnc-1.6.0-r2/work/tigervnc-1.6.0/CMakeFiles
make[2]: *** [vncviewer/CMakeFiles/vncviewer.dir/DesktopWindow.cxx.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/net-misc/tigervnc-1.6.0-r2/work/tigervnc-1.6.0'
make[1]: *** [vncviewer/CMakeFiles/vncviewer.dir/all] Error 2

Compiles ok with x11-libs/fltk-1.3.3-r3
Comment 1 otakuto.gentoo 2017-10-25 15:48:36 UTC
Thank you for your report.
The version of fltk is more than 1.3.3 in gentoo repo lately thus no problem.