search for: menugen

Displaying 8 results from an estimated 8 matches for "menugen".

2013 Jan 06
1
[PATCH] menugen: Make it compatible with Py3k
Signed-off-by: Paulo Alcantara <pcacjr at zytor.com> --- com32/cmenu/menugen.py | 56 +++++++++++++++++++++++++------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/com32/cmenu/menugen.py b/com32/cmenu/menugen.py index 70ec1f8..da64d93 100644 --- a/com32/cmenu/menugen.py +++ b/com32/cmenu/menugen.py @@ -72,9 +72,9 @@ class Menusystem:...
2013 Jul 12
1
Syslinux 4.07-pre1 released
...at them. --- Matt Fleming (4): extlinux: Avoid dereferencing a garbage pointer Merge branch 'searchdir_leak-406' of git://git.zytor.com/users/sha0/syslinux into stable isolinux: Update LBA in getlinsec loop version: bump version and date Paulo Alcantara (1): menugen: Make it compatible with Py3k Shao Miller (1): fs: Fix searchdir resource leak -- Matt Fleming, Intel Open Source Technology Center
2014 May 13
2
Building extlinux (Syslinux 6.03-pre11)
Hi all, I'm building extlinux on a rather limited linux system (LFS), bios version (no efi). Unfortunately, extlinux.txt does not contain any information related to build procedures and dependencies. python /sources/syslinux-6.03pre11/com32/cmenu/menugen.py --input=/sources/syslinux-6.03pre11/com32/cmenu/test2.menu --output=test2.c --template=/sources/syslinux-6.03pre11/com32/cmenu/adv_menu.tpl make[4]: python: Command not found What are the dependencies besides python? Could using python be avoided while building extlinux? Thanks in advance, Ale...
2013 Jul 25
0
Syslinux 4.07 released
...extlinux: Avoid dereferencing a garbage pointer Merge branch 'searchdir_leak-406' of git://git.zytor.com/users/sha0/syslinux into stable isolinux: Update LBA in getlinsec loop version: bump version and date NEWS: document changes in 4.07 Paulo Alcantara (1): menugen: Make it compatible with Py3k Shao Miller (1): fs: Fix searchdir resource leak -- Matt Fleming, Intel Open Source Technology Center
2014 May 13
0
Building extlinux (Syslinux 6.03-pre11)
...m building extlinux on a rather limited linux system (LFS), bios > version (no efi). > Unfortunately, extlinux.txt does not contain any information related > to build procedures and dependencies. Did you check README or doc/distrib.txt? > python /sources/syslinux-6.03pre11/com32/cmenu/menugen.py > --input=/sources/syslinux-6.03pre11/com32/cmenu/test2.menu > --output=test2.c > --template=/sources/syslinux-6.03pre11/com32/cmenu/adv_menu.tpl > make[4]: python: Command not found > > What are the dependencies besides python? > Could using python be avoided while building...
2010 Dec 02
1
Syslinux Digest, Vol 93, Issue 1
...ull syslinux compilation with binutils-2.20.1, nasm-2.09.04, gcc-4.4.5. It compile entirely (except the win part) after unsetting LDFLAGS which value was "-Wl,--hash-style=gnu" After a make clean, it fail to compile again because I had not python installed in that chroot. Error is python menugen.py --input=test.menu --output=test.c --template=adv_menu.tpl make[2]: python: Command not found Anyway on centos-5.5, 'make installer' work without special package upgrade. Gilles ------------------------------ Message: 3 Date: Tue, 30 Nov 2010 20:53:56 -0500 From: Gene Cumm <gene...
2008 Sep 28
1
Error accessing third-party programs
...s Debug info Name (121 modules) PE 390000- 3b4000 Deferred pbtyp050 PE 400000- 40d000 Deferred tributos PE 630000- 79b000 Deferred tributos PE ad0000- b6c000 Deferred global01 PE b80000- c43000 Deferred tribobj PE c70000- d6a000 Deferred menugen PE d90000- e05000 Deferred global PE e30000- e41000 Deferred betha32 PE 1270000- 12ff000 Deferred arqjob PE 1320000- 1466000 Deferred global02 PE 1490000- 14bf000 Deferred conexao PE 14e0000- 14fe000 Deferred logapp PE 1990000- 19c4000 Deferred...
2013 Mar 02
0
[GIT-PULL] ext4 inline data support
...inling whitespaces and extra new lines in ext2fs code and the other adds an assert() macro to Syslinux core. I think it's worth mentioning that these changes were made against master branch. Paulo The following changes since commit e40ba6059aa9c6b5cefd01e277eafbe60c7752fd: menugen: Make it compatible with Py3k (2013-02-27 21:38:11 +0000) are available in the git repository at: git://git.zytor.com/users/pcacjr/syslinux.git ext4-for-hpa for you to fetch changes up to 23045314f5897652b3002d2f9c07840b01d308a4: ext4: Add inline data support (2013-03-02 13:10:09 -0300) Si...