/srv/irclogs.ubuntu.com/2013/12/25/#ubuntu-motu.txt

=== freeflying is now known as freeflying_away
=== TheDrums is now known as DalekSec
=== freeflying_away is now known as freeflying
=== funkyHat_ is now known as funkyHat
=== freeflying is now known as freeflying_away
=== freeflying_away is now known as freeflying
=== paddy_ is now known as paddy
=== j_f-f_ is now known as j_f-f
NoskcajCan someone help me with https://launchpadlibrarian.net/158050859/buildlog_ubuntu-trusty-i386.netmate_0.2.0-1_FAILEDTOBUILD.txt.gz ?21:04
NoskcajIt should just need a small patch to http://sources.debian.net/src/netmate/0.2.0-1/Makefile , but i'm not sure exactly what needs changing21:05
Zhenechsounds like link option ordering, from a first glance21:07
xnoxNoskcaj: one should have "-lfoo" things after "-o netmate" not before.21:11
Noskcajok, thanks.21:11
xnoxNoskcaj: otherwise linker goes "hm... a bunch of gtk symbols, but nothing have used them yet, drop them all"...... "hm... a bunch of gtk symbols needed, but i don't have any"21:12
Noskcajmakes sense21:12
Noskcajxnox, should it be "gcc -o netmate.o $(CPPFLAGS) $(GTK_CFLAGS) $(CFLAGS) -c netmate.c" or have i still gt the ordering wrong21:25
jtaylorno21:25
jtaylorthe libs need to go right at the end21:25
jtaylorafter the object files using their symbols to be exact21:25
jtaylorso after netmake.o21:25
jtaylorthe line you pasted is fine, its a compile line not a link line21:26
Noskcajjtaylor, What should i be doing to fix this ftbfs then? The makefile is in the link above21:27
jtaylorchange: gcc $(GTK_LIBS) -lpcap $(LDFLAGS) netmate.o -o netmate21:27
jtaylorto: gcc $(LDFLAGS) netmate.o $(GTK_LIBS) -lpcap  -o netmate21:27
Noskcajok, thanks for the help21:28
jtaylorthe flags should also you dpkg-buildflags as your at it21:28
jtaylornevermind its an pstream makefile21:29

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!