[e-users] error building monitor module

2005-12-31 Thread Foxy
I've got the following: PIC -DPIC -o .libs/e_mod_main.o e_mod_main.c:48: warning: redeclaration of 'e_modapi' with different visibility (old visibility preserved) e_mod_main.h:72: warning: previous declaration of 'e_modapi' was here e_mod_main.c:56: warning: redeclaration of 'e_modapi_init'

Re: [e-users] error building monitor module

2005-12-31 Thread Nathan A. Smith
Foxy, I don't know were the warnings are coming from -- although I have seen them in a lot of e libraries recently. However, the final error doesn't exist in the files on cvs -- try getting from there again and see if it compilies. I expect you main run into a different error, which is the

Re: [e-users] error building monitor module

2005-12-31 Thread Morten Nilsen
Nathan A. Smith wrote: Foxy, I don't know were the warnings are coming from -- although I have seen them in a lot of e libraries recently. However, the final error doesn't exist in the files on cvs -- try getting from there again and see if it compilies. I expect you main run into a

Re: [e-users] error building monitor module

2005-12-31 Thread Andrew Williams
Actually I believe it is the symbol hiding stuff, may not be right though A On Sat, Dec 31, 2005 at 03:58:16PM +0100, Morten Nilsen wrote: Nathan A. Smith wrote: Foxy, I don't know were the warnings are coming from -- although I have seen them in a lot of e libraries recently.

Re: [e-users] error building monitor module

2005-12-31 Thread Foxy
Andrew Williams wrote: Actually I believe it is the symbol hiding stuff, may not be right though A On Sat, Dec 31, 2005 at 03:58:16PM +0100, Morten Nilsen wrote: Nathan A. Smith wrote: Foxy, I don't know were the warnings are coming from -- although I have seen them in a lot of