Menu

#25 klcc 2.0.3 do not compile with kde3.1

open
None
8
2003-04-02
2003-03-10
No

It seems there are fixes in the cvs and there was made
a suggestion on the mailinglist. Maybe it is time for a
new release then ?

Discussion

  • Steffen Barszus

    Steffen Barszus - 2003-03-10
    • priority: 5 --> 8
     
  • Peter Simonsson

    Peter Simonsson - 2003-04-02

    Logged In: YES
    user_id=15303

    Next release will have to wait until after the next KOffice release as I
    work on Kivio and Kexi the time I have over.

     
  • Peter Simonsson

    Peter Simonsson - 2003-04-02
    • assigned_to: nobody --> psn
     
  • Steffen Barszus

    Steffen Barszus - 2003-04-30

    Logged In: YES
    user_id=578518

    Ah ok. Thats fine with me. It works with the patch

    Steffen

     
  • Joachim Reichel

    Joachim Reichel - 2003-05-10

    Logged In: YES
    user_id=28760

    Could this patch please be added to this thread? Thanks.

     
  • Steffen Barszus

    Steffen Barszus - 2003-05-10

    Logged In: YES
    user_id=578518

    Its in the forum or in the mailinglist archiv if I remember right. Can't say for
    sure, but it is here somewhere.

    Steffen

     
  • Joachim Reichel

    Joachim Reichel - 2003-05-10

    Logged In: YES
    user_id=28760

    I found
    https://sourceforge.net/mailarchive/forum.php?thread_id=1776301&forum_id=2008,
    but my problem was:

    g++-3.2 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde
    -I/usr/share/qt3/include
    -I/usr/X11R6/include -DQT_THREAD_SUPPORT
    -Wnon-virtual-dtor -Wno-long-long
    -Wbad-function-cast -Wundef -Wall -pedantic -W
    -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -O2
    -fno-exceptions -fno-check-new -c -o
    kllooknfeelsettingswidget.o `test -f
    kllooknfeelsettingswidget.cpp || echo
    './'`kllooknfeelsettingswidget.cpp
    kllooknfeelsettingswidget.cpp: In constructor

    `KLLookNFeelSettingsWidget::KLLookNFeelSettingsWidget(QWidget*,
    const char*, unsigned int)':
    kllooknfeelsettingswidget.cpp:141: `languageChange'
    undeclared (first use this function)
    kllooknfeelsettingswidget.cpp:141: (Each undeclared
    identifier is reported only once for each function it
    appears in.)
    kllooknfeelsettingswidget.cpp: At global scope:
    kllooknfeelsettingswidget.cpp:165: no `void
    KLLookNFeelSettingsWidget::languageChange()' member
    function declared in
    class `KLLookNFeelSettingsWidget'

    So I removed *.h and *.cpp for all *.ui files and it worked.
    I think .h and .cpp files should not be shipped if they are
    generated by uic.

     

Log in to post a comment.