[Mono-bugs] [Bug 58044][Wis] New - "make install" of mono-0.91 fails unless` preceded by "make"

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 4 May 2004 18:29:05 -0400 (EDT)


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 shaver@off.net.

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

--- shadow/58044	2004-05-04 18:29:05.000000000 -0400
+++ shadow/58044.tmp.4395	2004-05-04 18:29:05.000000000 -0400
@@ -0,0 +1,44 @@
+Bug#: 58044
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: shaver@off.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: "make install" of mono-0.91 fails unless` preceded by "make"
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. Unpack mono-0.91 tarball
+2. ./configure
+3. make install
+
+Actual Results:
+mini.c:47:20: inssel.h: No such file or directory
+
+Expected Results:
+Properly built and installed mono.
+
+How often does this happen? 
+Every time.  I set my build-bustage watch by it!
+
+Additional Information:
+inssel.c is present in mono/monoburg, but inssel.h is not.  If I do a
+"make" before the "make install", all is well.
+
+< lupus> shaver: inssel.c was in the sources var in Makefile.am, but
+inssel.h was not there
+< lupus> shaver: maybe that is related