Menu

#28 nini does not build on linux

v1.1.0
open
nobody
5
2006-04-24
2006-04-24
No

Nini is a wonderful library and it even runs on mono
which is cool. The bad news is that it does not build
on linux. There are two problems in Nini.build which
prevent that:

1) Trying to execute mcs.bat which does not exist,
changing it to plain "mcs" fixes the problem.

2) There are backslashes in paths used all around.
Replacing all backslashes with normal slashes makes it
all compile and work. I suggest replacing all the
occurences of backslashes to normal slashes as nant
should handle it anyway even on windows (not tested).

Discussion

  • Radek Podgorny

    Radek Podgorny - 2006-04-24

    a patch to fix the two errors

     
  • Brent R. Matzelle

    Logged In: YES
    user_id=163900

    Excellent comments. That shouldn't be a problem. Thanks!

     

Log in to post a comment.