View Single Post
  #8   (View Single Post)  
Old 25th July 2019
brudan brudan is offline
Fdisk Soldier
 
Join Date: Dec 2018
Posts: 82
Default

Good idea, ibara.

So I got the latest stable fox toolkit (version 1.6.57) then compiled and installed it the usual way (note: I cheated and looked at the configure flags and arguments from the existing devel/fox port):

Code:
bruno@thinkpad:~/Downloads/fox-1.6.57$ CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" ./configure --x-includes="/usr/X11R6/include -I/usr/X11R6/include/freetype2" --x-libraries=/usr/X11R6/lib --with-xft
bruno@thinkpad:~/Downloads/fox-1.6.57$ make
bruno@thinkpad:~/Downloads/fox-1.6.57$ doas pkg_delete fox
bruno@thinkpad:~/Downloads/fox-1.6.57$ doas make install
No luck after the above--xfe and xfw both run fine, but dead keys and compose key are broken just as before.

Please take a look at the first line of code above. Maybe one of those configure arguments is wrong or extraneous? Or maybe a critical argument is missing?

Last edited by brudan; 25th July 2019 at 03:57 AM.
Reply With Quote