PDA

View Full Version : Ubuntu 8.10 - Intrepid Ibex



bonkersbobcat
10-23-2008, 08:19 PM
Anyone have luck building SEQ on Intrepid? On my machine where I have been incrementally upgrading to the release candidate, neither the tarball nor the build from SVN work. I am guessing new version of compiler / QT is causing the problem, but I haven't had time to track it down yet.

From a tarball build:


g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/qt3 -I. -DPKGDATADIR=\"/usr/local/share/showeq/\" -I/usr/include/pcap -D_REENTRANT -O2 -Wall -g -ggdb -DDEBUG -finline-functions -DQT_THREAD_SUPPORT=1 -DDISPLAY_ICONS=false -DICON_DIR=\"/eq-icons/\" -g -O2 -MT interface.o -MD -MP -MF .deps/interface.Tpo -c -o interface.o interface.cpp
In file included from map.h:53,
from interface.cpp:17:
mapicon.h:213: error: multiple parameters named ‘size’
In file included from interface.cpp:44:
messagefilter.h:102: error: multiple parameters named ‘filter’
In file included from interface.cpp:45:
messages.h:52: error: multiple parameters named ‘filter’
In file included from interface.cpp:47:
messagewindow.h:183: error: multiple parameters named ‘filter’
In file included from interface.cpp:50:
messagefilterdialog.h:49: error: multiple parameters named ‘filter’
make[2]: *** [interface.o] Error 1
make[2]: Leaving directory `/home/tiger/showeq/showeq-5.12.6.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tiger/showeq/showeq-5.12.6.0'
make: *** [all] Error 2

tanner
10-24-2008, 12:38 AM
Let me build a vmware guest fot 8.10 and see what I can do.

mastercard
10-25-2008, 11:02 AM
http://www.showeq.net/forums/showthread.php?t=6057

I get the same errors on fedora. I think it may be with the version of my compiler, but tracking the problem down would take longer then making the changes.

tanner
10-25-2008, 09:32 PM
The problem is the version of autoconf after 2.50 several things got deprecated. I've almost got things configuring (yes, configuring, compiling works if you get the right config)

tanner
10-26-2008, 04:23 PM
Not sure if this is any issue in upstream, since I can get it to configure and compile fine in hardy (8.04), but I've opened a bug report for intrepid (8.10) in launchpad.

https://bugs.launchpad.net/showeq/+bug/289665

The configure issue is being tracked in launchpad as well.

https://bugs.launchpad.net/showeq/+bug/289668