Search found 5 matches

by groox
Tue Oct 23, 2012 8:16 pm
Forum: Other platforms
Topic: Mac OSX
Replies: 38
Views: 76313

Hi,
I compiled through ../libsrc make sp1-spectrum.
I've copied sp1.lib to lib/clibs, and executed make install-libs.
Everything went fine.

So I'm just stucked at this point.

Thx.
by groox
Sun Oct 21, 2012 5:17 pm
Forum: Other platforms
Topic: Mac OSX
Replies: 38
Views: 76313

Hi wintermute, I've been able to compile and install. When I try to compile I always get the same error: zcc +zx -vn prueba2.c -o prueba2.bin -lndos -lsp1 -lmalloc -lim2 -create-app -zorg=32768 sccz80:"prueba2.c" L:150 Warning:#36:In function: drawmap() line 1 sccz80:"prueba2.c" ...
by groox
Sun Sep 23, 2012 12:03 pm
Forum: Other platforms
Topic: Mac OSX
Replies: 38
Views: 76313

Hi, updated to 10.75, Xcode 4.3.3, latest from repo, and I get the following errors: echo '#define PREFIX "/usr/local/lib/z88dk"' > src/config.h echo '#define UNIX 1' >> src/config.h make -C src/appmake make[1]: Nothing to be done for `all'. make -C src/appmake PREFIX=`pwd` install install...
by groox
Wed Apr 08, 2009 8:55 am
Forum: z88dk-users
Topic: [Z88dk-users] Help with interrupts
Replies: 3
Views: 7956

Hi, first thing, I want to thank both of you for giving an answer so quickly. Alvin you're right, the code it's a mix of both (old spritepack and sp1). I'm trying to learn how to code a program for the spectrum, but all the examples I've found are outdated (spritepack lib). I try to convert the code...
by groox
Tue Apr 07, 2009 8:54 pm
Forum: z88dk-users
Topic: [Z88dk-users] Help with interrupts
Replies: 3
Views: 7956

[Z88dk-users] Help with interrupts

Hi, I've got problems with the following code: /* IM2 Example */ /* zcc +zx -vn im2.c -lsplib2 -lmalloc -lndos */ #include <stdlib.h> #include <sprites/sp1.h> #include "colores.h" #include <input.h> #include <im2.h> #include <malloc.h> #include <spectrum.h> #include <balloc.h> #include <so...