Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Commit 9aa03e9

Browse files
committed
Fix linux compile errors
1 parent 6e18f9e commit 9aa03e9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ case $uname in
712712
X11/Xft/Xft.h,
713713
AC_CHECK_LIB(Xft, XftDrawCreate,
714714
AC_DEFINE(USE_XFT)
715-
LIBS="-lXft $LIBS")
715+
LIBS="-lXft -lXrender -lfontconfig -lfreetype $LIBS")
716716
)
717717
fi
718718
fi

fltk/TabGroup.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ class FL_API TabGroupPager {
4646
public:
4747

4848
TabGroupPager() : shift_(0), border_(10), slope_(5), extra_space_(5),_noclip(false) {}
49+
virtual ~TabGroupPager() {}
4950

5051
/* Pager template methods definition */
5152

0 commit comments

Comments
 (0)