Displaying 6 results from an estimated 6 matches for "notdef".
2008 Jul 06
2
Issue with postscript figures using WinAnsi encoding
...#######################
If I then try to open the above file in GSview, it doesn't work and I
get all sorts of errors.
I initially thought this might be an issue with ghostscript, but then I
looked into the .eps file with a text editor, and see this under the
encoding:
% begin encoding
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/space /exclam /...
2004 Jan 09
2
help
Hello freebsd-stable,
i know this is may be the wrong place to ask these question,
i just cvsup my 5.1 box today,
and during the make installworld it's stop with these following
error messages:
PASS: Test notdef detected no regression.
Running test modifiers
PASS: Test modifiers detected no regression.
Running test funny_targets
PASS: Test funny_targets detected no regression.
Checking to see if your booted kernel is fresh enough..
/usr/obj/usr/src/bin/sh/sh -c 'echo "Testing installed kernel for...
2003 Oct 04
0
klibc: kbuild improvements
...bc.so)
-targets += $(obj)/klibc.so
-#
-quiet_cmd_libc.so.hash = HASH $@
- cmd_libc.so.hash = $(USERNM) $< | egrep '^[0-9a-fA-F]+ [ADRTW] ' | \
- sort | $(obj)/sha1hash > $@
-$(obj)/libc.so.hash: $(obj)/libc.so $(obj)/sha1hash
- $(call if_changed,libc.so.hash)
+ifdef notdef
-targets += $(obj)/libc.so.hash
+SOLIB = libc.so
+SOHASH = klibc.so
-ifdef notdef
+CRT0 = crt0.o
+LIB = libc.a
TESTS = $(patsubst %.c,%,$(wildcard tests/*.c)) \
$(patsubst %.c,%.shared,$(wildcard tests/*.c))
@@ -140,6 +138,3 @@
endif
-clean-files := syscalls/*.[cS] sysca...
2010 Jun 25
0
Wine release 1.2-rc5
...winemaker: Don't use deprecated -mcpu option.
uxtheme: Quiet a noisy fixme.
winetest: Implement aborting.
kernel32: Update a warning.
wineps.drv: Update comments.
winetest: Also abort while sending.
Aric Stewart (2):
winex11.drv: Make UploadGlyph fallback to notdef and space so as to not fail.
shlwapi: URL_FILE_USE_PATHURL flag only unescapes file urls in UrlCanonicalize.
Aurimas Fi?eras (1):
cmd: Update Lithuanian translation.
Dmitry Timoshkov (1):
comctl32: Add a bunch of imagelist storage tests, make them pass under Wine.
Dylan Smith (...
2003 Sep 29
2
4.9-RC and bge
Recent SUP.
Installed on Dell PowerEdge 4600.
Getting tons of:
Sep 30 12:23:16 zige /kernel: bge0: gigabit link up
Sep 30 12:23:46 zige last message repeated 98 times
Also getting some TCP retransmits. This causes noticable delays in
pretty much everything I do now. Not a problem prior to the SUP.
I was on 4.8-STABLE before.
When pulling/replacing cables, it went into a mode where it would
2009 Feb 27
0
Wine release 1.1.16
...des.
gdi32/tests: Win9x doesn't ensure the facename is nul terminated. Compare the logfont one element at a time.
gdi32: In a Baltic locale the last char of a symbol font is reported as 0xf8fd rather than 0xf0ff.
gdi32/tests: Allow the first char code to point to glyph 0 (the .notdef glyph).
inetcomm/tests: Object is a static singleton on win95.
inetcomm/tests: AddRef on the stream doesn't return the ref count on win95.
gdi32/tests: Win9x truncates the LONG elements of LOGFONT to 16 bit values.
gdi32: The special handling of the character codes metri...