I apologize if the answer to this is obvious, but I just downloaded Erlide/Eclipse for windows from Yoxos.  Everything works fine

(I got the ping/pong sample working) but,

 

I have a sample module that uses the qlc module with

-include(“stdlib/include/qlc.hrl”).

 

If I compile this file using command line erlc it produces a beam file but if I try to compile in Erlide it does not.

I don’t see any error messages in the console.

 

Is there a path variable that I need to set somewhere to use this?  The qlc.hrl file is in

c:/ERL55~1.1/lib/stdlib-1.14.1/include and there’s a beam file in

c:/ERL55~1.1/lib/stdlib-1.14.1/ebin

 

If I comment out the –include it compiles into a beam file but there’s a warning that “qlc.h” is not included.

 

I tried adding a folder to ext inc, but when the changes don’t seem to stick.

 

Here’s the path I have.   The only setting I made was $ERL_TOP.

 

([EMAIL PROTECTED])3> code:get_path().

["c:/eclipse/workspace/test/ebin",

 ".",

 "c:/ERL55~1.1/lib/kernel-2.11.1/ebin",

 "c:/ERL55~1.1/lib/stdlib-1.14.1/ebin",

 "c:/ERL55~1.1/lib/xmerl-1.0.5/ebin",

 "c:/ERL55~1.1/lib/webtool-0.8.3/ebin",

 "c:/ERL55~1.1/lib/tv-2.1.3/ebin",

 "c:/ERL55~1.1/lib/tools-2.5.1/ebin",

 "c:/ERL55~1.1/lib/toolbar-1.3/ebin",

 "c:/ERL55~1.1/lib/syntax_tools-1.5.0/ebin",

 "c:/ERL55~1.1/lib/ssl-3.0.12/ebin",

 "c:/ERL55~1.1/lib/ssh-0.9.4/ebin",

 "c:/ERL55~1.1/lib/snmp-4.8.1/ebin",

 "c:/ERL55~1.1/lib/sasl-2.1.3/ebin",

 "c:/ERL55~1.1/lib/runtime_tools-1.6/ebin",

 "c:/ERL55~1.1/lib/pman-2.5.2/ebin",

 "c:/ERL55~1.1/lib/parsetools-1.4/ebin",

 "c:/ERL55~1.1/lib/otp_mibs-1.0.4/ebin",

 "c:/ERL55~1.1/lib/os_mon-2.1.1/ebin",

 "c:/ERL55~1.1/lib/orber-3.6.3/ebin",

 "c:/ERL55~1.1/lib/odbc-2.0.6/ebin",

 "c:/ERL55~1.1/lib/observer-0.9.7/ebin",

 "c:/ERL55~1.1/lib/mnesia_session-1.1.6/ebin",

 "c:/ERL55~1.1/lib/mnesia-4.3.2/ebin",

 "c:/ERL55~1.1/lib/mnemosyne-1.2.6/ebin",

 "c:/ERL55~1.1/lib/megaco-3.4.3/ebin",

 "c:/ERL55~1.1/lib/jinterface-1.3",

 "c:/ERL55~1.1/lib/inviso-0.1/ebin",

 "c:/ERL55~1.1/lib/inets-4.7.5/ebin"|...]

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Erlide-devel mailing list
Erlide-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/erlide-devel

Reply via email to