sgastudio / wagic

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

OF macro in the unzip library is deprecated and doesn't compile under gentoo #928

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem? (under gentoo with kernel 3.5.7)
1. checkout
2. qmake wagic-qt.pro
3. make

What is the expected output? What do you see instead?
should compile...MACRO OF is not translated

What version of the product are you using? On what operating system?
gentoo

Please provide any additional information below.
after replacing all:
1)OF(( by (
2) )); by );
3) OF (( by (

Compiled

Original issue reported on code.google.com by markis...@gmail.com on 10 Jan 2013 at 3:20