[omniORB] Problem building omniORBpy 2.0 rc1
Duncan Grisby
duncan@grisby.org
Wed Sep 18 17:01:06 2002
On Tuesday 17 September, "Rob Eger" wrote:
> On a WinXP Pro with Cygwin machine, I've successfully built omniORB4
> rc1, but when I try to build omniORBpy2 rc1 (with "make export" from
> c:/omni/src/lib/omniORBpy) I get the following error(s):
>
> Creating library _omnicodesets.lib and object _omnicodesets.exp
> pyCodeSets.o : error LNK2001: unresolved external symbol "int
> _omni_omniCodeSets_should_be_linked_but_is_not_"
There's a typo in the makefile. I don't know how it slipped through.
I've fixed it in CVS, of you can change the file. Edit line 205 of
modules/codesets/dir.mk to say
libs="$(OMNIORB_CODESETS_LIB) $(PYLIB)"; \
instead of OMNIORB_CODESET_LIB.
Thanks for pointing out the problem.
Cheers,
Duncan.
--
-- Duncan Grisby --
-- duncan@grisby.org --
-- http://www.grisby.org --