Results 1 to 6 of 6

Thread: Problem with .17 (build)

  1. #1
    Registered User
    Join Date
    Apr 2002
    Posts
    33

    Errors in make

    Just wondering it anyone else is getting errors during the make process? I'll paste in the output during make, maybe I'm missing something. I'm no good at troubleshooting compile errors, yet.

    make all-recursive
    make[1]: Entering directory `/seq/showeq'
    Making all in maps
    make[2]: Entering directory `/seq/showeq/maps'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/seq/showeq/maps'
    Making all in src
    make[2]: Entering directory `/seq/showeq/src'
    make all-am
    make[3]: Entering directory `/seq/showeq/src'
    source='datetimemgr.cpp' object='datetimemgr.o' libtool=no \
    depfile='.deps/datetimemgr.Po' tmpdepfile='.deps/datetimemgr.TPo' \
    depmode=gcc3 /bin/sh ../depcomp \
    g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt-3.0.5/qt/include -I/usr/X11R6/include -DMAPDIR=\"/usr/local/share/showeq\" -DLOGDIR=\"/usr/local/share/showeq\" -I/usr/include/pcap -D_REENTRANT -O2 -Wall -g -ggdb -DDEBUG -finline-functions -DQT_THREAD_SUPPORT=1 -DDISPLAY_ICONS=false -DICON_DIR=\"/eq-icons/\" -c -o datetimemgr.o `test -f 'datetimemgr.cpp' || echo './'`datetimemgr.cpp
    datetimemgr.cpp: In member function `void DateTimeMgr::timeOfDay(const
    timeOfDayStruct*)':
    datetimemgr.cpp:45: `UTC' is not a member of type `Qt'
    datetimemgr.cpp: In member function `void DateTimeMgr::update()':
    datetimemgr.cpp:60: `UTC' is not a member of type `Qt'
    make[3]: *** [datetimemgr.o] Error 1
    make[3]: Leaving directory `/seq/showeq/src'
    make[2]: *** [all] Error 2
    make[2]: Leaving directory `/seq/showeq/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/seq/showeq'
    make: *** [all] Error 2


    This is with the newest ver 4.3.17.1 patch, which I'm fairly certain was applied correctly as well. Before the patch, using 4.3.17, I was only getting through part of the configure before getting a similar error. After the patch, it appears to exit configure without errors, but when I do make now, I get the above and no further. Any assistance or push in the right direction would be most helpful.
    Just say no to sigs

  2. #2
    Registered User Zaphod's Avatar
    Join Date
    Dec 2001
    Posts
    648

    Re: Errors in make

    Originally posted by EnvyEyes
    Just wondering it anyone else is getting errors during the make process? I'll paste in the output during make, maybe I'm missing something. I'm no good at troubleshooting compile errors, yet.

    make all-recursive
    make[1]: Entering directory `/seq/showeq'
    Making all in maps
    make[2]: Entering directory `/seq/showeq/maps'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/seq/showeq/maps'
    Making all in src
    make[2]: Entering directory `/seq/showeq/src'
    make all-am
    make[3]: Entering directory `/seq/showeq/src'
    source='datetimemgr.cpp' object='datetimemgr.o' libtool=no \
    depfile='.deps/datetimemgr.Po' tmpdepfile='.deps/datetimemgr.TPo' \
    depmode=gcc3 /bin/sh ../depcomp \
    g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt-3.0.5/qt/include -I/usr/X11R6/include -DMAPDIR=\"/usr/local/share/showeq\" -DLOGDIR=\"/usr/local/share/showeq\" -I/usr/include/pcap -D_REENTRANT -O2 -Wall -g -ggdb -DDEBUG -finline-functions -DQT_THREAD_SUPPORT=1 -DDISPLAY_ICONS=false -DICON_DIR=\"/eq-icons/\" -c -o datetimemgr.o `test -f 'datetimemgr.cpp' || echo './'`datetimemgr.cpp
    datetimemgr.cpp: In member function `void DateTimeMgr::timeOfDay(const
    timeOfDayStruct*)':
    datetimemgr.cpp:45: `UTC' is not a member of type `Qt'
    datetimemgr.cpp: In member function `void DateTimeMgr::update()':
    datetimemgr.cpp:60: `UTC' is not a member of type `Qt'
    make[3]: *** [datetimemgr.o] Error 1
    make[3]: Leaving directory `/seq/showeq/src'
    make[2]: *** [all] Error 2
    make[2]: Leaving directory `/seq/showeq/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/seq/showeq'
    make: *** [all] Error 2


    This is with the newest ver 4.3.17.1 patch, which I'm fairly certain was applied correctly as well. Before the patch, using 4.3.17, I was only getting through part of the configure before getting a similar error. After the patch, it appears to exit configure without errors, but when I do make now, I get the above and no further. Any assistance or push in the right direction would be most helpful.
    If you got those make errors, then you don't have 4.3.17.1 applied. Furthermore, this problem is unrelated to the problem discussed in this thread, so I've moved it to its own.

    Enjoy,
    Zaphod (dohpaZ)
    Last edited by Zaphod; 11-05-2003 at 08:51 AM.
    Chief Software Engineer of the Apocalypse.
    http://showeq.doomed.to/
    SourceForge.net user: dohpaz.

    Personal thank you donations are now accepted.

  3. #3
    Registered User
    Join Date
    Apr 2002
    Posts
    33
    Kinda figured that it may have been something like that. I'll try again to reapply the patch. I'm a bit green at getting patches to take efficiently, so I don't doubt this at all. I know this patch doesn't get SEQ back in full operation due to the changes today, but I gotta learn this process somehow

    Thanks much
    Just say no to sigs

  4. #4
    Registered User
    Join Date
    Apr 2002
    Posts
    33

    Thumbs up

    Thank you, Zaphod

    Just started from a fresh extract of the .17 tar and applied the patch (correctly this time)
    Config and make ran slicker than .... well, you know...

    Just goes to show that if you slow down and make sure it's done right, it works.

    /bow
    Just say no to sigs

  5. #5
    Registered User
    Join Date
    Dec 2001
    Posts
    849
    The best part is.... He's going to get the patch installed correctly only to find out the EQ patch this morning broke 4.3.17... And we'll get another thread about how it compiled correctly but it isn't working...





    --edit--
    typo
    Last edited by S_B_R; 11-05-2003 at 03:51 PM.
    "What you've just said is one of the most insanely, idiotic things i've ever heard. At no point in your rambling, incoherant response were you even close to anything that could be considered a rational thought. Everyone in this room is now dumber for having listened to it. I award you NO points, and may god have mercy on your soul."

  6. #6
    Registered User
    Join Date
    Apr 2002
    Posts
    33
    Spiteful much? If you read the post immediately after Zaphod's helpful one, I stated that already.
    Just say no to sigs

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