Summary: | [FR] add whichsys.c32 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Sisyphus | Reporter: | Michael Shigorin <mike> | ||||||||
Component: | syslinux | Assignee: | Sergey V Turchin <zerg> | ||||||||
Status: | CLOSED FIXED | QA Contact: | qa-sisyphus | ||||||||
Severity: | enhancement | ||||||||||
Priority: | P3 | CC: | boyarsh, mike, vsu, zerg | ||||||||
Version: | unstable | ||||||||||
Hardware: | all | ||||||||||
OS: | Linux | ||||||||||
URL: | http://lists.altlinux.org/pipermail/sisyphus/2011-May/354240.html | ||||||||||
Attachments: |
|
Description
Michael Shigorin
2011-05-24 13:47:38 MSK
Created attachment 4953 [details]
syslinux-3.82-whichsys.diff (updated)
Притёр по списку модулей в makefile патч, сборка взрывается:
whichsys.c:35:5: error: expected specifier-qualifier-list before 'bool'
whichsys.c: In function 'main':
whichsys.c:95:14: error: 'struct syslinux_parameter' has no member named 'option'
whichsys.c:95:24: error: 'true' undeclared (first use in this function)
whichsys.c:95:24: note: each undeclared identifier is reported only once for each function it appears in
whichsys.c:100:14: error: 'struct syslinux_parameter' has no member named 'option'
whichsys.c:105:14: error: 'struct syslinux_parameter' has no member named 'option'
whichsys.c:114:14: error: 'struct syslinux_parameter' has no member named 'option'
whichsys.c:117:14: error: 'struct syslinux_parameter' has no member named 'option'
whichsys.c:120:14: error: 'struct syslinux_parameter' has no member named 'option'
Видно же, что не хватает #include <stdbool.h> (в не таких тухлых версиях syslinux-3.x он цепляется через com32.h). Created attachment 4955 [details]
syslinux-3.82-whichsys.diff (builds)
Н-да, мне оказалось не видно. Спасибо, так собралось.
Пушнул к себе в git; дистрибутив для проверки ещё не делал, хотя хороший повод обновить свою флэшку :) (В ответ на комментарий №2) > в не таких тухлых версиях Теперь можно погонять в Сизифе syslinux-3.86 (http://download.opensuse.org/source/distribution/11.4/repo/oss/suse/src/) (В ответ на комментарий №2) > в не таких тухлых версиях Теперь можно погонять в Сизифе syslinux-3.86 (http://download.opensuse.org/source/distribution/11.4/repo/oss/suse/src/) syslinux-3.86-alt3 syslinux-3.86-alt3 Спасибо, будем посмотреть :) |