Displaying 3 results from an estimated 3 matches for "beswick".
2003 Oct 21
2
HP-UX 10.20 assistance
...of special flags or libraries I need to add to the mix?
Does anyone have configs or Makefiles that could point me the way to
getting this to work? Perhaps a logfile or two?
I will be happy to send gobs of info to anyone who is interested.
Any assistance would be greatly appreciated.
-Robert Beswick
-----------------------------------------------------------------------
Robert Beswick, Jet Propulsion Laboratory/NASA
Multi-Mission Navigation Operations, M/S: 230-205, 4800 Oak Grove Dr.
System and Network Administration. Pasadena, CA 91109-8099
---------------------...
2011 Oct 06
5
WxRuby refresh from a long running function
Hi All,
This is my first post and I am a complete (well
almost complete) noob at WxRuby. I have
programmed in Ruby for a while, but now I am
trying my hand at a GUI base program running on
Windows. There is quite a bit of serial
communication between the app and a external
device. The problem I am facing is a function call
that takes a long time to complete before
returning to WxRuby.
2012 Feb 10
3
Installing from source missing -lruby18 in linking.
I am trying to build wxruby from source, but I have encounter an error.
For some reason the ''rake'' command fail when it tries to link lib/wxruby2.so
because it is missing missing -lruby18
resulting in errors like
wx.cpp:(.text+0x1618): undefined reference to `rb_intern''
wx.cpp:(.text+0x165c): undefined reference to `rb_eNotImpError''
wx.cpp:(.text+0x1666):