PDA

View Full Version : Guess the World changed since last time



JustMeAgain27
10-20-2004, 03:16 AM
normally have no problem with cvs and compiling showeq.

but this time.
on Linux rainbow 2.4.20-8 .

mkdir showeq
cd showeq
export CVSROOT=:pserver:[email protected]:/cvsroot/seq
cvs login
cvs co -r pre_5_0_beta showeq

the INSTALL says run ./configure but there isnt one.
guess the install/build has been changed.

any help would be appricated.

LordCrush
10-20-2004, 05:06 AM
Look here

http://www.showeq.net/forums/showthread.php?t=5065

and apply this patch

http://www.showeq.net/forums/showthread.php?t=5103

JustMeAgain27
10-20-2004, 09:59 AM
thanks got the code, did the patch and its compiling away.

sort of missed the fact it was tarball only now. previously i saw tarballs coming out in addition to the cvs so didnt read much about them. and tried to use cvs. sorry.

thanks for the info.

maax
10-24-2004, 02:18 PM
I downloaded the patch, but I do not know how to apply it. I'd appreciate any help with this ya'll are willing to give.

maax
10-27-2004, 11:37 PM
Here is how to apply the patch

01) Put the patch file into your source directory
02) patch -p 1 < patch_file
03) make clean && make && make install