[okl4-developer] problem with using an iguana server from wom bat

Charles.VANWITTENBERGHE at fr.thalesgroup.com Charles.VANWITTENBERGHE at fr.thalesgroup.com
Tue Jul 1 00:13:12 EST 2008


Yes I have exactly that, and I have checked all the files of both HOWTO,
they seem ok.

Another idea ?



-----Message d'origine-----
De : Rémy Gottschalk [mailto:rgottschalk at linagora.com]
Envoyé : lundi 30 juin 2008 16:15
À : Charles.VANWITTENBERGHE at fr.thalesgroup.com
Cc : developer at okl4.org
Objet : Re: [okl4-developer] problem with using an iguana server from
wombat


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