[ 
https://issues.apache.org/jira/browse/PYLUCENE-3?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andi Vajda resolved PYLUCENE-3.
-------------------------------

    Resolution: Cannot Reproduce

Resolving this as "can't reproduce". The error you're seeing is probably due to 
differences in how your environment is setup. Edits of PyLucene's Makefile and 
JCC's setup.py are expected.

> jcc not compiling on Mac Snow Leopard
> -------------------------------------
>
>                 Key: PYLUCENE-3
>                 URL: https://issues.apache.org/jira/browse/PYLUCENE-3
>             Project: PyLucene
>          Issue Type: Bug
>         Environment: Mac: Darwin jcab.local 10.3.0 Darwin Kernel Version 
> 10.3.0: Fri Feb 26 11:58:09 PST 2010; root:xnu-1504.3.12~1/RELEASE_I386 i38
>            Reporter: Jim Carroll
>            Priority: Trivial
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> jcc was not compiling for me on mac until I changed setup.py to include the 
> sysroot:
>  CFLAGS = {
> -    'darwin': ['-fno-strict-aliasing', '-Wno-write-strings'],
> +    'darwin': ['-fno-strict-aliasing', '-Wno-write-strings', '-isysroot', 
> '/Developer/SDKs/MacOSX10.5.sdk'],
>      'ipod': ['-Wno-write-strings'],
>      'linux2': ['-fno-strict-aliasing', '-Wno-write-strings'],

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to