Page 1 of 2 12 LastLast
Results 1 to 15 of 21

Thread: Question

  1. #1
    Registered User
    Join Date
    Dec 2001
    Posts
    18

    Question

    Ok ran into a snag and seeing if someone can see what I am doing wrong. I am reconfiguring since i was using QT 3.0.1. I got additional rpms for redhat, and got qt 2.3.2. I untar Qt in usr/local and renamed QT 2.3.2 dir to QT. Untar SEQ there as well. Configured fine, did make fine as well. Now trying to do make install and getting an error of "no rule to make target 'install'. Stop.

    Should I be doing make install from same directory? profile has proper pathing for QTDIR. It points to usr/local/qt. Can anyone shed some light?

  2. #2
    Registered User
    Join Date
    Dec 2001
    Posts
    15
    Are you trying to make install the QT or Showeq? Not particularly clear

    If it's QT, there is no make install, you just make it and it's done.

  3. #3
    Registered User
    Join Date
    Dec 2001
    Posts
    18
    Cool thanks. im used to old way hehe. Aye then I am done I guess. Is there configure for showeq?

  4. #4
    Registered User
    Join Date
    Dec 2001
    Posts
    18
    Ok well basically everything seemed to configure ok. Make went fine as well. I show nothing in usr/local/bin like alot of ppl have. Tried to type showeq to initiate it but no go. No file or directory found.

  5. #5
    Registered User Zaphod's Avatar
    Join Date
    Dec 2001
    Posts
    648
    chickenfry,
    What did you do to make showEQ?

    Did you do the following:
    Code:
    $ make -f Makefile.dist
    $ ./configure 
    $ make
    $ su
        <type in your root password in response to su>
    $ make install
    after of course setting any required environment variables (such as CC, CXX, QT, LD_LIBRARY_PATH, PATH) to point to the correct C++ compiler and Qt library? If not, please do that.

    Also, pay attention to what the link step created. Certain versions/configurations of autoconf seem to like to append ".C" to the end of the file names of certain binaries. We've fixed it for a number of cases, but some versions may still be doing it.

    Enjoy,
    Zaphod (dohpaZ)
    Last edited by Zaphod; 01-02-2002 at 06:38 AM.
    Chief Software Engineer of the Apocalypse.
    http://showeq.doomed.to/
    SourceForge.net user: dohpaz.

    Personal thank you donations are now accepted.

  6. #6
    Registered User
    Join Date
    Dec 2001
    Posts
    18
    Zaphod thx for all of your help bro. That worked. Hehe been along time since i configured showeq. Hehehe. Only problem is it gives me an error that needs compiler of 3.0 or higher. I have gcc 3.0.2 and gcc++3.0.2. My Rpms are currently in RPM folder and in root. it doesnt seem to be locating them though to do the configure for showeq. Also I wanted to get your advice. When you untared and compiled QT, I know its done in usr/local. Did you do same with showeq or did ya compile showeq within your QT dir. I have seen some ppl do it that way. What do you recommend?

  7. #7
    Registered User Zaphod's Avatar
    Join Date
    Dec 2001
    Posts
    648
    chickenfry, I would suggest you read this thread: http://seq.sourceforge.net/showthrea...s=&threadid=70

    Enjoy,
    Zaphod (dohpaZ)
    Chief Software Engineer of the Apocalypse.
    http://showeq.doomed.to/
    SourceForge.net user: dohpaz.

    Personal thank you donations are now accepted.

  8. #8
    Registered User
    Join Date
    Dec 2001
    Posts
    18
    is it ok to use binutils-2.11.92.0.12-8.i386.rpm? Seems to be all thats available. Or at least could ya put that back on your ftp site if its neccessary to have. I am having trouble finding that one and i do error when installing it.

  9. #9
    Registered User
    Join Date
    Dec 2001
    Posts
    183
    binutils-2.11.90.0.8-9 off the RedHat 7.2 CD works for me as far as I can tell.

  10. #10
    Registered User
    Join Date
    Dec 2001
    Posts
    18
    hmm i keep erroring out that glibc-devel-2.2.4-20.i386.rpm is not a rpm package. I have tried many sites but still no go. Any suggestions? The dependencies fail as well because of.

  11. #11
    Registered User
    Join Date
    Dec 2001
    Posts
    183
    If you are using RedHat 7.2 you can use the versions of everything (except qt) that are on the CDs. I don't think you stated what distro you are using....

    EDIT: If you are using 7.1 and following Zaphod's instructions for that it's possible you need a newer version of rpm itself. But I don't know that for a fact, just an idea.

  12. #12
    Registered User
    Join Date
    Dec 2001
    Posts
    18
    Lol im still running 6.2 hahah. i know its old but til i move to another comp will have to be that way. Previous showeq ran fine til luclin changes. Any tips?

  13. #13
    Registered User
    Join Date
    Dec 2001
    Posts
    183
    Zaphod may know better about the feasability of using 6.2

    But I gave up trying to get it to work via rpm updates and just installed 7.2 (was a trick with a 512Meg drive and a CDROM drive that was only about 80% reliable).

    Have you upgraded to a version 4 of RPM? I had trouble getting even that to install and it went downhill from there with cross-dependencies breaking as I tried to install lower and lower level things (like glibc). Eventually I tried to force install something and my entire system went belly up.

    But if you were determined to get it to work I think I would try to build gcc3 from sources, then qt 2.3.2 rather than any of the RPMs (which will have been built with libraries/headers for later development environments than you are going to have for 6.2).

    But Zaphod may know better as I thought he mentioned actually having done it.

    All told I am happy with my reinstall of 7.2 (and a recycled 6Gig drive and taking apart the CDROM drive to unjam some gears filled with gunk... so much happier system overall).

    Hope that helps some.

  14. #14
    Registered User
    Join Date
    Dec 2001
    Posts
    18
    I started out ok. I did fresh install of 6.2. Then configured QT 2.3.2. It went fine with no problems. The only time i ran in to issues was configuring showeq. The make -f Makefile.dist was great to. I did the configure and said the only problem i had was i needed a compiler 3.0 or higher. i hadnt installed any rpm's yet either. As in rpm -Uhv glibc........ So that was my main snag and I was seeing if Zaphod could walk me through and thats when he pointed to the thread for 7.1 and 7.2 users install.

    I am stuck on that thread during reconfigure cuz alot of the rpm's wont install. Some say they are not valid rpm's leading me to try from different sites and maybe thinking the distro i am using. Although everything seems ok up to the point I am struggling with the compiler error. Seems i had read a previous thread in regard to that error but I cant remember haha. If this seems familiar pls let me know. Thanks for your help so far.

    I am running 6.2 on a P200 128mb ram and 1.6 gb HDD. haha i know its barebone but this is all i got right now for it. Been working ok up to now.

  15. #15
    Registered User
    Join Date
    Dec 2001
    Posts
    183
    Well gcc3 is the whole point. You need gcc3 installed and you need to build qt-2.3.2 with gcc3 (can't use any of the standard RPMs for it as they use gcc2, and probably can't use zaphod's RPM with your version of RH, though I could be wrong).

    Most current RPMS use RPM 4's format, RH 6.2 has RPM 3 and that is probably why you are unable to install them. Theoretically you should be able to get RPM 4 for RH 6.2.

    I'd still suggest getting RH 7.2. I am using it on a 233Mhz Pentium and showeq runs perfectly happy there. (or switch distro's, from what cassey says debian sounds very nice to setup even on limited machines).

    In anycase to persist with RH 6.2, you will need to download the gcc3 sources and try to compile it yourself. I can't offer much advice on this process as I haven't done it in several years.

    Good luck. It should be possible to do, just will take a little work.

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