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
Original issue reported on code.google.com by
stoegba...@gmail.com
on 11 Jan 2012 at 6:02Attachments: