Results 1 to 3 of 3

Thread: Odd make error

  1. #1
    Registered User domesticbeer's Avatar
    Join Date
    Dec 2001
    Posts
    146

    Odd make error

    Ok i am using Redhat Linux 7.2 upgraded from 7.1
    QT 2.3.1

    here is the error

    c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt-2.3.1/include -I/usr/X11R6/include -DMAPDIR=\"/usr/local/share/showeq\" -DLOGDIR=\"/usr/local/share/showeq\" -I/usr/include/pcap -g -O2 -c main.cpp
    In file included from interface.h:31,
    from main.cpp:20:
    packet.h:261: invalid type `const char[1]' for default argument to
    `QString &'
    packet.h:386: invalid type `const char[1]' for default argument to
    `QString &'
    make[2]: *** [main.o] Error 1
    make[2]: Leaving directory `/root/showeq-2.5.3/linux/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/root/showeq-2.5.3/linux'
    make: *** [all-recursive-am] Error 2


    Any ideas??
    Beer


  2. #2
    Registered User
    Join Date
    Dec 2001
    Posts
    951
    you sure you have good versions of pcap and such installed? seeing as it errored out on packet.h and the last line that appears to have worked mentioned pcap... my guess would be pcap or pcap-devel

    make sure all the rpms you need are installed. i am pretty sure that most of the ones that come with rh 7.2 should do the trick. perhaps a lingering rh 7.1 rpm was not udpated?

  3. #3
    Registered User domesticbeer's Avatar
    Join Date
    Dec 2001
    Posts
    146

    fixed

    blew away that whole box and reload
    downloaded the cvs applied a patch and viola fixed
    Beer


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On