-
Notifications
You must be signed in to change notification settings - Fork 0
Commits on Mar 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d05edbf - Browse repository at this point
Copy the full SHA d05edbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c81b09c - Browse repository at this point
Copy the full SHA c81b09cView commit details -
fltk: Update version from 1.3.2 to 1.3.4_2
Update required for tigervnc FLTK release history: http://www.fltk.org/articles.php?L825
Configuration menu - View commit details
-
Copy full SHA for 3644c98 - Browse repository at this point
Copy the full SHA 3644c98View commit details -
Configuration menu - View commit details
-
Copy full SHA for cded3bf - Browse repository at this point
Copy the full SHA cded3bfView commit details -
tigervnc: Add libraries from fltl-config
There is some logic in CMakeLists.txt to create the list of required link libraries in FLTK_LIBRARIES. This depends on the output of FindFLTK.cmake provided by cmake. The logic seems to fail as several libraries are missing in the end: [ 89%] Linking CXX executable vncviewer /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/../../../../lib64/libfltk.a(Fl_Window_shape.o): undefined reference to symbol 'dlsym@@GLIBC_2.2.5' /lib/libdl.so.2: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status vncviewer/CMakeFiles/vncviewer.dir/build.make:427: recipe for target 'vncviewer/vncviewer' failed make[2]: *** [vncviewer/vncviewer] Error 1 Overwrite the computed FLTK_LIBRARIES with the output of fltk-config --use-images --ldflags which seems to enumerate the required libraries.
Configuration menu - View commit details
-
Copy full SHA for 990d62c - Browse repository at this point
Copy the full SHA 990d62cView commit details -
Xvnc is the X.org xserver with a framebuffer display (like Xvfb) but adapted by tigervnc to offer the framebuffer via the vnc protocol. Build instructions : https://github.com/TigerVNC/tigervnc/blob/7cc9f6ad07db1f4f7f141d229d2dc5035bd2f89d/BUILDING.txt#L97 Some configure option suggested by the above instructions are not recognized by the x.org xserver 1.19.6 configure script and removed: --disable-config-dbus --enable-install-libxf86config --with-fontdir --with-dri-driver-path The option --disable-xwayland has been added to avoid the creation of /usr/bin/Xwayland conflicting with the xorg-server package. Installation of a Xserver manpage has been disabled for the same reason.
Configuration menu - View commit details
-
Copy full SHA for 984bcae - Browse repository at this point
Copy the full SHA 984bcaeView commit details -
tigervnc: Add patch to default session to xfce4
Default the x-session to xfce4 instead of twm and a xterm.
Configuration menu - View commit details
-
Copy full SHA for a84d92b - Browse repository at this point
Copy the full SHA a84d92bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.