iasp / textroom

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

textroom does not compile on 64bit Ubuntu 11.10 #84

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
qmakes "linux-g++" does not match in a 64bit environment. 

Changing this to "linux-g++*" will work. Additionally glibconfig.h will be in a 
different location for Ubuntu 11.10. I haven't checked any other distribution 
though.

The attached patch against textroom-0.8.2.tar.gz works in my environment, I 
haven't checked it on 32bit though. To apply it:
$ tar xzf textroom-0.8.2.tar.gz
$ cd textroom-0.8.2
$ patch -p1 < ../textroom-0.8.2-64bit.patch

Then start the build process as described.

Original issue reported on code.google.com by stoegba...@gmail.com on 11 Jan 2012 at 6:02

Attachments: