[Uml-devel] compilation problems with version 1.1 beta 1

Jonathan Riddell jr at jriddell.org
Wed Sep 18 10:29:03 UTC 2002


> >1. setenv is unkown function (commenting it makes it compile):

> Kdelibs adds the declaration of it's fake
> setenv to it's config.h and this is something that uml configure ought to do as
> well
>
> #if !defined(HAVE_SETENV)
> #ifdef __cplusplus
> extern "C"
> #endif
> int setenv(const char *name, const char *value, int overwrite);
> #endif

I've added the above to be generated from configure.in.in into config.h
and to test for setenv.

Tomas says the linker should find libkdefakes itself but it would be
useful to have this confirmed.

Thanks
Jonathan Riddell







More information about the umbrello-devel mailing list