[odb-users] Parsing error in options-file?

Harald Frostel Harald.Frostel at jku.at
Mon Mar 3 10:45:11 EST 2014


Hi Boris,

try these commands. They produce different results (same on Linux and Windows).
The first one does not generate the sqlite files.

odb --options-file test.options model.hxx
with test.options:
-m dynamic
-d common
-d sqlite

vs.

odb -m dynamic -d common -d sqlite model.hxx

Regards,
Harald



 
****************************************************
Dipl.-Ing. Harald Frostel
Department of Computational Perception
Johannes Kepler University Linz
Altenberger Strasse 69
A-4040 Linz, Austria        

Tel:  +43 732 2468 1521
Fax:  +43 732 2468 1520
Mail: harald.frostel at jku.at
http://www.cp.jku.at/people/frostel
****************************************************


>>> Boris Kolpackov <boris at codesynthesis.com> 03.03.2014 13:52 >>>
Hi Harald,

Harald Frostel <Harald.Frostel at jku.at> writes:

> It seems that options in the file, that use only one dash (e.g. -v or -d)
> are simply ignored.

The -v option can only be specified on the command line. However, I
just tried -d and -q and they appear to work fine, at least on 
GNU/Linux. My test options file looks like this:

-d mysql
-q

What does your options file look like?

Boris





More information about the odb-users mailing list