Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
openbsd [2018/12/29 19:25]
beandog
openbsd [2018/12/29 19:43]
beandog
Line 33: Line 33:
  
 <​code>​ <​code>​
-AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.15 autoreconf -fi+AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.16 autoreconf -fi
 ./configure ./configure
 make make
Line 63: Line 63:
 /​usr/​local/​lib/​libbluray.so.3.0:​ undefined reference to `FT_Set_Char_Size'​ /​usr/​local/​lib/​libbluray.so.3.0:​ undefined reference to `FT_Set_Char_Size'​
 collect2: ld returned 1 exit status collect2: ld returned 1 exit status
 +</​code>​
 +
 +I can install libbluray from git, but it still doesn'​t work:
 +
 +<​code>​
 +git clone https://​git.videolan.org/​git/​libbluray.git
 +</​code>​
 +
 +<​code>​
 +git submodule update --init
 </​code>​ </​code>​

Navigation