search for: adv_menu

Displaying 5 results from an estimated 5 matches for "adv_menu".

2014 May 13
2
Building extlinux (Syslinux 6.03-pre11)
...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, Alexey
2013 Jan 06
1
[PATCH] menugen: Make it compatible with Py3k
...t; - print "--output=<file> is the name of generated C source" - print "--template=<file> is the name of template to be used" - print - print "input and output default to - (stdin and stdout respectively)" - print "template defaults to adv_menu.tpl" + print(sys.argv[0]," [options]") + print("--input=<file> is the name of the .menu file declaring the menu structure") + print("--output=<file> is the name of generated C source") + print("--template=<file> is the name...
2014 May 13
0
Building extlinux (Syslinux 6.03-pre11)
...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 extlinux? Do you plan on having any COM32 modules in your boot system? Due to the setup that the root Makefile does, it may be necessary to prune parts...
2010 Dec 02
1
Syslinux Digest, Vol 93, Issue 1
....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.cumm at gmail.com> To: For discussion of Syslinux and...
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
...odule to have init/exit functions elf_gen_dep.sh: Don't calculate dependencies for whitespace symbols elf_gen_dep.sh: Prioritise symbols exported by core com32/Makefile | 4 +- com32/cmenu/Makefile | 16 +- com32/cmenu/adv_menu.tpl | 2 +- com32/cmenu/complex.c | 2 +- com32/cmenu/display.c | 2 +- com32/cmenu/libmenu/{menu.h => cmenu.h} | 0 com32/cmenu/libmenu/help.h | 2 +- com32/cmen...