Hi everyone

Is it possible to use Licq under MacOS X 10.3.8? When trying to compile the plugin I get the error appended below.

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

Some version information:
g++ (GCC) 3.3
QT 3.3.2
X11 and developer tools from Apple

Making all in src
if /bin/sh ../libtool --silent --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -I/Users/tk/Desktop/licq/licq-1.3.0/include -I/Developer/qt/include
-O2 -fno-exceptions -fno-check-new -Wall -I/Developer/qt/include -MT licqgui.lo -MD -MP
-MF ".deps/licqgui.Tpo" \
-c -o licqgui.lo `test -f "licqgui.cpp" || echo "./"`licqgui.cpp; \
then mv -f ".deps/licqgui.Tpo" ".deps/licqgui.Plo"; \
else rm -f ".deps/licqgui.Tpo"; exit 1; \
fi
In file included from licqgui.cpp:50:
licqgui.h:31: error: `XEvent" was not declared in this scope
licqgui.h:31: error: parse error before `)" token
licqgui.cpp: In member function `bool CLicqGui::grabKey(QString)":
licqgui.cpp:473: error: `qt_xdisplay" undeclared (first use this function)
licqgui.cpp:473: error: (Each undeclared identifier is reported only once for
each function it appears in.)
licqgui.cpp:475: error: `qt_xrootwin" undeclared (first use this function)
licqgui.cpp: At global scope:
licqgui.cpp:483: error: prototype for `bool CLicqGui::x11EventFilter(XEvent*)"
does not match any in class `CLicqGui"
licqgui.h:31: error: candidate is: virtual bool CLicqGui::x11EventFilter(...)
licqgui.cpp: In member function `bool CLicqGui::x11EventFilter(XEvent*)":
licqgui.cpp:491: error: "class QApplication" has no member named "
x11EventFilter"
licqgui.cpp:506: error: "class QApplication" has no member named "
x11EventFilter"
make[2]: *** [licqgui.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
-------------------------------


I mean, QT compiled just fine, I don't see why LICQ should fail...
I would be muchly in debt if anyone would have any ideea on how to get the GUI plugin to compile. :)


Cheers,

Ino!~

--
I have seen things you people wouldn't believe.  Attack ships on fire
off the shoulder of Orion.  I watched C-beams glitter in the dark
near the Tannhauser Gate.  All those moments will be lost in time,
like tears in rain.  Time to die.


------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Licq-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to