Package Details: quickshare 1.0-1

Package Base: quickshare
Description: A program allowing for quick, simple sharing of files over your LAN, WiFi, etc., using the HTTP protocol
Upstream URL: http://houbysoft.com/qs/
Category: network
Licenses: GPL3
Submitter: y27
Maintainer: y27
Last Packager: None
Votes: 7
First Submitted: 2010-04-01 14:21
Last Updated: 2010-06-08 17:27

Dependencies (0)

Required by (0)

Sources

Latest Comments

Comment by mrbit

2012-12-06 08:57

add PKGBUILD

# fix undefined reference to symbol 'g_thread_init'
sed -i "s|g_thread_init(NULL);|/*g_thread_init(NULL);*/|" main.c
make

Comment by mrbit

2012-12-06 08:53

usr/bin/ld: main.o: undefined reference to symbol 'g_thread_init'
/usr/bin/ld: note: 'g_thread_init' is defined in DSO /usr/lib/libgthread-2.0.so.0 so try adding it to the linker command line
/usr/lib/libgthread-2.0.so.0: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make: *** [qs] Errore 1

Comment by y27

2010-04-07 00:58

Thanks, fixed :)

Anonymous comment

2010-04-06 06:44

% namcap quickshare-0.5-1-i686.pkg.tar.gz
quickshare E: Dependency detected and not included (gtk2) from files ['usr/bin/qs']
quickshare W: Dependency included and not needed ('gtk')

Quickshare doesn't depend on old gtk, it depends on gtk2 ;-)