[lisaac-Bugs][312181] unit test for file does not compile for dos and windows, ok for linux

lisaac-bugs at alioth.debian.org lisaac-bugs at alioth.debian.org
Wed Dec 23 13:03:27 UTC 2009


Bugs item #312181, was opened at 23/12/2009 13:03 by Nicolas Boulay
You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413092&aid=312181&group_id=100200

Status: Open
Priority: 3
Submitted By: Nicolas Boulay (cyrano-guest)
Assigned to: Nobody (None)
Summary: unit test for file does not compile for dos and windows, ok for linux 
Target Milestone: Lisaac 0.4
Category: Library


Initial Comment:
In the branch : testing_file of the library using lib_os_64 branch in the compiler :

$ lisaac file_test -boost -gcc "`getconf LFS_CFLAGS`"
$ lisaac file_test -boost -gcc "`getconf LFS_CFLAGS`" -target dos
Depending pass: ..--SEMANTIC---------
FILE_SYSTEM is not found.

Line 14 column 9 in FILE_TEST(/home/cyrano/Documents/lisaac/git/library/testing/file_test.li):
  - main <-
         ^
$ lisaac file_test -boost -gcc "`getconf LFS_CFLAGS`" -target windows
Depending pass: .....--SEMANTIC---------
SYSTEM_IO is not found.

Line 142 column 30 in OUTPUT_STREAM(/home/cyrano/Documents/lisaac/git/compiler/lib/internal/portable/io/output_stream.li):
  - basic_io_putc c:CHARACTER <- SYSTEM_IO.print_char c;


This target should not still compile because there file_*.li are not translate to use 64 bits integer instead of 32 bits.  But the previous error are not expected.

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

You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413092&aid=312181&group_id=100200



More information about the Lisaac-devel mailing list