Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by [EMAIL PROTECTED]

http://bugzilla.ximian.com/show_bug.cgi?id=79156

--- shadow/79156        2006-08-25 14:27:09.000000000 -0400
+++ shadow/79156.tmp.25391      2006-08-25 15:05:18.000000000 -0400
@@ -75,6 +75,28 @@
 
 
 I guess that pkg-config doesn't get the same environment
 when called from your application. Maybe you need to set
 PKG_CONFIG_PATH or whatever, but this is not Mono's problem ;-)
 
+
+------- Additional Comments From [EMAIL PROTECTED]  2006-08-25 15:05 -------
+My environment is set up correctly.  After further testing, the sample
+app functions as expected if I run it from a "dos" prompt:
+
+C:\Documents and Settings\lbard>pkg-config --variable=libdir gtk-sharp-2.0
+c:/mono/MonoX-1.1.13.1/lib
+
+C:\Documents and Settings\lbard>Processdemo.exe
+c:/mono/MonoX-1.1.13.1/lib
+
+C:\Documents and Settings\lbard>mono Processdemo.exe
+c:/mono/MonoX-1.1.13.1/lib
+
+But if I run it from an rxvt:
+/cygdrive/c/Documents and Settings/lbard> pkg-config --variable=libdir
+gtk-sharp-2.0
+c:/mono/MonoX-1.1.13.1/lib
+/cygdrive/c/Documents and Settings/lbard> ./Processdemo.exe
+c:/mono/MonoX-1.1.13.1/lib
+/cygdrive/c/Documents and Settings/lbard> mono Processdemo.exe
+(no output)
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to