After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 85968 - compilation error on alpha
compilation error on alpha
Status: RESOLVED FIXED
Product: Pan
Classification: Other
Component: general
0.12.0
Other Linux
: Normal major
: 0.12.1
Assigned To: Charles Kerr
Charles Kerr
Depends on:
Blocks:
 
 
Reported: 2002-06-19 18:28 UTC by jcnbulk
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description jcnbulk 2002-06-19 18:28:20 UTC
dolmen:/usr/local/src/pan# make
make  all-recursive
make[1]: Entering directory `/usr/local/src/pan'
Making all in po
make[2]: Entering directory `/usr/local/src/pan/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/src/pan/po'
Making all in gmime
make[2]: Entering directory `/usr/local/src/pan/gmime'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I..\gmime      -D_REENTRANT
-I/usr/incl
ude/glib-2.0 -I/usr/lib/glib-2.0/include            -g -O2 -I. -c
gmime-multipar
t.c
gmime-multipart.c: In function `g_mime_multipart_class_init':
gmime-multipart.c:112: warning: assignment from incompatible pointer type
gmime-multipart.c:119: warning: assignment from incompatible pointer type
gmime-multipart.c: At top level:
gmime-multipart.c:231: conflicting types for `multipart_write_to_stream'
gmime-multipart.c:54: previous declaration of `multipart_write_to_stream'
gmime-multipart.c:613: conflicting types for `multipart_get_number'
gmime-multipart.c:62: previous declaration of `multipart_get_number'
make[2]: *** [gmime-multipart.o] Error 1
make[2]: Leaving directory `/usr/local/src/pan/gmime'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/pan'
make: *** [all-recursive-am] Error 2
Comment 1 Christophe Lambin 2002-06-19 19:59:24 UTC
The following change should fix that:

http://cvs.gnome.org/bonsai/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=pan/gmime&command=DIFF_FRAMESET&file=gmime-multipart.c&rev1=1.4&rev2=1.4.2.1&root=/cvs/gnome

I don't think we've built any 0.12 pre-releases on Alpha, so if you
have any more, let us know.
Comment 2 jcnbulk 2002-06-22 11:14:25 UTC
I've launched a make -k to uncover all the remainding errors, sorry i
should  have done that the first time. Looks like there is only
antnother one.



make[2]: Entering directory `/usr/local/src/pan/gmime'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..   -I..\gmime      -D_REENTRANT
-I/usr/incl
ude/glib-2.0 -I/usr/lib/glib-2.0/include            -g -O2 -I. -c
gmime-part.c
gmime-part.c: In function `g_mime_part_class_init':
gmime-part.c:110: warning: assignment from incompatible pointer type
gmime-part.c: At top level:
gmime-part.c:359: conflicting types for `mime_part_write_to_stream'
gmime-part.c:59: previous declaration of `mime_part_write_to_stream'
make[2]: *** [gmime-part.o] Error 1
Comment 4 Jeffrey Stedfast 2002-06-22 18:16:26 UTC
just fixed this in gmime too.