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-24 18:58:59.000000000 -0400
+++ shadow/79156.tmp.24720      2006-08-25 14:27:09.000000000 -0400
@@ -10,13 +10,12 @@
 Component: System
 AssignedTo: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: Unable to successfully run a process on win32 with more than one 
argument
 
 Description of Problem:
 Unable to successfully run a process on win32 with more than one argument.
 
 Steps to reproduce the problem:
@@ -38,6 +37,44 @@
 Created an attachment (id=17497)
 Sample code
 
 
 ------- Additional Comments From [EMAIL PROTECTED]  2006-08-24 18:58 -------
 Oh, this is mono svn.
+
+------- Additional Comments From [EMAIL PROTECTED]  2006-08-25 14:27 -------
+This bug report is invalid.
+
+The following command line works:
+
+psi.Arguments = "--libs foo";
+
+Output: (stderr)
+
+Package foo was not found in the pkg-config search path.
+Perhaps you should add the directory containing `foo.pc'
+to the PKG_CONFIG_PATH environment variable
+No package 'foo' found.
+
+
+When I try this:
+
+psi.Arguments = "--variable=libdir foo"
+
+Output:
+
+<nothing>
+
+
+The same from the command line:
+
+pkg-config --variable=libdir foo
+
+Output:
+
+<nothing>
+
+
+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 ;-)
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to