LXQt & FreeBSD

All questions and problems regarding the installation and upgrades of LXDE from USB Stick, Live CD or Web.
Locked
oh2emd
Posts: 3
Joined: Fri Nov 28, 2014 12:52 pm

LXQt & FreeBSD

Post by oh2emd »

Hi,

I deside to test new LXQt with FreeBSD. Has anyone here test it with FreeBSD?
What this partial FreeBSD support means? Do I need to know something specific before I start, like are all depencies satisfied by installing just cmake and Qt5?
oh2emd
Posts: 3
Joined: Fri Nov 28, 2014 12:52 pm

Re: LXQt & FreeBSD

Post by oh2emd »

All packages are installed, but now I got error message when trying to start x.

% startx
xauth: file /home/oh2emd/.serverauth.12588 does not exist

Is this known problem?
vasa1
Posts: 39
Joined: Sat May 11, 2013 9:51 am

Re: LXQt & FreeBSD

Post by vasa1 »

You could also ask here: https://github.com/lxde/lxqt
oh2emd
Posts: 3
Joined: Fri Nov 28, 2014 12:52 pm

Re: LXQt & FreeBSD

Post by oh2emd »

I reinstalled everything from newest git. I can start lxqt now, but there was problems with three packages.
After

Code: Select all

make
I got these erros:

Obconf-qt

Code: Select all

/usr/bin/ld: cannot find -lglib-2.0
compton-conf

Code: Select all

/usr/bin/ld: cannot find -lconfig
lxmenu-data

Code: Select all

Making all in po
Making all in layout
Making all in desktop-directories
make[1]: don't know how to make lxde-audio-video.directory. Stop
Does anyone know what might be a problem?
Locked