<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
<title>z88dk forums : Installation : Other platforms</title>
<link>http://www.z88dk.org/forum</link>
<description> z88dk forums</description>
<language>en</language>
<docs>http://backend.userland.com/rss</docs>
<item>
<title>Mac OSX in Installation : Other platforms</title>
<link>http://www.z88dk.org/forum/viewtopic.php?pid=8221#8221</link>
<guid isPermaLink="false">8221@http://www.z88dk.org/forum</guid>
<description>Topic: Mac OSX

Message: Do to my error they harmed a little the nightly batch, but now they're up and running&#160; ;)
</description>
<pubDate>Wed, 13 Mar 2013 15:07:28 +0000</pubDate>
</item>
<item>
<title>Mac OSX in Installation : Other platforms</title>
<link>http://www.z88dk.org/forum/viewtopic.php?pid=8207#8207</link>
<guid isPermaLink="false">8207@http://www.z88dk.org/forum</guid>
<description>Topic: Mac OSX

Message: Ok, I just added the three lines in the Makefile, they don't look dangerous in after all :D
</description>
<pubDate>Mon, 11 Mar 2013 13:02:04 +0000</pubDate>
</item>
<item>
<title>Mac OSX in Installation : Other platforms</title>
<link>http://www.z88dk.org/forum/viewtopic.php?pid=8198#8198</link>
<guid isPermaLink="false">8198@http://www.z88dk.org/forum</guid>
<description>Topic: Mac OSX

Message: Trying to install z88dk into my MacBook with OS X Mountain Lion, I had the same &#34;Can't open config file&#34; as decfreak, and his &#34;3-lines patch&#34; worked for me.
</description>
<pubDate>Sun, 10 Mar 2013 13:22:18 +0000</pubDate>
</item>
<item>
<title>Mac OSX in Installation : Other platforms</title>
<link>http://www.z88dk.org/forum/viewtopic.php?pid=7745#7745</link>
<guid isPermaLink="false">7745@http://www.z88dk.org/forum</guid>
<description>Topic: Mac OSX

Message: These posts have interfered.As I'm using the default Makfefile the config is done within that, and the config are generated perfectly.The problem is that they are not copied to the proper directory in /usr/local/lib/z88dk/lib/ .That's why I added these three lines to the Makefile.
</description>
<pubDate>Thu, 01 Nov 2012 16:47:19 +0000</pubDate>
</item>
<item>
<title>Mac OSX in Installation : Other platforms</title>
<link>http://www.z88dk.org/forum/viewtopic.php?pid=7744#7744</link>
<guid isPermaLink="false">7744@http://www.z88dk.org/forum</guid>
<description>Topic: Mac OSX

Message: Hello Stefano,yes, also with the last nightly build (downloading and testing every morning) the problem ist still there.
</description>
<pubDate>Thu, 01 Nov 2012 16:42:46 +0000</pubDate>
</item>
<item>
<title>Mac OSX in Installation : Other platforms</title>
<link>http://www.z88dk.org/forum/viewtopic.php?pid=7743#7743</link>
<guid isPermaLink="false">7743@http://www.z88dk.org/forum</guid>
<description>Topic: Mac OSX

Message: Forgot to say, you need to run &#34;make config&#34; to create the missing cfg files.
</description>
<pubDate>Thu, 01 Nov 2012 14:51:13 +0000</pubDate>
</item>
<item>
<title>Mac OSX in Installation : Other platforms</title>
<link>http://www.z88dk.org/forum/viewtopic.php?pid=7742#7742</link>
<guid isPermaLink="false">7742@http://www.z88dk.org/forum</guid>
<description>Topic: Mac OSX

Message: Oliver, are you still facing the same problem with the latest daily snapshot ?
</description>
<pubDate>Thu, 01 Nov 2012 14:49:41 +0000</pubDate>
</item>
<item>
<title>Mac OSX in Installation : Other platforms</title>
<link>http://www.z88dk.org/forum/viewtopic.php?pid=7740#7740</link>
<guid isPermaLink="false">7740@http://www.z88dk.org/forum</guid>
<description>Topic: Mac OSX

Message: Hello,I built and installed the development kit with the latest nightly snapshot, and had no problems so far.- Except that I got the same Error at &#34;Building Interface 1 RS232 library&#34; which is in the nightly report, either. (My system configuration is 10.7.5 with XCode 4.5.1 and latest command line tools installed.)I encountered a problem with the global installation.After buid.sh, make install and make install-libs I went to z88dk/examples/z88and ran, as an the README
Code: zcc -lgfx gfx.c
which brought the output
Code: Can't open config file /usr/local/lib/z88dk/lib/config/zcc.cfg
In fact there was no config-directory in /usr/local/lib/z88dk/lib/.I solved it by adding the following lines to make install-libs in my Makefile:
Code:mkdir -p $(prefix)/lib/z88dk/lib/config
        cp -R lib/config/* $(prefix)/lib/z88dk/lib/config/
        find $(prefix)/lib/z88dk/lib/config -type f | xargs chmod 644
And ran it again.Running the same command for the example above I now got
Code: cp /usr/local/share/z88dk/lib/z88_crt0.opt /tmp/tmpR46qXjpD.opt
cp /tmp/tmpR46qXjpD.opt /tmp/tmpR46qXjpD.asm
zcpp -I. -DZ80 -DSMALL_C -DZ88 -D__Z88__ -DSCCZ80 -I/usr/local/share/z88dk/include  gfx.c /tmp/tmpBKBZdfJX.i
sccz80     /tmp/tmpBKBZdfJX.i
copt /usr/local/share/z88dk/lib/z80rules.2 &#60; /tmp/tmpBKBZdfJX.asm &#62; /tmp/tmpBKBZdfJX.op1
copt /usr/local/share/z88dk/lib/z80rules.1 &#60; /tmp/tmpBKBZdfJX.op1 &#62; /tmp/tmpBKBZdfJX.opt
z80asm -eopt -ns -Mo -I/usr/local/share/z88dk/lib /tmp/tmpBKBZdfJX.opt
z80asm -a -m -Mo -L/usr/local/share/z88dk/lib/clibs -I/usr/local/share/z88dk/lib -oa.bas -igfx  -iz88_clib  -iz80_crt0  /tmp/tmpR46qXjpD.opt /tmp/tmpBKBZdfJX.o
As I'm not sure if it is a really &#34;bug&#34;, a specific problem on OS X, or there is something wrong with the environment variables, I wanted to ask you here.BTW, my environment variables have been set as follows at both tests:
Code: ZCCCFG = /usr/local/share/z88dk/lib/config/
Z80_OZFILES = /usr/local/share/z88dk/lib/
Thanks for your help in advance.&#160; &#160;Oliver
</description>
<pubDate>Wed, 31 Oct 2012 16:55:20 +0000</pubDate>
</item>
<item>
<title>Mac OSX in Installation : Other platforms</title>
<link>http://www.z88dk.org/forum/viewtopic.php?pid=7736#7736</link>
<guid isPermaLink="false">7736@http://www.z88dk.org/forum</guid>
<description>Topic: Mac OSX

Message: The latest daily snapshot contains a fix from Paulo which probably solves the problem above.Could you please try it and report the results ?
</description>
<pubDate>Mon, 29 Oct 2012 17:11:43 +0000</pubDate>
</item>
<item>
<title>Mac OSX in Installation : Other platforms</title>
<link>http://www.z88dk.org/forum/viewtopic.php?pid=7723#7723</link>
<guid isPermaLink="false">7723@http://www.z88dk.org/forum</guid>
<description>Topic: Mac OSX

Message: Got the same problem on a 64bit linux box, try with the older z80asm version (src/z80asm.stable folder).Build it then copy z80asm over the installed one, for me it was '/usr/local/bin/'
</description>
<pubDate>Wed, 24 Oct 2012 09:00:52 +0100</pubDate>
</item>
<item>
<title>Mac OSX in Installation : Other platforms</title>
<link>http://www.z88dk.org/forum/viewtopic.php?pid=7720#7720</link>
<guid isPermaLink="false">7720@http://www.z88dk.org/forum</guid>
<description>Topic: Mac OSX

Message: 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.
</description>
<pubDate>Tue, 23 Oct 2012 21:16:28 +0100</pubDate>
</item>
<item>
<title>Mac OSX in Installation : Other platforms</title>
<link>http://www.z88dk.org/forum/viewtopic.php?pid=7718#7718</link>
<guid isPermaLink="false">7718@http://www.z88dk.org/forum</guid>
<description>Topic: Mac OSX

Message: Hello!
groox wrote:I've been able to compile and install.
Great! :)
groox wrote: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 compiled apart of the whole compiling process.
</description>
<pubDate>Mon, 22 Oct 2012 09:10:35 +0100</pubDate>
</item>
<item>
<title>Mac OSX in Installation : Other platforms</title>
<link>http://www.z88dk.org/forum/viewtopic.php?pid=7716#7716</link>
<guid isPermaLink="false">7716@http://www.z88dk.org/forum</guid>
<description>Topic: Mac OSX

Message: 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=32768sccz80:&#34;prueba2.c&#34; L:150 Warning:#36:In function: drawmap() line 1sccz80:&#34;prueba2.c&#34; L:150 Warning:#13:Pointer/pointer type mismatchsccz80:&#34;prueba2.c&#34; L:150 Warning:#34:Func expects: struct sp1_tp*sccz80:&#34;prueba2.c&#34; L:150 Warning:#35:Func gets: unsigned char *Error at module 'ZX82_CRT0': Cannot read from file1 errors occurred during assemblyKey to filenames:/tmp/tmpJ6il8x2w.o = prueba2.cError at module 'ZX82_CRT0': Cannot read from filemake: *** [prueba2.bin] Error 1I really don't know what I'm doing wrong.Thx
</description>
<pubDate>Sun, 21 Oct 2012 18:17:28 +0100</pubDate>
</item>
<item>
<title>Mac OSX in Installation : Other platforms</title>
<link>http://www.z88dk.org/forum/viewtopic.php?pid=7687#7687</link>
<guid isPermaLink="false">7687@http://www.z88dk.org/forum</guid>
<description>Topic: Mac OSX

Message: 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-&#62;Preferences. Choose the Downloads icon and then the Components tab, and choose to install the Command Line tools.Hope this solves the issue. ;)
</description>
<pubDate>Sun, 30 Sep 2012 13:43:20 +0100</pubDate>
</item>
<item>
<title>Mac OSX in Installation : Other platforms</title>
<link>http://www.z88dk.org/forum/viewtopic.php?pid=7682#7682</link>
<guid isPermaLink="false">7682@http://www.z88dk.org/forum</guid>
<description>Topic: Mac OSX

Message: 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?
</description>
<pubDate>Thu, 27 Sep 2012 15:46:42 +0100</pubDate>
</item>
</channel>
</rss>
