search for: 204480

Displaying 4 results from an estimated 4 matches for "204480".

Did you mean: 20480
2014 Jan 02
0
EFI build problems
...-f /home/wferi/syslinux/syslinux/sample/Makefile all make[3]: Entering directory `/home/wferi/syslinux/syslinux/efi32/sample' gzip -cd /home/wferi/syslinux/syslinux/sample/syslogo.ppm.gz | \ /home/wferi/syslinux/syslinux/utils/ppmtolss16 \#000000=0 \#d0d0d0=7 \#f6f6f6=15 \ > syslogo.lss 204480 pixels, 25715 bytes, (74.85% compression) make[3]: Leaving directory `/home/wferi/syslinux/syslinux/efi32/sample' make -r -C efi SRC="/home/wferi/syslinux/syslinux/efi" OBJ="/home/wferi/syslinux/syslinux/efi32/efi" \ -f /home/wferi/syslinux/syslinux/efi/Makefile all /usr/b...
2014 Jan 11
0
EFI build problems
...le" \ -f /home/wferi/syslinux/genec/sample/Makefile all make[3]: Entering directory `/home/wferi/syslinux/genec/efi32/sample' gzip -cd /home/wferi/syslinux/genec/sample/syslogo.ppm.gz | \ /home/wferi/syslinux/genec/utils/ppmtolss16 \#000000=0 \#d0d0d0=7 \#f6f6f6=15 \ > syslogo.lss 204480 pixels, 25715 bytes, (74.85% compression) make[3]: Leaving directory `/home/wferi/syslinux/genec/efi32/sample' make -r -C efi SRC="/home/wferi/syslinux/genec/efi" OBJ="/home/wferi/syslinux/genec/efi32/efi" \ -f /home/wferi/syslinux/genec/efi/Makefile all make[3]: Entering...
2013 Dec 17
6
EFI build problems
Hi, The internal Gnu-EFI build gives me grief: * efi/check-gnu-efi.sh: uses realpath, which is not available on my Debian wheezy system. I now use readlink -f, but wonder if it's needed at all. * efi/build-gnu-efi.sh: uses realpath, like above, and also pushd/popd, which is not built into a standard Bourne shell invoked by #!/bin/sh. Again I wonder what's the point of it, as
2014 Jan 10
2
EFI build problems
On Fri, Jan 10, 2014 at 2:53 AM, Ferenc Wagner <wferi at niif.hu> wrote: > Gene Cumm <gene.cumm at gmail.com> writes: > >> On Sat, Jan 4, 2014 at 6:39 AM, Gene Cumm <gene.cumm at gmail.com> wrote: >>> On Tue, Dec 17, 2013 at 8:39 AM, Ferenc Wagner <wferi at niif.hu> wrote: >>> >>>> * make spotless still fails after working around