Ticket #3567 (new defect)

Opened 10 months ago

follow includes for commandline/library compiles problems

Reported by: weyrick Owned by: weyrick
Priority: urgent Milestone: 3.0.0 release
Component: Commandline Version:
Severity: major Keywords:
Cc:

Description

for stand alone apps, we follow includes. for libraries we don't. this in itself needs to be made more clear.

further, we fail with a nasty bigloo error if a user compiles a stand alone application and lists one of the auto included fails on the commandline as well. e.g.

ERR: File "test.scm", line 117, character 3867:
ERR: #  (define +include+:lib/a/test2.php
ERR: #  ^
ERR: # *** ERROR:top-level:+include+:lib/a/test2.php
ERR: # Illegal duplicated definition -- (define (+include+:lib/a/test2.php argv) (be ...
ERR:
ERR: 1 error occured, ending ...
ERR:

should we allow multiple files to be listed for command line apps at all, then?

Note: See TracTickets for help on using tickets.