I don't use Debian, but from it's website I see Qt's version in Unstable is
5.6. How did you install 5.7? This version is only available by default in
Debian Experimental.

On Mon, Sep 5, 2016, 14:03 Mark Shelby <mshel...@gmail.com> wrote:

> Thanks. I am running debian unstable. It gives Qt version 5.7.x
>
> To install the packge you mentioned I'll have to downgrade. I forced the
> installation with dpkg and tried another 'cmake ..' and 'make' but the
> libqtxdg package gave the same error output. Perhaps I'll need to downgrade
> my Qt version in total by downgrading my entire distro to stable or testing
> just to be sure. then I'll try to rebuild the libqtxdg folder.
>
>
>
> Mark W. Shelby
> PH 601.909.0002
>
> On Mon, Sep 5, 2016 at 10:39 AM, Paulo Lieuthier <paulolieuth...@gmail.com
> > wrote:
>
>> Hi Mark,
>>
>> try installing qtbase5-private-dev. If it works, tell us so we can fix
>> the documentation.
>>
>> Paulo
>>
>>
>> On 09/05/2016 12:27 PM, Mark Shelby wrote:
>>
>> 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 
>> listLxde-list@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/lxde-list
>>
>>
>>
>>
>>
>>
>
------------------------------------------------------------------------------
_______________________________________________
Lxde-list mailing list
Lxde-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxde-list

Reply via email to