View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001302 | Spring engine | Linux | public | 2009-01-24 23:31 | 2009-01-26 16:08 |
| Reporter | rictor | Assigned To | imbaczek | ||
| Priority | normal | Severity | block | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 0.78.2.1 | ||||
| Summary | 0001302: [PATCH] scons configure fail on Archlinux x86_64 | ||||
| Description | scons configure fail on find python ---------------------------------- ... Checking for C++ header file Python.h... no Could not find one of these headers: ['Python.h'] Checking for C++ header file jni.h... yes Not all tests finished succesfully. You are probably missing one of the build dependencies. See config.log for details. [rictor@j2000 spring_0.78.2.1]$ ---------------------------------------- Last versions of ArchLinux x86_64 only include python 2.6 and scons only search for python 2.5 and 2.4 | ||||
| Additional Information | For solution do next changes on file spring_0.78.2.1-temp/rts/build/sconsconfig.py diff output: ------------------------------------------- [rictor@j2000 scons]$ diff config.py.old config.py 199a200,202 > print "Checking for Python 2.6...", > print "" > guess_include_path(env, conf, 'Python', 'python2.6') 318c321 < d += [Dependency(['python2.5', 'python25', 'python2.4', 'python24'], ['Python.h'])] --- > d += [Dependency(['python2.6', 'python26','python2.5', 'python25', 'python2.4', 'python24'], ['Python.h'])] --------------------------------------- i attach my config.py | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
| Checked infolog.txt for Errors | |||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2009-01-24 23:31 | rictor | New Issue | |
| 2009-01-24 23:31 | rictor | File Added: config.py | |
| 2009-01-26 16:08 | imbaczek | Note Added: 0003238 | |
| 2009-01-26 16:08 | imbaczek | Status | new => resolved |
| 2009-01-26 16:08 | imbaczek | Resolution | open => fixed |
| 2009-01-26 16:08 | imbaczek | Assigned To | => imbaczek |