Tracker item #2994267, was opened at 2010-04-29 09:56
Message generated for change (Comment added) made by dtor
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=989708&aid=2994267&group_id=204462

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: libraries
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: mrbazmondo (barry-davis)
Assigned to: Nobody/Anonymous (nobody)
Summary: RpcChannel_Start and RpcChannel_Stop not defined

Initial Comment:
gcc version 3.4.3
glib-2.16.1
pkg-config-0.23
open-vm-tools-2010.04.25-253928
open-vm-tools-2010.03.20-243334

This line needs to be added to lib/rpcChannel/rpcChannel.c to get it to compile
#define G_IMPLEMENT_INLINES

Otherwise RpcChannel_Start and RpcChannel_Stop are not defined during link as 
they've only been declared external with no definition

----------------------------------------------------------------------

>Comment By: Dmitry Torokhov (dtor)
Date: 2010-05-04 09:37

Message:
I see. In this case you need to make sure that glib (and glibconfig.h) in
your distribution is set up properly to match the features that your
compiler supports - they should figure our the valid inlining syntax so
that we can simply use G_INLINE_FUNC without needing any custom flags.

Thanks.

----------------------------------------------------------------------

Comment By: mrbazmondo (barry-davis)
Date: 2010-05-04 02:38

Message:
A custom LFS based distribution. Let me know if there are any other package
versions you wish to know. Its also using glibc-2.3.4.

----------------------------------------------------------------------

Comment By: Dmitry Torokhov (dtor)
Date: 2010-04-29 10:05

Message:
What distribution is this?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=989708&aid=2994267&group_id=204462

------------------------------------------------------------------------------
_______________________________________________
open-vm-tools-devel mailing list
open-vm-tools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open-vm-tools-devel

Reply via email to