Guys, It seems that i'm missing something, trying to compile all this stuff from source. I'm on Zenwalk 4.8 (slackware) with more or less every available package installed.
# uname -a Linux faust 2.6.22.9 #1 SMP PREEMPT Sat Sep 29 22:22:07 CEST 2007 i686 Pentium III (Katmai) GenuineIntel GNU/Linux I've downloaded following source packages from http://download.gna.org/pokersource/sources/ and http://download.gna.org/underware/sources/ nprofile-0.1.5.tar.gz openalpp-cvs-20060714.tar.gz openscenegraph-1.2.0.tar.gz osgal-cvs-20060903.tar.gz osgcal-0.1.44.tar.gz poker-engine-1.0.25.tar.gz poker-eval-134.0.tar.gz poker-network-1.2.0.tar.gz poker3d-1.1.30.tar.gz pypoker-eval-134.0.tar.gz unittest++-1.2.1.tar.gz unittestcpp-1.0.0.tar.gz xwnc-0.3.3.tar.gz I'm not shure how many of those are needed ?? extracted into /root/local/poker My configure command is the same for all: ---------------- #!/bin/bash export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/share/pkgconfig:/usr/local/poker/lib/pkgconfig ./configure --prefix=/usr/local/poker ---------------- poker-eval and pypoker-eval installed without hickup's into /usr/local/poker Now, when doing above configure on poker-engine i get "ImportError: No module named pokereval" Do anybody know about some step-by-step instructions on how to put it together, it would greately apreciated :) The output from configure, that seem to know about my non-standard path, is as follows: poker-engine-1.0.25# ../install-poker checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make sets $(MAKE)... (cached) yes checking for rsync... /usr/bin/rsync checking whether to enable maintainer-specific portions of Makefiles... no checking for a Python interpreter with version >= 2.3... python checking for python... /usr/bin/python checking for python version... 2.5 checking for python platform... linux2 checking for python script directory... ${prefix}/lib/python2.5/site-packages checking for python extension module directory... ${exec_prefix}/lib/python2.5/site-packages checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for PYPOKER_EVAL... yes checking wether python module libxml2 is available... /usr/lib/python2.5/site-packages/libxml2.py ... yes checking wether python module libxslt is available... /usr/lib/python2.5/site-packages/libxslt.py ... yes checking wether python module pokereval is available... Traceback (most recent call last): File "<string>", line 8, in <module> ImportError: No module named pokereval configure: error: failed -- Later Mogens Melander -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. _______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
