Hi Mark,

I don't see a reason for this to happen. I'm downloading Debian Stretch now to build LXQt on it and tell you what I find out.

Paulo

On 09/10/2016 11:07 AM, Mark Shelby wrote:
Thanks for the help so far. The build is coming along. I am up to building "liblxqt" and have come upon the following error. Not sure where to get the file. Maybe I'm not searching right? I got to about 90% and also I built with the command,

USE_QT5=ON LIB_SUFFIX=64 cmake ..

Here is the error. Sorry for the length, and not posting to pastebin or something....



[ 90%] Building CXX object CMakeFiles/lxqt-qt5.dir/lxqtnotification.cpp.o
In file included from /home/mark/build/lxqt/liblxqt/lxqtnotification.cpp:25:0:
/home/mark/build/lxqt/liblxqt/lxqtnotification.h:42:1: error: expected class-name before ‘{’ token
 {
 ^
/home/mark/build/lxqt/liblxqt/lxqtnotification.h:43:5: error: ‘Q_OBJECT’ does not name a type
     Q_OBJECT
     ^~~~~~~~
/home/mark/build/lxqt/liblxqt/lxqtnotification.h:123:45: error: ‘QVariant’ does not name a type
     void setHint(const QString& hint, const QVariant& value);
               ^~~~~~~~
/home/mark/build/lxqt/liblxqt/lxqtnotification.h:159:8: error: expected ‘:’ before ‘slots’
 public slots:
        ^~~~~
/home/mark/build/lxqt/liblxqt/lxqtnotification.h:159:8: error: ‘slots’ does not name a type /home/mark/build/lxqt/liblxqt/lxqtnotification.h:172:1: error: ‘signals’ does not name a type
 signals:
 ^~~~~~~
/home/mark/build/lxqt/liblxqt/lxqtnotification.h:188:32: warning: non-static const member ‘LxQt::NotificationPrivate* const LxQt::Notification::d_ptr’ in class without a constructor [-Wuninitialized]
     NotificationPrivate* const d_ptr;
  ^~~~~
/home/mark/build/lxqt/liblxqt/lxqtnotification.cpp:32:1: error: prototype for ‘LxQt::Notification::Notification(const QString&, QObject*)’ does not match any in class ‘LxQt::Notification’
 Notification::Notification(const QString& summary, QObject* parent) :
 ^~~~~~~~~~~~
In file included from /home/mark/build/lxqt/liblxqt/lxqtnotification.cpp:25:0:
/home/mark/build/lxqt/liblxqt/lxqtnotification.h:41:16: error: candidates are: constexpr LxQt::Notification::Notification(const LxQt::Notification&)
 class LXQT_API Notification : public QObject
                ^~~~~~~~~~~~
/home/mark/build/lxqt/liblxqt/lxqtnotification.h:41:16: error: LxQt::Notification::Notification() /home/mark/build/lxqt/liblxqt/lxqtnotification.cpp:44:27: error: no ‘void LxQt::Notification::update()’ member function declared in class ‘LxQt::Notification’
 void Notification::update()
                           ^
/home/mark/build/lxqt/liblxqt/lxqtnotification.cpp:86:6: error: prototype for ‘void LxQt::Notification::setHint(const QString&, const QVariant&)’ does not match any in class ‘LxQt::Notification’
 void Notification::setHint(const QString& hintName, const QVariant& value)
      ^~~~~~~~~~~~
In file included from /home/mark/build/lxqt/liblxqt/lxqtnotification.cpp:25:0:
/home/mark/build/lxqt/liblxqt/lxqtnotification.h:123:10: error: candidate is: void LxQt::Notification::setHint(const QString&, const int&)
     void setHint(const QString& hint, const QVariant& value);
          ^~~~~~~
/home/mark/build/lxqt/liblxqt/lxqtnotification.cpp: In static member function ‘static void LxQt::Notification::notify(const QString&, const QString&, const QString&)’: /home/mark/build/lxqt/liblxqt/lxqtnotification.cpp:118:38: error: no matching function for call to ‘LxQt::Notification::Notification(const QString&)’
     Notification notification(summary);
        ^
In file included from /home/mark/build/lxqt/liblxqt/lxqtnotification.cpp:25:0:
/home/mark/build/lxqt/liblxqt/lxqtnotification.h:41:16: note: candidate: constexpr LxQt::Notification::Notification(const LxQt::Notification&)
 class LXQT_API Notification : public QObject
                ^~~~~~~~~~~~
/home/mark/build/lxqt/liblxqt/lxqtnotification.h:41:16: note: no known conversion for argument 1 from ‘const QString’ to ‘const LxQt::Notification&’ /home/mark/build/lxqt/liblxqt/lxqtnotification.cpp:121:18: error: ‘class LxQt::Notification’ has no member named ‘update’
     notification.update();
                  ^~~~~~
/home/mark/build/lxqt/liblxqt/lxqtnotification.cpp: In member function ‘void LxQt::NotificationPrivate::notificationClosed(uint, uint)’: /home/mark/build/lxqt/liblxqt/lxqtnotification.cpp:209:13: error: ‘class LxQt::Notification’ has no member named ‘notificationClosed’; did you mean ‘Notification’?
     emit q->notificationClosed(Notification::CloseReason(reason));
             ^~~~~~~~~~~~~~~~~~
CMakeFiles/lxqt-qt5.dir/build.make:617: recipe for target 'CMakeFiles/lxqt-qt5.dir/lxqtnotification.cpp.o' failed
make[2]: *** [CMakeFiles/lxqt-qt5.dir/lxqtnotification.cpp.o] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/lxqt-qt5.dir/all' failed
make[1]: *** [CMakeFiles/lxqt-qt5.dir/all] Error 2
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2
mark@debian:~/build/lxqt/liblxqt/build$



Mark W. Shelby
PH 601.909.0002


------------------------------------------------------------------------------


_______________________________________________
Lxde-list mailing list
Lxde-list@lists.sourceforge.net
https://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