Re: [Plib-users] (cory vs. pui) The attack of setValuator
Brought to you by:
sjbaker
From: cory b. <co...@gm...> - 2008-06-23 14:47:50
|
I found out why I was having trouble with setValuator. When the textbox has no value, then the associated variable is set to 0. I was using that variable elsewhere in my program in division, thus causing a divide be zero error. Oops! :( Anyhow, Jan thanks for all the help. I now have plib 1.8.5 installed in my home directory, and plib 1.8.4 is working again. Cory On Fri, Jun 20, 2008 at 4:08 PM, Jan Reucker <slo...@gm...> wrote: > Am Wed, 18 Jun 2008 11:35:34 -0400 schrieb "cory barton" <co...@gm...>: > >> I am not sure what I do now. >> Do I have to manually create the libplibxxx.so.1.8.5 files and >> corresponding links? >> Is there a different syntax for inking to libplibxxx.a? >> Should I remove the plib1.8.4 package? > > Cory, > > I'd recommend re-installing all the 1.8.4 stuff to make your system > work again. Then compile and install 1.8.5 to a different place, > e.g. in your home directory: > > ./configure --prefix=$HOME > make > make install > > Then compile and link your program with -I$HOME/include and -L$HOME/lib . > > Kind regards, > Jan R. > > -- > Jan Reucker > email: jan dot reucker at web dot de > web: http://www.reucker-online.de > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > plib-users mailing list > pli...@li... > https://lists.sourceforge.net/lists/listinfo/plib-users > |