k-kawa / aseprite

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

Error in build #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. type make :)
2.
3.

What is the expected output? What do you see instead?
[ 17%] Building CXX object 
src/filters/CMakeFiles/filters-lib.dir/convolution_matrix_filter.cpp.o
In file included from 
/home/ppridham/packages/ase/src/filters/convolution_matrix_filter.cpp:26:
/home/ppridham/packages/ase/src/./filters/neighboring_pixels.h:36: error: 
expected nested-name-specifier before ‘Delegate’

(plus more errors, but this is the first)

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

Please provide any additional information below.

Original issue reported on code.google.com by pprid...@gmail.com on 30 Mar 2011 at 4:50

GoogleCodeExporter commented 8 years ago
Hi, try removing the "typename" word in that line.
I'll test gcc compiler later.
Thanks

Original comment by davidcapello on 30 Mar 2011 at 5:24

GoogleCodeExporter commented 8 years ago
There are other link errors with undo+undoers, I'll try to fix it as soon as 
possible.

Original comment by davidcapello on 30 Mar 2011 at 11:42

GoogleCodeExporter commented 8 years ago
Fixed with commit dc58651f797b8e3b63e5b8208e0ce578f2508d43:
https://github.com/dacap/aseprite/commit/dc58651f797b8e3b63e5b8208e0ce578f2508d4
3

Original comment by davidcapello on 31 Mar 2011 at 1:30