Menu

#5 all-recursive errors when compiling

open
nobody
None
5
2002-03-19
2002-03-19
Gerald B.
No

I got problems compiling kxicq2-0.7.6.
configure works well, but when running make I get the
following errors:

make all-recursive
make[1]: Entering directory `/home/gerald/progs/kxicq'
Making all in icons
make[2]: Entering directory
`/home/gerald/progs/kxicq/icons'
make[2]: *** No rule to make target `all'. Stop.
make[2]: Leaving directory
`/home/gerald/progs/kxicq/icons'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/gerald/progs/kxicq'
make: *** [all-recursive-am] Error 2

I'm running SuSE Linux 7.3(Kernel 2.4.10) and I'm not
too
experienced with Linux yet.
What can I do about the compiling errors?

Discussion

  • Gerald B.

    Gerald B. - 2002-03-19

    Logged In: YES
    user_id=488570

    I now installed the CVS version, which generally runs, but
    it won't use the icons and the sounds.
    Why is that and what can I do about it?

     
  • Dominic Battre

    Dominic Battre - 2002-04-02

    Logged In: YES
    user_id=333247

    Try running `make -f Makefile.cvs` from
    /home/gerald/progs/kxicq. Then `configure
    --prefix=/opt/kde2`. Then `make` and as root: `make install`.

    Concerning the sounds and icons: For SuSE you need that
    prefix-Option for configure as the sounds and icons are
    stored in a wrong position otherwise.

     
  • Gerald B.

    Gerald B. - 2002-04-08

    Logged In: YES
    user_id=488570

    Okay thank you!

    With your help I got it working finally :)

     
  • Nobody/Anonymous

    Logged In: NO

    all-recursive error when compiling kxiq2-0.7.6

    I have all the deps found and installed, configure went
    fine, but now I get a little different all-recursive error
    when trying to make.

    I'm running RH Skipjack w/KDE3 & kernel 2.4.18-0.22. I
    don't know if this is enough information to help you help
    me, but I am happy to provide anything else that I can.

    Is there hope for this install?

    && CONFIG_FILES=kxicq/ui/Makefile CONFIG_HEADERS= /bin/sh
    ./config.status
    fast creating kxicq/ui/Makefile
    make[3]: Leaving directory
    `/home/juan/Desktop/kxicq2-0.7.6/kxicq/ui'
    make[3]: Entering directory
    `/home/juan/Desktop/kxicq2-0.7.6/kxicq/ui'
    c++ -I. -I. -I../.. -I/usr/include/kde
    -I/usr/lib/qt3/include -I/usr/X11R6/include
    -I../../icons/icq -I../../kxicq -I../../kxicq/wm
    -I../../kxicq/ui -I../../kxicq/engine
    -I../../kxicq/widgets -I../../kxicq/widgets/checklistbox
    -g -O2 -Wall -c kxinfo_extra.cpp
    kxinfo_extra.cpp: In method `kxInfoExtra::kxInfoExtra
    (QWidget *, const
    char *, unsigned int)':
    kxinfo_extra.cpp:71: no matching function for call to
    `QSpinBox::setMidLineWidth (int)'
    make[3]: *** [kxinfo_extra.o] Error 1
    make[3]: Leaving directory
    `/home/juan/Desktop/kxicq2-0.7.6/kxicq/ui'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory
    `/home/juan/Desktop/kxicq2-0.7.6/kxicq'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory
    `/home/juan/Desktop/kxicq2-0.7.6'
    make: *** [all-recursive-am] Error 2

     

Log in to post a comment.