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

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

2009-02-09 Thread Kustaa Nyholm
Hi while trying to use the latest PIC pathes from Raphael (thanks!) I run into following little issues. I downloaded the trunk from http://sdcc.svn.sourceforge.net/viewvc/sdcc/trunk/sdcc.tar.gz?view=tar and to get it to configure I needed to do (in the top directory): chmod a+x configure chmo