Ian MacLean wrote:

try 'make clean' first and see how that goes. There is a pre-built nant binary in the bin dir which *should* get overwritten by the make process. This binary was built on windows which is why it has the JScript depedency.

Ok, except for a fix to the mono config path in nant.exe.config, i was able to compile.
Why don't you call pkg-config for detecting mono presence?
"pkg-config --modversion mono" gives you mono version
"pkg-config --variable=prefix mono" gives you mono base dir, than you add /bin and /lib


MC



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to