[okl4-developer] problem with using an iguana server from wombat
Rémy Gottschalk
rgottschalk at linagora.com
Tue Jul 1 00:15:28 EST 2008
Charles.VANWITTENBERGHE at fr.thalesgroup.com a écrit :
> Hello !
>
> I am currently trying the second HOWTO dealing with using an iguana server
> from Wombat. It seems that I have an issue with the files that are supposed
> to be generated or copied at build time.
>
> For example, I first had a problem with the header hello.h which was not
> found. So I copied it manually in the right folder and it works pretty well.
>
> But now I have this error message :
>
> i686-unknown-linux-gnu-ld: cannot find -lhello
>
> and I have discovered that the libhello.a is not created neither.
>
> I suppose it is linked to the script files, but I have check all the files
> and it's similar to the HOWTO example.
>
> Thanks in advance for your help.
>
> Charles.
>
>
It seems to me that something is missing in some SCons file.
I'd say projects/iguana/SConstruct.
Could you confirm that you have something like this in there :
#############################################################################
## Hello Servers
#############################################################################
(hello_lib, hello_headers, hello_servers) = ig_env.Package("libs/hello")
iguana_hello = ig_env.Package("iguana/hello",
idl_server_headers = hello_headers,
idl_server_src = hello_servers)
apps += [iguana_hello]
Regards,
--
Remy Gottschalk - rgottschalk at linagora.com <mailto:rgottschalk at linagora.com>
Ingénieur informatique embarquée
Groupe LINAGORA - http://www.linagora.com
Tél.: +33(0)1 58 18 68 28 - Fax : +33(0)1 58 18 68 29
More information about the Developer
mailing list