| 
 Hi folks, 
  
Looks like something's wrong with the rlm plugin in 
the current SVN snapshot. I can't get Ethereal to compile (nmake targets in 
order: distclean - setup - packaging). The error messages 
read: 
  
 cd rlm 
 NMAKE 
/                   
-f Makefile.nmake 
 cl /DHAVE_WIN32_LIBETHEREAL_LIB 
/D_NEED_VAR_IMPORT_ /DHAVE_CONFIG_H /I../.. /I../../wiretap 
/IC:\ethereal-win32-libs\glib\include\glib-2.0  
/IC:\ethereal-win32-libs\glib\lib\glib-2.0\include  
/IC:\ethereal-win32-libs\WPdpack\include -D_U_="" /Zi /W3 /c 
packet-rlm.c 
packet-rlm.c 
 link -dll /out:rlm.dll /NOLOGO 
/INCREMENTAL:no /MACHINE:I386 /DEBUG packet-rlm.obj 
..\..\epan\libethereal.lib  
C:\ethereal-win32-libs\glib\lib\glib-2.0.lib  
C:\ethereal-win32-libs\glib\lib\gmodule-2.0.lib  
C:\ethereal-win32-libs\glib\lib\gobject-2.0.lib 
   Creating library rlm.lib and object 
rlm.exp 
 link -dll /out:rlm.dll /NOLOGO 
/INCREMENTAL:no /MACHINE:I386 /DEBUG packet-rlm.obj 
..\..\epan\libethereal.lib  
C:\ethereal-win32-libs\glib\lib\glib-2.0.lib  
C:\ethereal-win32-libs\glib\lib\gmodule-2.0.lib  
C:\ethereal-win32-libs\glib\lib\gobject-2.0.lib 
   Creating library rlm.lib and object 
rlm.exp 
LINK : fatal error LNK1104: cannot open file 
"rlm.exp" 
LINK : fatal error LNK1141: failure during build of 
exports file
  
Is this an isolated case, or are others facing the 
same issue? 
  
Cheers! 
  
Olivier 
 |