Search found 16 matches

by wintermute
Wed Sep 18, 2013 7:22 pm
Forum: Other platforms
Topic: Mac OSX
Replies: 38
Views: 76361

Hello again, Tried it and I didn't succeed. :-( I've installed glib and pkg-config packages from the webpage above for Mountain Lion and everything goes fine until this perl script is executed: perl tools/make_init.pl memalloc.h strpool.h errors.h codearea.h It fails finding these imports: use Moder...
by wintermute
Mon Sep 16, 2013 7:22 am
Forum: Other platforms
Topic: Mac OSX
Replies: 38
Views: 76361

Hi! With the addition of the GLIB dependancy of Z80ASM, the latest CVS source code doesn?t compile on Mac OS X. Which would be the steps to solve this? Installing a GLIB dev build on OS X? Edit: I found this webpage: http://rudix.org/packages.html with GLib prebuilt packages for Mac OS X. Will try t...
by wintermute
Sat Jan 19, 2013 2:13 pm
Forum: Announcements
Topic: z88dk v1.10 bugfixed (v1.10.1 released)
Replies: 1
Views: 11357

Thanks to the z88dk team for the release!
by wintermute
Mon Oct 22, 2012 8:10 am
Forum: Other platforms
Topic: Mac OSX
Replies: 38
Views: 76361

Hello! I've been able to compile and install. Great! :) When I try to compile I always get the same error: [...] I really don't know what I'm doing wrong. This escapes to my knowledge. :rolleyes: But have you compiled the SP1 library for the ZX81 target? The SP1 library must be configured and compil...
by wintermute
Sun Sep 30, 2012 12:43 pm
Forum: Other platforms
Topic: Mac OSX
Replies: 38
Views: 76361

Hi again groox! I think I've figured out your compiling problem: you need to install the GCC compiler through xCode. Start xCode and go to the menu option xCode->Preferences. Choose the Downloads icon and then the Components tab, and choose to install the Command Line tools. Hope this solves the iss...
by wintermute
Thu Sep 27, 2012 2:46 pm
Forum: Other platforms
Topic: Mac OSX
Replies: 38
Views: 76361

Hi groox!

I have tested compiling it using OSX 10.7.5 and XCode 4.5 and everything compiles fine (with some, I hope, harmless warnings).

What command lines did you use for code retrieval and compilation?
by wintermute
Tue Apr 17, 2012 11:47 am
Forum: Feature Requests
Topic: Ease compilation of the SP1 library
Replies: 2
Views: 8283

Hi Alvin, You're right. :) My request is more a suggestion. By just uncommenting that line you can get everythin compiled in one go, suppossing Spectrum is the main target. But yes, as SP1 supports more than one target, maybe is not a good idea to polute the main build.sh with that too specific line...
by wintermute
Mon Apr 16, 2012 9:11 pm
Forum: Feature Requests
Topic: Ease compilation of the SP1 library
Replies: 2
Views: 8283

Ease compilation of the SP1 library

Hi, Could this be added to /build.sh script?: make -e make -C `pwd`/libsrc # make -C `pwd`/libsrc sp1-spectrum make -C `pwd`/libsrc install I mean: the line commented to compile SP1 library. It won't affect the common build.sh usage, but it can ease people who want to compile and install de SP1 libr...
by wintermute
Mon Apr 16, 2012 9:06 pm
Forum: Bug reports
Topic: Remove *.lib files from CVS?
Replies: 3
Views: 5512

Remove *.lib files from CVS?

Hi all, Shouldn't *.lib files need to be removed from CVS? I think they are kind of redundant in the CVS tree. And since Z88dk Nightlies exist, they become somewhat useless. Not to talk by the fact that maybe source code and its generated LIB file could be out of sync in the CVS itself and that the ...
by wintermute
Sun Oct 16, 2011 10:18 am
Forum: Other platforms
Topic: Mac OSX
Replies: 38
Views: 76361

Just for the record: updated to Mac OSX 10.7.2 and xCode 4.2 and everything compiled succesfully against latest CVS tree.

BTW, any idea about an alpha/beta/... release anytime soon?
by wintermute
Tue Sep 27, 2011 9:54 pm
Forum: Other platforms
Topic: Mac OSX
Replies: 38
Views: 76361

I've updated to latest CVS source tree and sp1.lib is now created. I'll try some examples now...

Thanks Dom!
by wintermute
Tue Sep 27, 2011 6:07 pm
Forum: Other platforms
Topic: Mac OSX
Replies: 38
Views: 76361

Hi! Ok, here we go again... now the issue is that I can't get to compile SP1 library correctly. After building the CVS, I do these steps: # export Z80_OZFILES=$HOME/z88dk/lib/ # export ZCCCFG=$HOME/z88dk/lib/config/ # export PATH=$HOME/z88dk/bin:$PATH # cd ~/z88dk/libsrc/ # make sp1-spectrum and thi...
by wintermute
Mon Sep 26, 2011 6:58 am
Forum: Other platforms
Topic: Mac OSX
Replies: 38
Views: 76361

Yes, I suppossed you were talking about deleting the file itself, not deleting de #include line in mtx.c. :)

I see you have updated the CVS with this change and it compiles flawlessly now. Thanks!
by wintermute
Sun Sep 25, 2011 5:04 pm
Forum: Other platforms
Topic: Mac OSX
Replies: 38
Views: 76361

Thanks for the heads up Dom! But there's something tricky going on there. If I remove z88dk/include/malloc.h, compilation starts and passes beyond my previous error. But then it stops here: cd setjmp ; make ; cd .. zcc +test -vn -make-lib -Wn43 longjmp.c zcc +test -vn -make-lib -Wn43 setjmp.c cd ass...
by wintermute
Sun Sep 25, 2011 8:45 am
Forum: Other platforms
Topic: Mac OSX
Replies: 38
Views: 76361

Ok, as I can see if I start compilation using ./build.sh, I don't need to export variables PATH, Z80_OZFILES and ZCCCFG.

Seems like the $(INCLUDES) variable in the Makefiles is not set. I'm missing something, but I can't come across what...
by wintermute
Sat Sep 24, 2011 11:38 am
Forum: Other platforms
Topic: Mac OSX
Replies: 38
Views: 76361

I'm having problems compiling current CVS version under OSX Lion. OS: OSX Lion with XCode 4.1.1 Steps to get the current CVS revision: # cd ~ # cvs -d:pserver:anonymous@z88dk.cvs.sourceforge.net:/cvsroot/z88dk login # cvs -z3 -d:pserver:anonymous@z88dk.cvs.sourceforge.net:/cvsroot/z88dk co -P z88dk ...