pdima/qxmlrpc

Can't compile qxmlrpc

Opened this issue · 0 comments

What steps will reproduce the problem?
1. Download the source code: svn checkout 
http://qxmlrpc.googlecode.com/svn/trunk/ qxmlrpc-read-only
2. Access download directory
3. qmake && make

What is the expected output? What do you see instead?
I expect to have the library compiled and the test unit run ok.
Instead, I have a compilation error.

What version of the product are you using? On what operating system?
qxmlrpc: I'm using latest svn source code.
Qt: 4.8.2-2
xmlrpc-c: 1:1.29.2-2
OS: Arch Linux x86_64 with Liquorix kernel.
Linux heybeavis 3.4.4-2-lqx #1 ZEN SMP PREEMPT Sun Jul 15 12:59:56 ART 2012 
x86_64 GNU/Linux

Please provide any additional information below.
This is the output of the error itself:
~/Downloads/qmxrlpc/qxmlrpc-read-only $ make
cd xmlrpc/ && make -f Makefile 
make[1]: Entering directory 
`/home/msx/Downloads/qmxrlpc/qxmlrpc-read-only/xmlrpc'
make -f Makefile.Release
make[2]: Entering directory 
`/home/msx/Downloads/qmxrlpc/qxmlrpc-read-only/xmlrpc'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory 
`/home/msx/Downloads/qmxrlpc/qxmlrpc-read-only/xmlrpc'
make[1]: Leaving directory 
`/home/msx/Downloads/qmxrlpc/qxmlrpc-read-only/xmlrpc'
cd test/unit/ && make -f Makefile 
make[1]: Entering directory 
`/home/msx/Downloads/qmxrlpc/qxmlrpc-read-only/test/unit'
g++ -m64 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1 -o unit_tests 
testqxmlrpc.o moc_testqxmlrpc.o    -L/usr/lib ../../libqxmlrpc_debug.a -lQtTest 
-lQtXml -lQtGui -lQtNetwork -lQtCore -lpthread 
g++: error: ../../libqxmlrpc_debug.a: No such file or directory
make[1]: *** [unit_tests] Error 1
make[1]: Leaving directory 
`/home/msx/Downloads/qmxrlpc/qxmlrpc-read-only/test/unit'
make: *** [sub-test-unit-make_default-ordered] Error 2
~/Downloads/qmxrlpc/qxmlrpc-read-only $

And here is the whole make output: http://pastebin.com/TrBEMq3B

---

Since I'm new to Qt/C++ I really don't know how to debug this so I would 
greatly appreciate any idea/suggestion.
Also, I'm trying to compile this library because it's needed for latest 
Nitroshare version 0.2 and since qxmlrpc it isn't already at Arch's 
repositories I plan to AUR it for our distro.
Thanks!

Original issue reported on code.google.com by martosur...@gmail.com on 17 Jul 2012 at 4:47