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 581622 - Build failure in 1.1.5
Build failure in 1.1.5
Status: RESOLVED DUPLICATE of bug 579099
Product: nautilus-sendto
Classification: Applications
Component: general
1.1.x
Other All
: Normal critical
: ---
Assigned To: nautilus-sendto-maint
nautilus-sendto-maint
Depends on:
Blocks:
 
 
Reported: 2009-05-06 17:49 UTC by David Ronis
Modified: 2009-05-06 20:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Ronis 2009-05-06 17:49:23 UTC
Steps to reproduce:
1. configure... && make
2. 
3. 


Stack trace:
I'm building in a garnome environment, using gcc 4.4.0.  

Here's the relevant log:

 /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DORBIT2=1 -pthread -I/opt/garnome-svn-2.
25/include/evolution-2.28 -I/opt/garnome-svn-2.25/include/libgnome-2.0 -I/opt/ga
rnome-svn-2.25/include/libgnomeui-2.0 -I/opt/garnome-svn-2.25/include/libbonobou
i-2.0 -I/opt/garnome-svn-2.25/include/evolution-data-server-2.28 -I/opt/garnome-
svn-2.25/include/libxml2 -I/opt/garnome-svn-2.25/include/orbit-2.0 -I/opt/garnom
e-svn-2.25/include/gconf/2 -I/opt/garnome-svn-2.25/include/gnome-vfs-2.0 -I/opt/
garnome-svn-2.25/lib/gnome-vfs-2.0/include -I/opt/garnome-svn-2.25/include -I/op
t/garnome-svn-2.25/include/glib-2.0 -I/opt/garnome-svn-2.25/lib/glib-2.0/include
 -I/opt/garnome-svn-2.25/include/libbonobo-2.0 -I/opt/garnome-svn-2.25/include/d
bus-1.0 -I/opt/garnome-svn-2.25/lib/dbus-1.0/include -I/opt/garnome-svn-2.25/inc
lude/bonobo-activation-2.0 -I/opt/garnome-svn-2.25/include/libart-2.0 -I/opt/gar
nome-svn-2.25/include/gnome-keyring-1 -I/opt/garnome-svn-2.25/include/libgnomeca
nvas-2.0 -I/opt/garnome-svn-2.25/include/gtk-2.0 -I/opt/garnome-svn-2.25/include
/pango-1.0 -I/opt/garnome-svn-2.25/include/gail-1.0 -I/opt/garnome-svn-2.25/incl
ude/freetype2 -I/opt/garnome-svn-2.25/include/atk-1.0 -I/opt/garnome-svn-2.25/li
b/gtk-2.0/include -I/opt/garnome-svn-2.25/include/cairo -I/opt/garnome-svn-2.25/
include/pixman-1 -I/opt/garnome-svn-2.25/include/libsoup-2.4 -I/opt/garnome-svn-
2.25/include/libglade-2.0 -I/usr/include/libpng12 -Wall -Wmissing-prototypes -Wn
ested-externs -Wpointer-arith -Wno-sign-compare -I/opt/garnome-svn-2.25/include 
-I/opt/garnome-svn-2.25/include -L/opt/garnome-svn-2.25/lib -O2 -g -pipe -MT nau
tilus-sendto.lo -MD -MP -MF .deps/nautilus-sendto.Tpo -c nautilus-sendto.c  -fPI
C -DPIC -o .libs/nautilus-sendto.o
nautilus-sendto.c:36: error: expected declaration specifiers or '...' before 'EM
PopupTargetAttachments'
nautilus-sendto.c:50: error: expected declaration specifiers or '...' before 'EM
PopupTargetAttachments'
nautilus-sendto.c: In function 'org_gnome_evolution_send_file_attachments':
nautilus-sendto.c:57: error: 't' undeclared (first use in this function)
nautilus-sendto.c:57: error: (Each undeclared identifier is reported only once
nautilus-sendto.c:57: error: for each function it appears in.)
nautilus-sendto.c: In function 'send_file':
nautilus-sendto.c:88: error: 'EM_POPUP_TARGET_ATTACHMENTS' undeclared (first use
 in this function)
nautilus-sendto.c:89: error: 'EMPopupTargetAttachments' undeclared (first use in
 this function)
nautilus-sendto.c:89: error: expected expression before ')' token
m

Other information:
Comment 1 Bastien Nocera 2009-05-06 18:19:36 UTC
Which version of evolution-data-server? I guess it's 2.27.1 or newer?
Comment 2 David Ronis 2009-05-06 19:56:49 UTC
I'm running the git master of eds (I built it today).

Comment 3 Bastien Nocera 2009-05-06 20:43:12 UTC
Then you should really be running git master of nautilus-sendto...

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