take a look at:

http://poker-eval.darwinports.com/

On Wed, 2010-04-28 at 12:00 +0200, [email protected]
wrote:
> Send Pokersource-users mailing list submissions to
>       [email protected]
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>       https://mail.gna.org/listinfo/pokersource-users
> or, via email, send a message with subject or body 'help' to
>       [email protected]
> 
> You can reach the person managing the list at
>       [email protected]
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Pokersource-users digest..."
> 
> 
> Today's Topics:
> 
>    1. osx compile (Jake Chapa)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Tue, 27 Apr 2010 09:59:31 -0500
> From: Jake Chapa <[email protected]>
> Subject: [Pokersource-users] osx compile
> To: [email protected]
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=us-ascii
> 
> Hello,
> 
> I'm trying to get pypoker-eval to compile on os 10.6. I have correctly 
> instaled poker-eval and ran the tests. However when I try to install 
> pypoker-eval, see this: (configure runs ok)
> 
> jake-chapas-computer:~ jakechapa$ cd 
> /Users/jakechapa/Develop/python/poker/pypoker-eval-134.0
> jake-chapas-computer:pypoker-eval-134.0 jakechapa$ ./configure 
> checking build system type... i386-apple-darwin10.3.0
> checking host system type... i386-apple-darwin10.3.0
> checking target system type... i386-apple-darwin10.3.0
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... config/install-sh -c -d
> checking for gawk... no
> checking for mawk... no
> checking for nawk... no
> checking for awk... awk
> checking whether make sets $(MAKE)... yes
> checking whether make sets $(MAKE)... (cached) yes
> checking for style of include used by make... GNU
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables... 
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking dependency style of gcc... gcc3
> checking how to run the C preprocessor... gcc -E
> checking for grep that handles long lines and -e... /usr/bin/grep
> checking for egrep... /usr/bin/grep -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking minix/config.h usability... no
> checking minix/config.h presence... no
> checking for minix/config.h... no
> checking whether it is safe to define __EXTENSIONS__... yes
> checking how to run the C preprocessor... gcc -E
> checking for a sed that does not truncate output... /usr/bin/sed
> checking for fgrep... /usr/bin/grep -F
> checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
> checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU 
> ld... no
> checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
> checking the name lister (/usr/bin/nm) interface... BSD nm
> checking whether ln -s works... yes
> checking the maximum length of command line arguments... 196608
> checking whether the shell understands some XSI constructs... yes
> checking whether the shell understands "+="... yes
> checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload 
> object files... -r
> checking for objdump... no
> checking how to recognize dependent libraries... pass_all
> checking for ar... ar
> checking for strip... strip
> checking for ranlib... ranlib
> checking command to parse /usr/bin/nm output from gcc object... ok
> checking for dsymutil... dsymutil
> checking for nmedit... nmedit
> checking for lipo... lipo
> checking for otool... otool
> checking for otool64... no
> checking for -single_module linker flag... yes
> checking for -exported_symbols_list linker flag... yes
> checking for dlfcn.h... yes
> checking for objdir... .libs
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fno-common -DPIC
> checking if gcc PIC flag -fno-common -DPIC works... yes
> checking if gcc static flag -static works... no
> checking if gcc supports -c -o file.o... yes
> checking if gcc supports -c -o file.o... (cached) yes
> checking whether the gcc linker 
> (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... 
> yes
> checking dynamic linker characteristics... darwin10.3.0 dyld
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> checking for ld used by GCC... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
> checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU 
> ld... no
> checking for shared library run path origin... /bin/sh: config/config.rpath: 
> No such file or directory
> done
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking for a Python interpreter with version =2.3... done
> checking for a Python interpreter with version =2.4... done
> checking for a Python interpreter with version =2.5... done
> checking for python2.5... 
> /Library/Frameworks/Python.framework/Versions/Current/bin/python2.5
> checking for python2.5 version... done
> checking for python2.5 platform... done
> checking for python2.5 script directory... done
> checking for python2.5 extension module directory... done
> checking for  include directory... 
> /Library/Frameworks/Python.framework/Versions/2.5/include/python2.5
> checking for python2.5 C libraries directory... 
> /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/config
> checking for python2.5 link flags... 
> -L/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/config 
> -lpython2.5
> checking python includes in 
> /Library/Frameworks/Python.framework/Versions/2.5/include/python2.5
> checking Python.h usability... no
> checking Python.h presence... no
> checking for Python.h... no
> checking for Python libraries... yes
> configure: WARNING: No python compilation environment for =2.5
> checking for pkg-config... /opt/local/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking for POKER_EVAL... yes
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating pypoker-eval.pc
> config.status: executing depfiles commands
> config.status: executing libtool commands
> 
> However running make:
> jake-chapas-computer:pypoker-eval-134.0 jakechapa$ make
> make: Nothing to be done for `all'.
> 
> 
> And just for good measure:
> jake-chapas-computer:pypoker-eval-134.0 jakechapa$ make check
> make  check-TESTS
> Traceback (most recent call last):
>   File "./test.py", line 31, in <module>
>     from pokereval import PokerEval
>   File "./pokereval.py", line 28, in <module>
>     _pokereval = __import__('_pokereval_' + sys.version[0] + '_' + 
> sys.version[2])
> ImportError: No module named _pokereval_2_5
> FAIL: test.py
> ===================
> 1 of 1 tests failed
> ===================
> make[1]: *** [check-TESTS] Error 1
> make: *** [check-am] Error 2
> 
> 
> Mac os 10.6.3
> 
> >>> print sys.version
> 2.5 (r25:51918, Sep 19 2006, 08:49:13) 
> [GCC 4.0.1 (Apple Computer, Inc. build 5341)]
> 
> 
> 
> 
> 
> 
> ------------------------------
> 
> _______________________________________________
> Pokersource-users mailing list
> [email protected]
> https://mail.gna.org/listinfo/pokersource-users
> 
> 
> End of Pokersource-users Digest, Vol 47, Issue 13
> *************************************************



_______________________________________________
Pokersource-users mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-users

Reply via email to