iasp / textroom

Automatically exported from code.google.com/p/textroom
Other
0 stars 0 forks source link

Debian Wheezy amd64 build error #76

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.SVN checkout 
2.Install all the required libs with "apt-get install"
3.Run qmake, make

What is the expected output? What do you see instead?
Successful build expected. Instead I get:

In file included from src/gdata/client/../client/service.h:32:0,
                 from src/gdata/client/doc_list_service.h:31,
                 from src/googledocs.cpp:39:
src/gdata/client/../client/../atom_helper.h:27:31: fatal error: 
libxml++/libxml++.h: No such file or directory
compilation terminated.
make[1]: *** [obj-debug/googledocs.o] Error 1
make[1]: Leaving directory 
`/home/greenface/Desktop/textroom-read-only/application'
make: *** [sub-application-make_default-ordered] Error 2

What version of the product are you using? On what operating system?
SVN was checked out on June 11, 2010.
The same happens with 0.8.2-2.

Debian Wheezy GNU/Linux 2.6.38-2-amd64

Please provide any additional information below.

Original issue reported on code.google.com by kos.ivan...@gmail.com on 11 Jun 2011 at 8:40

GoogleCodeExporter commented 8 years ago
Same problem, OS Arch x64, building from source tarball breaks with subject.

Original comment by wixed...@gmail.com on 1 Oct 2011 at 4:04

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
This worked for me: https://code.google.com/p/textroom/issues/detail?id=84
Ubuntu 11.10 amd64
Kernel: 3.0.0-15-generic
GCC: 4.6.1 (x86_64-linux-gnu)

Original comment by akw...@gmail.com on 13 Feb 2012 at 3:31