k-kawa / aseprite

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

Build fails under Ubuntu 10.04 #55

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Generate Makefile, type make
2. Builds to 63%
3. Error!

What is the expected output? What do you see instead?
Expect 100% build, but it fails early.

What version of the product are you using? On what operating system?
Ubuntu 10.04
$ git log
commit adf18dfb18ec1d1773c66c74beebb61dbdb87b27
Author: David Capello <davidcapello@gmail.com>
Date:   Mon Nov 28 16:38:14 2011 -0300

Please provide any additional information below.

[ 63%] Building CXX object 
src/CMakeFiles/aseprite-library.dir/raster/rotate.cpp.o
/home/ppridham/packages/ase/src/raster/rotate.cpp: In function ‘void 
draw_scanline(Image*, Image*, fixed, int, fixed, fixed, fixed, fixed, fixed)’:
/home/ppridham/packages/ase/src/raster/rotate.cpp:135: error: expected ‘;’ 
before ‘addr’
/home/ppridham/packages/ase/src/raster/rotate.cpp:136: error: ‘spr_line’ 
was not declared in this scope
/home/ppridham/packages/ase/src/raster/rotate.cpp:136: error: expected 
primary-expression before ‘)’ token
/home/ppridham/packages/ase/src/raster/rotate.cpp:136: error: expected ‘;’ 
before ‘spr’
/home/ppridham/packages/ase/src/raster/rotate.cpp:141: error: ‘addr’ was 
not declared in this scope
/home/ppridham/packages/ase/src/raster/rotate.cpp:141: error: expected 
primary-expression before ‘)’ token
/home/ppridham/packages/ase/src/raster/rotate.cpp:141: error: expected ‘)’ 
before ‘bmp’
/home/ppridham/packages/ase/src/raster/rotate.cpp:142: error: ‘end_addr’ 
was not declared in this scope
/home/ppridham/packages/ase/src/raster/rotate.cpp: In function ‘void 
draw_scanline(Image*, Image*, fixed, int, fixed, fixed, fixed, fixed, fixed) 
[with Traits = RgbTraits, Delegate = RgbDelegate]’:
/home/ppridham/packages/ase/src/raster/rotate.cpp:579:   instantiated from 
‘void ase_parallelogram_map(Image*, Image*, fixed*, fixed*, int) [with Traits 
= RgbTraits, Delegate = RgbDelegate]’
/home/ppridham/packages/ase/src/raster/rotate.cpp:616:   instantiated from here
/home/ppridham/packages/ase/src/raster/rotate.cpp:135: error: dependent-name 
‘Traits::address_t’ is parsed as a non-type, but instantiation yields a type
/home/ppridham/packages/ase/src/raster/rotate.cpp:135: note: say ‘typename 
Traits::address_t’ if a type is meant
/home/ppridham/packages/ase/src/raster/rotate.cpp:136: error: dependent-name 
‘Traits::address_t’ is parsed as a non-type, but instantiation yields a type
/home/ppridham/packages/ase/src/raster/rotate.cpp:136: note: say ‘typename 
Traits::address_t’ if a type is meant
/home/ppridham/packages/ase/src/raster/rotate.cpp:136: error: dependent-name 
‘Traits::address_t’ is parsed as a non-type, but instantiation yields a type
/home/ppridham/packages/ase/src/raster/rotate.cpp:136: note: say ‘typename 
Traits::address_t’ if a type is meant
/home/ppridham/packages/ase/src/raster/rotate.cpp:141: error: dependent-name 
‘Traits::address_t’ is parsed as a non-type, but instantiation yields a type
/home/ppridham/packages/ase/src/raster/rotate.cpp:141: note: say ‘typename 
Traits::address_t’ if a type is meant
/home/ppridham/packages/ase/src/raster/rotate.cpp: In function ‘void 
draw_scanline(Image*, Image*, fixed, int, fixed, fixed, fixed, fixed, fixed) 
[with Traits = GrayscaleTraits, Delegate = GrayscaleDelegate]’:
/home/ppridham/packages/ase/src/raster/rotate.cpp:579:   instantiated from 
‘void ase_parallelogram_map(Image*, Image*, fixed*, fixed*, int) [with Traits 
= GrayscaleTraits, Delegate = GrayscaleDelegate]’
/home/ppridham/packages/ase/src/raster/rotate.cpp:620:   instantiated from here
/home/ppridham/packages/ase/src/raster/rotate.cpp:135: error: dependent-name 
‘Traits::address_t’ is parsed as a non-type, but instantiation yields a type
/home/ppridham/packages/ase/src/raster/rotate.cpp:135: note: say ‘typename 
Traits::address_t’ if a type is meant
/home/ppridham/packages/ase/src/raster/rotate.cpp:136: error: dependent-name 
‘Traits::address_t’ is parsed as a non-type, but instantiation yields a type
/home/ppridham/packages/ase/src/raster/rotate.cpp:136: note: say ‘typename 
Traits::address_t’ if a type is meant
/home/ppridham/packages/ase/src/raster/rotate.cpp:136: error: dependent-name 
‘Traits::address_t’ is parsed as a non-type, but instantiation yields a type
/home/ppridham/packages/ase/src/raster/rotate.cpp:136: note: say ‘typename 
Traits::address_t’ if a type is meant
/home/ppridham/packages/ase/src/raster/rotate.cpp:141: error: dependent-name 
‘Traits::address_t’ is parsed as a non-type, but instantiation yields a type
/home/ppridham/packages/ase/src/raster/rotate.cpp:141: note: say ‘typename 
Traits::address_t’ if a type is meant
/home/ppridham/packages/ase/src/raster/rotate.cpp: In function ‘void 
draw_scanline(Image*, Image*, fixed, int, fixed, fixed, fixed, fixed, fixed) 
[with Traits = IndexedTraits, Delegate = IndexedDelegate]’:
/home/ppridham/packages/ase/src/raster/rotate.cpp:579:   instantiated from 
‘void ase_parallelogram_map(Image*, Image*, fixed*, fixed*, int) [with Traits 
= IndexedTraits, Delegate = IndexedDelegate]’
/home/ppridham/packages/ase/src/raster/rotate.cpp:624:   instantiated from here
/home/ppridham/packages/ase/src/raster/rotate.cpp:135: error: dependent-name 
‘Traits::address_t’ is parsed as a non-type, but instantiation yields a type
/home/ppridham/packages/ase/src/raster/rotate.cpp:135: note: say ‘typename 
Traits::address_t’ if a type is meant
/home/ppridham/packages/ase/src/raster/rotate.cpp:136: error: dependent-name 
‘Traits::address_t’ is parsed as a non-type, but instantiation yields a type
/home/ppridham/packages/ase/src/raster/rotate.cpp:136: note: say ‘typename 
Traits::address_t’ if a type is meant
/home/ppridham/packages/ase/src/raster/rotate.cpp:136: error: dependent-name 
‘Traits::address_t’ is parsed as a non-type, but instantiation yields a type
/home/ppridham/packages/ase/src/raster/rotate.cpp:136: note: say ‘typename 
Traits::address_t’ if a type is meant
/home/ppridham/packages/ase/src/raster/rotate.cpp:141: error: dependent-name 
‘Traits::address_t’ is parsed as a non-type, but instantiation yields a type
/home/ppridham/packages/ase/src/raster/rotate.cpp:141: note: say ‘typename 
Traits::address_t’ if a type is meant
make[2]: *** [src/CMakeFiles/aseprite-library.dir/raster/rotate.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/aseprite-library.dir/all] Error 2
make: *** [all] Error 2

Original issue reported on code.google.com by pprid...@gmail.com on 17 Dec 2011 at 1:22

GoogleCodeExporter commented 8 years ago
Hi! Thanks to report this problem. Already fixed in the repository. Commit 
https://github.com/dacap/aseprite/commit/62df7c0b60947af44e3f9f158eaeb36c4dedccf
5

Original comment by davidcapello on 17 Dec 2011 at 1:41

GoogleCodeExporter commented 8 years ago

Original comment by davidcapello on 17 Jul 2014 at 12:58