Custom Query (121 matches)
Results (37 - 39 of 121)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #44 | fixed | easy_install b0rked | xi | anseljh@… |
| Description |
All I want is to easy_install pysyck... :( Here's what happens on my Mac (OS X 10.4.8; Python 2.4.4): $ sudo easy_install pysyck Password: Searching for pysyck Reading http://cheeseshop.python.org/pypi/pysyck/ Couldn't find index page for 'pysyck' (maybe misspelled?) Scanning index of all packages (this may take a while) Reading http://cheeseshop.python.org/pypi/ Reading http://cheeseshop.python.org/pypi/PySyck/0.61.2 Reading http://pyyaml.org/wiki/PySyck Best match: PySyck 0.61.2 Downloading http://pyyaml.org/download/pysyck/PySyck-0.61.2.zip Processing PySyck-0.61.2.zip Running PySyck-0.61.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-y67SG5/PySyck-0.61.2/egg-dist-tmp-pDzaUo ./_check_syck.c:2:18: error: syck.h: No such file or directory ./_check_syck.c:2:18: error: syck.h: No such file or directory ./_check_syck.c: In function 'main': ./_check_syck.c:7: error: 'SYCK_VERSION' undeclared (first use in this function) ./_check_syck.c:7: error: (Each undeclared identifier is reported only once ./_check_syck.c:7: error: for each function it appears in.) ./_check_syck.c: In function 'main': ./_check_syck.c:7: error: 'SYCK_VERSION' undeclared (first use in this function) ./_check_syck.c:7: error: (Each undeclared identifier is reported only once ./_check_syck.c:7: error: for each function it appears in.) lipo: can't figure out the architecture type of: /var/tmp//ccX0yyzM.out error: Setup script exited with error: syck.h is not found, try to uncomment the include_dirs parameter in setup.cfg ...and on my Fedora Core 6 box (also Python 2.4.4): $ sudo easy_install pysyck Password: Searching for pysyck Reading http://cheeseshop.python.org/pypi/pysyck/ Couldn't find index page for 'pysyck' (maybe misspelled?) Scanning index of all packages (this may take a while) Reading http://cheeseshop.python.org/pypi/ Reading http://cheeseshop.python.org/pypi/PySyck/0.61.2 Reading http://pyyaml.org/wiki/PySyck Best match: PySyck 0.61.2 Downloading http://pyyaml.org/download/pysyck/PySyck-0.61.2.zip Processing PySyck-0.61.2.zip Running PySyck-0.61.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-waHbzc/PySyck-0.61.2/egg-dist-tmp-ltTkBA ./_check_syck.c:2:18: error: syck.h: No such file or directory ./_check_syck.c: In function ‘main’: ./_check_syck.c:5: warning: implicit declaration of function ‘syck_free_parser’ ./_check_syck.c:5: warning: implicit declaration of function ‘syck_new_parser’ ./_check_syck.c:6: warning: implicit declaration of function ‘syck_free_emitter’ ./_check_syck.c:6: warning: implicit declaration of function ‘syck_new_emitter’ ./_check_syck.c:7: error: ‘SYCK_VERSION’ undeclared (first use in this function) ./_check_syck.c:7: error: (Each undeclared identifier is reported only once ./_check_syck.c:7: error: for each function it appears in.) error: Setup script exited with error: syck.h is not found, try to uncomment the include_dirs parameter in setup.cfg Help? |
|||
| #46 | worksforme | syck.dump is not here ! | xi | jean.philippe.mague _at_ gmail _d.o.t_ com |
| Description |
when installing pysyck from syck-0.61+svn231+patches.tar.gz, I end up with a module with only the Node type and the load function (and several blah funtions). When I install it from PySyck-0.61.2.tar.gz (with syck previouly installed) every goes just fine. I use python 2.4 on a Ubuntu Edgy |
|||
| #47 | duplicate | Cannot compile under gcc version 3.3.5 | xi | 4rek at poczta onet pl |
| Description |
gcc version 3.3.5 (Debian 1:3.3.5-13) Compiler does not recognize '-Wno-pointer-sign' flags please remove:
from tests/Makefile.am |
|||
Note: See TracQuery
for help on using queries.
