<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 252: FreeBSD Port of ShowEQ</title><link href="https://sourceforge.net/p/seq/patches/252/" rel="alternate"/><link href="https://sourceforge.net/p/seq/patches/252/feed.atom" rel="self"/><id>https://sourceforge.net/p/seq/patches/252/</id><updated>2004-12-05T06:58:34Z</updated><subtitle>Recent changes to 252: FreeBSD Port of ShowEQ</subtitle><entry><title>FreeBSD Port of ShowEQ</title><link href="https://sourceforge.net/p/seq/patches/252/" rel="alternate"/><published>2004-12-05T06:58:34Z</published><updated>2004-12-05T06:58:34Z</updated><author><name>high_energy</name><uri>https://sourceforge.net/u/userid-1172047/</uri></author><id>https://sourceforge.net4f1f2a23c3f187b9a114707aca73040132049df6</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;With help from Pooly, the changes that were made to the latest &lt;br /&gt;
release of ShowEQ works on FreeBSD 5.3-Release.  I'd like to have &lt;br /&gt;
one of the showeq devs to take a look at the changes, let me know &lt;br /&gt;
what they would do differently and perhaps roll it into the main &lt;br /&gt;
branch.&lt;/p&gt;
&lt;p&gt;Things to note:&lt;/p&gt;
&lt;p&gt;1.  On ./configure, you need use these parameters:&lt;/p&gt;
&lt;p&gt;./configure --with-extra-includes=/usr/local/include:/usr/local/qt-&lt;br /&gt;
x11-free-3.3.3/include --with-extra-libs=/usr/local/lib:/usr/local/&lt;br /&gt;
qt-x11-free-3.3.3/lib --without-qt-validation&lt;/p&gt;
&lt;p&gt;For some reason, my user env can't find all the libraries as well as &lt;br /&gt;
it doesn't like how my QT is configured or compiled (not sure which &lt;br /&gt;
of the two).  However, ShowEQ works great anyways.&lt;/p&gt;
&lt;p&gt;For your enviroment:&lt;/p&gt;
&lt;p&gt;export QTDIR=/usr/local/qt-x11-free-3.3.3&lt;br /&gt;
export PATH=$QTDIR/bin:$PATH&lt;br /&gt;
export MANPATH=$QTDIR/doc/man:$MANPATH&lt;br /&gt;
export LD_LIBRARY=$QTDIR/lib:$LD_LIBRARY_PATH&lt;br /&gt;
export CC=gcc&lt;br /&gt;
export CXX=g++&lt;/p&gt;
&lt;p&gt;Finally, my system has 3 different versions of pcap.h installed on it &lt;br /&gt;
(linux compat version, freebsd version, and x11 version).  In order &lt;br /&gt;
to get seq to compile I copied the FreeBSD version into the showeq &lt;br /&gt;
src directory and modified packetcapture.h to load in the local &lt;br /&gt;
version of pcap.h instead of the system include.&lt;/p&gt;
&lt;p&gt;Other changes were to a time fuction and math functions.&lt;/p&gt;
&lt;p&gt;Anyway, if you're adventurous and can't wait to get this running, go &lt;br /&gt;
for it.  Feel free to PM me if you have questions.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>