Hi all,

I'm FreeBSD port maintainer of TigerVNC. As a result of my work,
TigerVNC 1.2.0 is available on FreeBSD as official packages.
The next milestone is to bring TigerVNC 1.3.0 to FreeBSD but I
have a trouble in building it with xorg-server 1.12.4.

To make the issue clear, I tried to build it on Ubuntu 12.04.
I reproduced the same build failure as on FreeBSD.

  $ lsb_release -a
  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:    Ubuntu 12.04.2 LTS
  Release:        12.04
  Codename:       precise

  $ tar jxf tigervnc-1.3.0.tar.bz2
  $ tar zxf xorg-server-1.12.4.tar.gz
  $ cp -R xorg-server-1.12.4/* tigervnc-1.3.0/unix/xserver
  $ cd tigervnc-1.3.0/unix/xserver
  $ patch -p1 < ../xserver112.patch
  $ autoreconf -fiv
  $ ./configure --with-pic --without-dtrace --disable-static 
--disable-dri \
       --disable-xinerama --disable-xvfb --disable-xnest --disable-xorg \
       --disable-dmx --disable-xwin --disable-xephyr --disable-kdrive \
       --disable-config-dbus --disable-config-hal --disable-config-udev \
       --disable-dri2 --enable-install-libxf86config --enable-glx \
       --with-default-font-path="catalogue:/etc/X11/fontpath.d,built-ins" 
\
       --with-fontrootdir=/usr/share/X11/fonts \
       --with-xkb-path=/usr/share/X11/xkb \
       --with-xkb-output=/var/lib/xkb \
       --with-xkb-bin-directory=/usr/bin \
       --with-serverconfig-path=/usr/lib[64]/xorg \
       --with-dri-driver-path=/usr/lib[64]/dri
  $ make TIGERVNC_SRCDIR=${HOME}/tigervnc-1.3.0 \
      CFLAGS="-I/usr/include -I/usr/include/drm"

Fails at vncHooks.cc:314 etc.
Here's the entire build log: 
http://w.vmeta.jp/temp/tigervnc_1_3_0_log.txt

Anyone successfully build TigerVNC 1.3.0 with xorg-server 1.12.4?

-- 
`whois vmeta.jp | nkf -w`
meta <m...@vmeta.jp>

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Tigervnc-users mailing list
Tigervnc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-users

Reply via email to