I forgot the set of PYTHONPATH after the pypoker-eval installation export PYTHONPATH=/usr/local/lib/python2.5/site-packages
2008/1/16, tapie fan <[EMAIL PROTECTED]>: > > Ok. Here is the sumup : > > For poker-eval, everything works without any change. > > For pypoker-eval : > - I set the variable PKG_CONFIG_PATH by adding the following lines in > ~/.bashrc file : > > PKG_CONFIG_PATH=/usr/local/lib/pkgconfig > export PKG_CONFIG_PATH > - configure > - I add PYTHON_LIBS variable to the gcc compilation command in the > Makefile : > > _pokereval_2_5.la: $(_pokereval_2_5_la_OBJECTS) > $(_pokereval_2_5_la_DEPENDENCIES) > $(LINK) $(am__pokereval_2_5_la_rpath) $(PYTHON_LIBS) > $(_pokereval_2_5_la_LDFLAGS) $(_pokereval_2_5_la_OBJECTS) > $(_pokereval_2_5_la_LIBADD) $(LIBS) > > - make > - make install > > the dll _pokereval_2_5-1.dll is created into > /usr/local/lib/python2.5/site-packages > > I need to rename it to _pokereval_2_5.dll otherwise poker-engine will not > find it. > > > For poker-engine : everything works without any change. The make check > works fine since I rename the _pokereval_2_5-1.dll in the > /usr/local/lib/python2.5/site-packages directory. > > So at this step, I can say that poker-eval, pypoker-eval and poker-engine > are correctly installed. > > Now i'm trying to configure poker-network. I got a issue in the configure > execution : > > configure: error: pokerconfigupgrade is a mandatory program provided by > poker-engine > > Any idea ? > > Regards. > > 2008/1/16, Loic Dachary <[EMAIL PROTECTED]>: > > > > > > "tapie fan" <[EMAIL PROTECTED]> writes: > > > > > It works. Thanks. What can I do in order to test the installation of > > poker > > > engine is correct ? I've already launched make check with success. > > > > Before we proceed further, I'd like to come up with patches to the > > sources that fix the issues. Can you make a short summary of what > > you've done so far ? I'll try to translate into a patch to the > > poker-eval / pypoker-eval and poker-engine sources. > > > > -- > > +33 1 76 60 72 81 Loic Dachary mailto:[EMAIL PROTECTED] > > http://dachary.org/loic/gpg.txt sip:[EMAIL PROTECTED] > > Latitude: 48.86962325498033 Longitude: 2.3623046278953552 > > > >
_______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
