Hi! I've installed erlang in /opt/usr/lib/erlang and I'm pointing ERL_TOP to that location. So that's the directory where you will find your erts-5.5.*/ lib/ releases/ and various other directories. I'm not sure if it's enough to just point at the binary erl file or if you need to point to the actual place where it is installed, but better safe than sorry. Good luck with erlang! It truly is as amazing as it looks :)
Lukas On 6/23/07, Tim Carpenter <[EMAIL PROTECTED]> wrote: > Hi Lukas, > > Where exactly did you install your Erlang and what was the "level"? > > I installed in the default location - /usr/local/... > > So is it /bin or /lib/erlang for example? I do recall the original > did accept the location (so should have been ok) but I am trying not > to make assumptions at this stage. > > I am thinking of deleting the plug-in and re-installing so i want to > get the ERL_TOP right this time. > > Erlang is very interesting for me as I have been writing real time HA > Financial Market Data systems since the 80's . After seeing the > Erlang methodology I realised that I had been reengineering systems > to use this message-based, no external state or data model throughout > my career. I have always hated "dead letterboxes" and refactored them > out every time I saw them and the reliability of legacy systems I > reengineered skyrocketed (performance too, much to the surprise of > hackers). It is so good to see a language that works for you, not > against. > > T > > > On 23 Jun 2007, at 01:19, Lukas Larsson wrote: > > > Hi, > > > > I'm running ecliopse 3.2.1 using erlang R11B (self compiled) on OS X > > and it has worked fine for as long as I can remember. Occationally > > there is a crash but it's usually solved by by a restart. The only > > config of eclipse which I do it to point to the correct place where > > erlang is installed in the oprition and then it works fine. Can't > > remember what flags I used to compile erlang with, I did it just after > > the release of R11B so it's been a while. > > > > Lukas > > > > On 6/22/07, Vlad Dumitrescu <[EMAIL PROTECTED]> wrote: > >> Hi, > >> > >> Erlide doesn't care if you use R11B-3 -4, or -5. The binaries are > >> compatible. > >> > >> What is happening is that the Java node (inside Erlide) can't connect > >> to the Erlang node that it is starting in order to use it as a > >> backend. > >> > >> I don't know why this is happening, like I said others had the > >> problem > >> but from what I know they either solved it somehow or they have given > >> up on Erlide. But I know of at least two people that use Erlide on > >> OSX, so it can be fixed. > >> > >> I will add a "check connection" button and the corresponding > >> functionality, see > >> http://sourceforge.net/tracker/index.php? > >> func=detail&aid=1741847&group_id=58889&atid=489191 > >> > >> Unfortunately, I will go on vacation soon and I can't promise that I > >> will have a solution until I leave. I am sorry about that... > >> > >> best regards, > >> Vlad > >> > >> --------------------------------------------------------------------- > >> ---- > >> This SF.net email is sponsored by DB2 Express > >> Download DB2 Express C - the FREE version of DB2 express and take > >> control of your XML. No limits. Just data. Click to get it now. > >> http://sourceforge.net/powerbar/db2/ > >> _______________________________________________ > >> Erlide-devel mailing list > >> [email protected] > >> https://lists.sourceforge.net/lists/listinfo/erlide-devel > >> > > > > > > -- > > Lukas Larsson > > > > ___________________________________________________________ > Try the all-new Yahoo! Mail. "The New Version is radically easier to use" – > The Wall Street Journal > http://uk.docs.yahoo.com/nowyoucan.html > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Erlide-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/erlide-devel > > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Erlide-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/erlide-devel
