sakshale
08-15-2003, 11:52 PM
After using ShowEQ for a long time, I dropped EQ to experiment with the StarWars beta. (Just about the same time everything changed related to libEQ.)
Now I am thinking about coming back to EQ. Unfortunately, I find the current information on the forum confusing. The search function turns up a couple of clear, but old, statements on how to build things, but also some very contradictory statements.
Three questions:
[1] Why the need to rename libeq.h? Shouldn't it be named correctly in the CVS tree?
[2] Why the need to apply patches? Maybe I am missing some history related to patches no longer being added to the CVS tree.
[3] And, finally, did the need for a memory sniffer on the windows box go away?
Of course, I've now got to rewire my network, as I converted everything to swtiches.... [Where did I stash that old hub?]
Sakshale
My current build script is:
# assume a fresh CVS ceckout
# cp files extracted from sequp_062003.zip
cp -f ./tmp/* ./showeq/src
cd ./showeq/src
patch < ../../seq06252003.diff
# this one generates errors for some reason
patch < ../../quickpatch.diff
cp libeq.h libEQ.h
cd ..
make -f Makefile.dist
./configure
make
make install
Now I am thinking about coming back to EQ. Unfortunately, I find the current information on the forum confusing. The search function turns up a couple of clear, but old, statements on how to build things, but also some very contradictory statements.
Three questions:
[1] Why the need to rename libeq.h? Shouldn't it be named correctly in the CVS tree?
[2] Why the need to apply patches? Maybe I am missing some history related to patches no longer being added to the CVS tree.
[3] And, finally, did the need for a memory sniffer on the windows box go away?
Of course, I've now got to rewire my network, as I converted everything to swtiches.... [Where did I stash that old hub?]
Sakshale
My current build script is:
# assume a fresh CVS ceckout
# cp files extracted from sequp_062003.zip
cp -f ./tmp/* ./showeq/src
cd ./showeq/src
patch < ../../seq06252003.diff
# this one generates errors for some reason
patch < ../../quickpatch.diff
cp libeq.h libEQ.h
cd ..
make -f Makefile.dist
./configure
make
make install