User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.0.4) Gecko/20060614 Firefox/1.5.0.4 Build Identifier: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.0.4) Gecko/20060614 Firefox/1.5.0.4 When compiling this error message occurs: thunar_sendto_email-main.o: In function `tse_compress': /user/wt028260/tmp/src/xfce-4.3.90.2/src/Thunar-0.3.2beta2/plugins/thunar-sendto-email/main.c:339: undefined reference to `mkdtemp' collect2: ld returned 1 exit status Reproducible: Always As a workaround for me I copied the mkdtemp code from gettext-0.14.5 to the Thunar-0.3.2beta2/plugins/thunar-sendto-email directory, compiled the mkdtemp.c file by hand and and added the mkdtemp.o to the linker call of the Makefile. ps: I added this item to the component 'general' because there is no 'thunar-sendto-email' item to select.
Created attachment 678 Possible fix Please try this patch.
Works fine on my machine. Thanks
Committed with revision 22582. 2006-07-31 Benedikt Meurer <benny@xfce.org> * configure.in.in, plugins/thunar-sendto-email/main.c: Check for missing mkdtemp, and use a fallback implementation if missing from the system. Bug #2070.