Results 1 to 8 of 8

Thread: LibEQ is not needed now, would ShowEQ compile on a Mac ?

  1. #1
    Registered User
    Join Date
    Jan 2003
    Posts
    7

    LibEQ is not needed now, would ShowEQ compile on a Mac ?

    Hi,

    LibEQ is a binary and the source was not available. That used to make ShowEQ impossible to compile on a Mac OSX machine. Now that it is not needed, it their anithing else that would stop me from trying ?

    I have all kind of Unix / Linux based stuff running on my G4. I am not asking how to do it, just if someone know that it is impossible.

    TY

  2. #2
    Registered User
    Join Date
    Apr 2003
    Posts
    69
    should be possible.

  3. #3
    Registered User
    Join Date
    Jan 2002
    Posts
    1,508
    endianess of the system is still going to cause problems. Intel systems are little endian, Alpha and PPC are big endian.

  4. #4
    Registered User
    Join Date
    May 2003
    Posts
    7

    What about ..

    C64 .. TI-99 .. TRS-80 Model 1

    hehe .. Lets get REAL crazy ..

    IBM SYSTEM/3 ... 96 Column Punch Cards ?


  5. #5
    Registered User
    Join Date
    Oct 2002
    Posts
    235

    Re: What about ..

    Originally posted by scoman
    C64 .. TI-99 .. TRS-80 Model 1

    hehe .. Lets get REAL crazy ..

    IBM SYSTEM/3 ... 96 Column Punch Cards ?

    Are you crazy? Those systems would never work, since they do not have the required MIPS to paint the screen and process the packets.

  6. #6
    Did you SEQ today? BlueAdept's Avatar
    Join Date
    Dec 2001
    Posts
    2,008
    Since 70 PS2s make a supercomputer (see http://news.bbc.co.uk/1/hi/technology/2940422.stm ) how about having a SEQ machine out of only a couple of them
    Filters for ShowEQ can now be found here. filters-5xx-06-20-05.tar.gz

    ShowEQ file section is here. https://sourceforge.net/project/show...roup_id=10131#

    Famous Quotes:

    Ratt: WTF you talkin' about BA? (Ok.. that sounds like a bad combo of Diffrent Strokes and A-Team)

    Razzle: I showeq my wife

  7. #7
    Registered User
    Join Date
    Oct 2002
    Posts
    33
    Originally posted by Cryonic
    endianess of the system is still going to cause problems. Intel systems are little endian, Alpha and PPC are big endian.
    If Coded correctly, there should be litle or no edianess issues. If there currently are, adding a wrapper with correct file types would fix the problem. (read, it should be a problem, if it is, it shouldnt be that hard to fix it)

  8. #8
    Registered User
    Join Date
    Dec 2001
    Posts
    411
    Originally posted by Fantastik
    If Coded correctly, there should be litle or no edianess issues. If there currently are, adding a wrapper with correct file types would fix the problem. (read, it should be a problem, if it is, it shouldnt be that hard to fix it)
    the problem with endianess is that the eq data itself comes in little E, so no translation is needed on intel systems, it would just take some calls in the packet handler to byteswap that data. Note that iirc, its only the EQ data that is little, the EQ header is in network order (big).

    of course, my data is old, so verify it before its used
    casey AT trifocus DOT net

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