google-code-export / gambas

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

gambas3 r5367 doesn't compile on Ubuntu 10.04LTS/x86 #361

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1) Describe the problem.
gambas3 r5367 doesn't compile anymore on Ubuntu 10.04LTS. I get the following 
make error:

cpaint_impl.cpp: In function ‘void Invert(GB_PAINT*, int, int*)’:
cpaint_impl.cpp:443: error: ‘CAIRO_OPERATOR_DIFFERENCE’ was not declared in 
this scope
cpaint_impl.cpp:447: error: ‘CAIRO_OPERATOR_DIFFERENCE’ was not declared in 
this scope
make[5]: *** [gb_gtk_la-cpaint_impl.lo] Error 1
make[5]: Leaving directory `/usr/src/gambas3-r5367/gb.gtk/src'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/usr/src/gambas3-r5367/gb.gtk/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/gambas3-r5367/gb.gtk'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/gambas3-r5367/gb.gtk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/gambas3-r5367'
make: *** [all] Error 2

2) GIVE THE FOLLOWING INFORMATIONS (if they are appropriate):

Version: TRUNK
Revision: r5367 (if you use a development version)
Operating system: Linux
Distribution: LUbuntu 10.04LTS
Architecture: x86
GUI component: QT4
Desktop used: LXDE

3) Provide a little project that reproduces the bug or the crash.
reconf, configure and make output attached

4) If your project needs a database, try to provide it, or part of it.

5) Explain clearly how to reproduce the bug or the crash.

6) By doing that carefully, you have done 50% of the bug fix job!

IMPORTANT NOTE: if you encounter several different problems or bugs, (for
example, a bug in your project, and an interpreter crash while debugging
it), please create distinct issues!

Original issue reported on code.google.com by uAle...@gmail.com on 25 Nov 2012 at 4:07

Attachments:

GoogleCodeExporter commented 9 years ago
Same crash in the daily builds ppa. Logs:

i386: 
https://launchpadlibrarian.net/123959825/buildlog_ubuntu-lucid-i386.gambas3_3.3.
90-0%2Bsvn4233-build16~lucid1_FAILEDTOBUILD.txt.gz

amd64: 
https://launchpadlibrarian.net/123959568/buildlog_ubuntu-lucid-amd64.gambas3_3.3
.90-0%2Bsvn4233-build16~lucid1_FAILEDTOBUILD.txt.gz

Original comment by sebi...@gmail.com on 26 Nov 2012 at 6:25

GoogleCodeExporter commented 9 years ago
Works with r5378 now ... problem can be closed now.

Original comment by uAle...@gmail.com on 26 Nov 2012 at 3:47

GoogleCodeExporter commented 9 years ago

Original comment by benoit.m...@gmail.com on 27 Nov 2012 at 10:31