Search found 7 matches

by tygrys
Thu Oct 16, 2008 2:46 pm
Forum: Issues with 1.8
Topic: problem with CPC binaries
Replies: 2
Views: 10111

problem with CPC binaries

Hello.

Debian user was reported problem with hangs CPC binaries:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=475605

Is this problem with bugs in lib/cpc_crt0.asm ?
Any other files are changed too?

--
Best regards
Krystian Wlosek
by tygrys
Tue Mar 25, 2008 10:36 am
Forum: z88dk-developers
Topic: [z88dk-dev] appmake
Replies: 0
Views: 2548

[z88dk-dev] appmake

Hello.

I compiled appmake using gcc with -Wall option. I fixed some warnings and errors.

Errors in file ace-byt.c, newbrain.c, rex6000.c

Please apply my patches ;)

diff-file: http://www.waw.pdi.net/~tygrys/z88dk/04 ... pmake.diff

--
regards
Krystian Wlosek
by tygrys
Wed Mar 19, 2008 12:43 pm
Forum: z88dk-developers
Topic: [z88dk-dev] libsrc/Makefile and sp1
Replies: 1
Views: 3693

[z88dk-dev] libsrc/Makefile and sp1

Hello. z88dk/libsrc$ make sp1 SP1 Software Sprite Engine Prior to building the library you can customize several parameters such as display size, memory map, etc by editing the file customize.asm found in {z88dk}/libsrc/sprites/software/sp1/{target} Otherwise the defaults will be used. You must spec...
by tygrys
Mon Mar 17, 2008 2:08 pm
Forum: z88dk-developers
Topic: [z88dk-dev] x11.lib problem on case-sensitive systems -- solutions.
Replies: 1
Views: 3580

[z88dk-dev] x11.lib problem on case-sensitive systems -- solutions.

On Mon, Mar 17, 2008 at 02:56:54PM +0100, Stefano Bodrato wrote: The standard seems to be uppercase, so I'd prefer the first proposal. Ok. I suggest apply this patch: http://www.waw.pdi.net/~tygrys/z88dk/03_libsrc_graphics_x11_Makefile.diff Have I missed the uppercase 'X' somewhere else ? No. z88dk$...
by tygrys
Mon Mar 17, 2008 1:17 pm
Forum: z88dk-developers
Topic: [z88dk-dev] x11.lib problem on case-sensitive systems -- solutions.
Replies: 1
Views: 3783

[z88dk-dev] x11.lib problem on case-sensitive systems -- solutions.

Hello. z88dk/libsrc/graphics/x11$ make zcc +test -vn -make-lib -Wn43 *.c cpp: line 11, Fatal error: Cannot open include file "X11/Xlib.h" #include <X11/Xlib.h> make: *** [all] Error 1 It's compilation problem on case-sensitive systems like unix/linux/bsd. We have 3 solutions: - cd z88dk/in...
by tygrys
Wed Mar 12, 2008 2:47 pm
Forum: z88dk-developers
Topic: [z88dk-dev] 64bit architecture problem.
Replies: 3
Views: 5481

[z88dk-dev] 64bit architecture problem.

Hello. I have problem with compile z88dk on 64bit machine. ...... make[3]: Entering directory `/root/krwl/z88dk-1.8.ds1/libsrc/fcntl/z88' zcc +z88 -vn -make-lib -Wn43 close.c zcc +z88 -vn -make-lib -Wn43 creat.c zcc +z88 -vn -make-lib -Wn43 lseek.c zcc +z88 -vn -make-lib -Wn43 open.c zcc +z88 -vn -m...
by tygrys
Thu Feb 28, 2008 11:26 am
Forum: z88dk-developers
Topic: [z88dk-dev] Patches to Makefiles.
Replies: 3
Views: 5146

[z88dk-dev] Patches to Makefiles.

hello. I prepare patches for Makefiles: - 2_dummy_Makefile.diff fixed z88dk/libsrc/fcntl/dummy/Makefile - 2_z88math_Makefile.diff fixed z88dk/libsrc/z88math/Makefile and big changes in main Makefile - 1_Makefile.diff using to easy create debian package. Please apply this patches ;) -- regards Krysti...