Bugs item #2840225, was opened at 2009-08-19 13:05
Message generated for change (Tracker Item Submitted) made by e-r00
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2840225&group_id=56967

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: buildtools CVS Head
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Marcin Zukowski (e-r00)
Assigned to: Sjoerd Mullender (sjoerd)
Summary: Mx creates output files even on errors

Initial Comment:
Try the following file

@f z
@= i_do_exist
I DO EXIST
@= i_do_not_exist
I DO NOT EXIST
@c
@:i_do_exist@
@:i_dont_exist@

Then running:
$ Mx -c z.mx
Mx:Unresolved reference:i_dont_exist[z.mx:11].
z.mx: ./z.c - created 

What happens is that z.c is created even though the error appeared. As a 
result, when compiling first with "make" and then with "make -k", the z.c file 
exists, making the compilation continue. Still, z.c is incomplete, leading to 
weird effects.

Mx (like any other compiler) should not generate output files if it detects an 
error condition

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2840225&group_id=56967

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to