google-code-export / google-gadgets-for-linux

Automatically exported from code.google.com/p/google-gadgets-for-linux
0 stars 0 forks source link

can't compile #95

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. configure --prefix=`pwd`/..
2. make
3.

What is the expected output? What do you see instead?
content_item.cc:721: error: conversion to ‘time_t’ from ‘long long 
unsigned
int’ may alter its value

What version of the product are you using? On what operating system?
0.9
archlinux  2.6.25-ARCH
gcc-4.3

Please provide any additional information below.

Original issue reported on code.google.com by leei...@gmail.com on 30 May 2008 at 10:58

GoogleCodeExporter commented 9 years ago
Should have been fixed in 0.9.2

Original comment by james...@gmail.com on 8 Jun 2008 at 5:34

GoogleCodeExporter commented 9 years ago
trunk
sidebar.cc: In member function ‘int 
ggadget::SideBar::GetIndexFromHeight(double) const’:
sidebar.cc:683: error: ‘e’ may be used uninitialized in this function
archlinux  2.6.25-ARCH
gcc-4.3

Original comment by leei...@gmail.com on 11 Jun 2008 at 2:34

GoogleCodeExporter commented 9 years ago
/usr/include/xulrunner/nsID.h: In member function ‘virtual nsresult
ExternalObject::QueryInterface(const nsIID&, void**)’:
/usr/include/xulrunner/nsID.h:86: error: likely type-punning may break
strict-aliasing rules: object ‘*{unknown}’ of main type ‘unsigned int’ 
is referenced
at or around /usr/include/xulrunner/nsID.h:86 and may be aliased to object
‘{unknown}’ of main type ‘short unsigned int’ which is referenced at or 
around
/usr/include/xulrunner/nsID.h:86.
/usr/include/xulrunner/nsID.h:86: error: likely type-punning may break
strict-aliasing rules: object ‘*{unknown}’ of main type ‘unsigned int’ 
is referenced
at or around /usr/include/xulrunner/nsID.h:86 and may be aliased to object
‘{unknown}’ of main type ‘short unsigned int’ which is referenced at or 
around
/usr/include/xulrunner/nsID.h:86.
/usr/include/xulrunner/nsID.h: In member function ‘virtual nsresult
ContentPolicy::QueryInterface(const nsIID&, void**)’:
/usr/include/xulrunner/nsID.h:86: error: likely type-punning may break
strict-aliasing rules: object ‘*{unknown}’ of main type ‘unsigned int’ 
is referenced
at or around /usr/include/xulrunner/nsID.h:86 and may be aliased to object
‘{unknown}’ of main type ‘short unsigned int’ which is referenced at or 
around
/usr/include/xulrunner/nsID.h:86.
/usr/include/xulrunner/nsID.h:86: error: likely type-punning may break
strict-aliasing rules: object ‘*{unknown}’ of main type ‘unsigned int’ 
is referenced
at or around /usr/include/xulrunner/nsID.h:86 and may be aliased to object
‘{unknown}’ of main type ‘short unsigned int’ which is referenced at or 
around
/usr/include/xulrunner/nsID.h:86.
make[3]: *** [gtkmoz_browser_child-browser_child.o] Error 1
make[3]: Leaving directory
`/usr/local/files/google-gadgets-for-linux/src/google-gadgets-build/extensions/g
tkmoz_browser_element'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/usr/local/files/google-gadgets-for-linux/src/google-gadgets-build/extensions'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/usr/local/files/google-gadgets-for-linux/src/google-gadgets-build'
make: *** [all] Error 2

Original comment by leei...@gmail.com on 11 Jun 2008 at 2:40