Re: [Sdcc-user] Issues building trunk on Mac OS X

2009-02-10 Thread Kustaa Nyholm
>>> borut.ra...@siol.net 10.2.2009 10:16:29 >>> >>> Hi Kusti, >>> >>> it is natural that this happened if you downloaded the files using the >>> web browser: the downloaded files don't have the x bit set (actually >>> this probably depends on umode setting...), so you have to set it "by hand".

Re: [Sdcc-user] Issues building trunk on Mac OS X

2009-02-10 Thread Borut Razem
Hi Kusti, it is natural that this happened if you downloaded the files using the web browser: the downloaded files don't have the x bit set (actually this probably depends on umode setting...), so you have to set it "by hand". The file mode flags are set correctly if you use svn. P.S.: on whic

Re: [Sdcc-user] Issues building trunk on Mac OS X

2009-02-10 Thread Kustaa Nyholm
Hi, answering my own mail: out of curiosity I checked out the trunk using SVN and it this way it seems to configure/make out of the box. I used : svn co https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc sdcc as explained on the Sdcc homepage. I gotta say it, SDCC is one of the better F