Ok. Fixed it, might have done it yesterday. ( My memory sucks at times).
What I did to fix it was make two little adjustments to
lxqt-globalkeys/daemon/main.cpp and lxqt-globalkeys/daemon/patch-utils.h
main.cpp
I added (right after the includes):
#include <libgen.h>
#ifndef __error_t_defined
typedef int error_t;
#endif
And to patch-utils.h:
#ifndef __error_t_defined
typedef int error_t;
#endif
I can make a patch if you so desire. Just wanted to give you an update
that I had resolved the build issue.
On Wed, Apr 30, 2014 at 8:42 AM, pauline martin <321enil...@gmail.com>wrote:
> I forgot to mention that I also did a fresh pull from git this morning.
>
>
> On Wed, Apr 30, 2014 at 8:41 AM, pauline martin <321enil...@gmail.com>wrote:
>
>> Just to be sure everything was working fine with the base libraries, I
>> updated my system and went to rebuild them, but for some reason it is
>> failing on building lxqt-globalkeys. (I am now wondering if somehow I
>> skipped it esterday, I thought I built them all). I had to switch from
>> clang to gmake (gnu make) and gcc/g++, to get most of them to build. I
>> had expected that, but I thought that they all built. Now lxqt-globalkeys
>> is failing. The output of the build is:
>>
>> [ 8%] Generating org.lxqt.global_key_shortcuts.daemon.moc
>> [ 9%] Generating org.lxqt.global_key_shortcuts.native.moc
>> Scanning dependencies of target lxqt-globalkeysd
>> [ 10%] Building CXX object
>> daemon/CMakeFiles/lxqt-globalkeysd.dir/main.cpp.o
>> /home/pauline/Desktop/LXDE-QT/source/GIT2/lxde-qt-master/lxqt-globalkeys/lxqt-globalkeys-master/BOO/lxqt-globalkeys/daemon/main.cpp:
>> In function 'int main(int, char**)':
>> /home/pauline/Desktop/LXDE-QT/source/GIT2/lxde-qt-master/lxqt-globalkeys/lxqt-globalkeys-master/BOO/lxqt-globalkeys/daemon/main.cpp:220:34:
>> error: 'basename' was not declared in this scope
>> gmake[2]: *** [daemon/CMakeFiles/lxqt-globalkeysd.dir/main.cpp.o] Error 1
>> gmake[1]: *** [daemon/CMakeFiles/lxqt-globalkeysd.dir/all] Error 2
>> gmake: *** [all] Error 2
>>
>> It will continue to compile if I add libgen.h as an include to
>> daemon/main.cpp but then it fails with a stream of errors stating that
>> error_t was not declared in that scope.
>>
>>
>
>
>
> --
> Pauline Martin
>
--
Pauline Martin
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos. Get
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Lxde-list mailing list
Lxde-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxde-list