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 423313 - Compilation error
Compilation error
Status: RESOLVED DUPLICATE of bug 423147
Product: gmime
Classification: Other
Component: general
2.2.x
Other All
: Normal normal
: ---
Assigned To: Jeffrey Stedfast
Jeffrey Stedfast
Depends on:
Blocks:
 
 
Reported: 2007-03-27 11:47 UTC by christopher taylor
Modified: 2007-03-27 15:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description christopher taylor 2007-03-27 11:47:22 UTC
Please describe the problem:
make[3]: Entering directory `/mnt/r4/zzz/pan/pan/pan/usenet-utils'
g++ -DHAVE_CONFIG_H -I. -I../..  -I../.. -I/usr/local/include/gmime-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include     -I/usr/X11/include -march=athlon-xp -O2 -pipe -ggdb  -fvisibility-inlines-hidden -MT utf8-utils.o -MD -MP -MF .deps/utf8-utils.Tpo -c -o utf8-utils.o utf8-utils.cc
utf8-utils.cc: In function ‘std::string pan::header_to_utf8(const pan::StringView&, const char*, const char*)’:
utf8-utils.cc:189: error: invalid conversion from ‘const guchar*’ to ‘const char*’
utf8-utils.cc:189: error:   initializing argument 1 of ‘char* g_mime_utils_8bit_header_decode(const char*)’
make[3]: *** [utf8-utils.o] Error 1
make[3]: Leaving directory `/mnt/r4/zzz/pan/pan/pan/usenet-utils'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/mnt/r4/zzz/pan/pan/pan'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/r4/zzz/pan/pan'
make: *** [all] Error 2


Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Charles Kerr 2007-03-27 15:24:56 UTC

*** This bug has been marked as a duplicate of 423147 ***