Hello all, first I want to compliment the developers on the very logical
nature of the LXQt filesystem. I am looking forward to getting involved. I
have read some of the buglist tracking communications and it really seems
to me that your group really "does it right."

That said, I am having real difficulty building from source using the
directions found at

https://github.com/lxde/lxqt/wiki/Building-From-Source

​I am using a 64bit debian system as my build environment. I have installed
all the Qt5 -dev files necessary.I am using Qt version 5.7.​

​I have configured my environment according to the instructions. I assume
libqtxdg is the first directory to be built since it is first on the list
from the above referenced 'build-from-source' page. The instructions on the
page seem to indicate that it is advisable to build each directory
individually instead of using the 'build_all.sh' file?

I cd into 'libqtxdg' and execute the command 'mkdir build && cd build' then
I run 'cmake'.

so far so good. But when I run 'make' I get the following output:

mark@MWShelby:~/lxqt/libqtxdg/build$ make
[  3%] Building CXX object
xdgiconloader/CMakeFiles/Qt5XdgIconLoader.dir/xdgiconloader.cpp.o
In file included from
/home/mark/lxqt/libqtxdg/xdgiconloader/xdgiconloader.cpp:34:0:
/home/mark/lxqt/libqtxdg/xdgiconloader/xdgiconloader_p.h:56:29: fatal
error: private/qicon_p.h: No such file or directory
 #include <private/qicon_p.h>
                             ^
compilation terminated.
xdgiconloader/CMakeFiles/Qt5XdgIconLoader.dir/build.make:62: recipe for
target 'xdgiconloader/CMakeFiles/Qt5XdgIconLoader.dir/xdgiconloader.cpp.o'
failed
make[2]: ***
[xdgiconloader/CMakeFiles/Qt5XdgIconLoader.dir/xdgiconloader.cpp.o] Error 1
CMakeFiles/Makefile2:117: recipe for target
'xdgiconloader/CMakeFiles/Qt5XdgIconLoader.dir/all' failed
make[1]: *** [xdgiconloader/CMakeFiles/Qt5XdgIconLoader.dir/all] Error 2
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2
mark@MWShelby:~/lxqt/libqtxdg/build$

I have verified that I have the package, 'libqt5xdgiconloader-dev' and all
needed dependencies installed.

Perhaps something is missing from the setup in my build environment? Or
perhaps I need to install the packages in a different order?

Sorry for the length of the question. Thank you in advance for your help!



Mark W. Shelby
PH 601.909.0002
------------------------------------------------------------------------------
_______________________________________________
Lxde-list mailing list
Lxde-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxde-list

Reply via email to