Re: ORBit make error
- From: Mike Coleman <mkc sky net>
- To: Soren Harward <soren cinternet net>
- Cc: Gnome Main List <gnome-list gnome org>
- Subject: Re: ORBit make error
- Date: 13 Sep 1998 17:45:50 -0500
Soren Harward <soren@cinternet.net> writes:
> poa.c: In function `PortableServer_POA_id_to_reference':
> poa.c:830: `ORBit_class_assignment_counter' undeclared (first use this
> function)
> Any ideas?
I sent a note to Elliot about it. I think he forgot to check in orbit.h-in
when he checked in poa.c.
I made the following change locally which makes it compile for me--this might
get you working until the official fix gets in...
--Mike
--- orbit.h~ Sun Sep 13 16:35:17 1998
+++ orbit.h Sun Sep 13 17:40:54 1998
@@ -177,4 +177,7 @@
gboolean is_impl);
**** end unused ******/
+/* mkc */
+extern CORBA_unsigned_long ORBit_class_assignment_counter;
+
#endif /* !_ORBIT_H_ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]