On 27 Jun., 22:53, "Erik Johansson" <[EMAIL PROTECTED]> wrote:
> Can you post the output from make VERBOSE=1
VERBOSE=1 helped me to figure it out by myself, thanks :)
There were some paths pointng to my fink qt3-installation and of
course that caused this problem.
Make is now running a little further, but not through yet.
"[ 15%] Building CXX object src/contactlist/CMakeFiles/contactlist.dir/
contactlist.o
/usr/bin/c++ -I/usr/local/include/licq -I/Users/mac/lqt/qt-gui_qt4 -
I/Users/mac/lqt/qt-gui_qt4/src -I/Users/mac/lqt/qt-gui_qt4/src/
contactlist -Wall -Wextra -F/Library/Frameworks -L/Library/
Frameworks -DQT_SHARED -DQT3_SUPPORT -o src/contactlist/CMakeFiles/
contactlist.dir/contactlist.o -c /Users/mac/lqt/qt-gui_qt4/src/
contactlist/contactlist.cpp
In file included from /Users/mac/lqt/qt-gui_qt4/src/contactlist/
contactlist.cpp:27:
/Users/mac/lqt/qt-gui_qt4/src/contactlist/../mainwin.h:28:25: error:
Qt/qmenubar.h: No such file or directory
/Users/mac/lqt/qt-gui_qt4/src/contactlist/../mainwin.h:31:26: error:
Qt/q3ptrlist.h: No such file or directory
/Users/mac/lqt/qt-gui_qt4/src/contactlist/../mainwin.h:32:24: error:
Qt/qwidget.h: No such file or directory
/Users/mac/lqt/qt-gui_qt4/src/contactlist/../mainwin.h:33:23: error:
Qt/qtimer.h: No such file or directory
/Users/mac/lqt/qt-gui_qt4/src/contactlist/../mainwin.h:34:24: error:
Qt/qbitmap.h: No such file or directory
/Users/mac/lqt/qt-gui_qt4/src/contactlist/../mainwin.h:35:24: error:
Qt/qdialog.h: No such file or directory
In file included from /Users/mac/lqt/qt-gui_qt4/src/contactlist/../
mainwin.h:50,
from /Users/mac/lqt/qt-gui_qt4/src/contactlist/
contactlist.cpp:27:
/Users/mac/lqt/qt-gui_qt4/src/contactlist/../support.h:32:28: error:
Qt/qwindowdefs.h: No such file or directory
/Users/mac/lqt/qt-gui_qt4/src/contactlist/../licqdialog.h:29: error:
invalid use of undefined type 'struct QDialog'
/Library/Frameworks/QtGui.framework/Headers/qwindowdefs.h:38: error:
forward declaration of 'struct QDialog'
/Users/mac/lqt/qt-gui_qt4/src/contactlist/../mainwin.h:88: error:
expected initializer before '<' token
/Users/mac/lqt/qt-gui_qt4/src/contactlist/../mainwin.h:89: error:
expected initializer before '<' token
/Users/mac/lqt/qt-gui_qt4/src/contactlist/../mainwin.h:90: error:
expected initializer before '<' token
/Users/mac/lqt/qt-gui_qt4/src/contactlist/../mainwin.h:250: error:
'UserViewEventList' does not name a type
/Users/mac/lqt/qt-gui_qt4/src/contactlist/../mainwin.h:251: error:
'UserInfoList' does not name a type
/Users/mac/lqt/qt-gui_qt4/src/contactlist/../mainwin.h:252: error:
'UserSendEventList' does not name a type
/Users/mac/lqt/qt-gui_qt4/src/contactlist/../mainwin.h:293: error:
field 'bmMask' has incomplete type
/Users/mac/lqt/qt-gui_qt4/src/contactlist/../mainwin.h:319: error:
field 'autoAwayTimer' has incomplete type
make[2]: *** [src/contactlist/CMakeFiles/contactlist.dir/
contactlist.o] Error 1
make[1]: *** [src/contactlist/CMakeFiles/contactlist.dir/all] Error 2
make: *** [all] Error 2"
I had a look in mainwin.h and there are these includes pointing for
example to:
"#include <Qt/qmenubar.h>"
And of course this can't be found because it isn't there.
Am I the first one trying to build Licq under these circumstances or
are there successfull reports?