Hi,

nant works fine for me on linux/x86 (very well in fact). However, when i
try to run the *same* binaries on linux/ppc (same fedora core 2 distro
etc.) It keeps refusing to find mono using pkg-config:

[EMAIL PROTECTED] monodevelop]$ nant
NAnt 0.85 (Build 0.85.1687.0; mono-1.0.unix; dev; 8/14/2004)
Copyright (C) 2001-2004 Gerry Shaw
http://nant.sourceforge.net
 
BUILD FAILED
 
The current runtime framework 'mono-1.0' is not correctly configured in
the NAnt configuration file.
    Function call failed.
Expression: ${pkg-config::get-variable('mono', 'prefix')}
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        Package "mono" does not exist.
 
For more information regarding the cause of the build failure, run the
build again in debug mode.
 
Try 'nant -help' for more information
[EMAIL PROTECTED] monodevelop]$ pkg-config --modversion mono
1.1.1

BUT, as you can see above, the "mono" package is very much there. How is
this possible? Is there some race going on here? Perhaps the native task
that get's executed is not handled properly somehow on linux/ppc?

If it were a ppc JIT bug, it would show itself in other ways like a hard
crash, which it doesn't.

I'm out of ideas here.

Jeroen



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to