Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

camlp4o.opt broken in 3.08.0 #2949

Closed
vicuna opened this issue Jul 15, 2004 · 2 comments
Closed

camlp4o.opt broken in 3.08.0 #2949

vicuna opened this issue Jul 15, 2004 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Jul 15, 2004

Original bug ID: 2949
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

camlp4o.opt appears to be broken in 3.08.0. We've noticed this both
in GODI builds and in builds straight from source. As you can see
from the following output, the camlp4o.opt doesn't really work -- it
always spits out nothing. camlp4o works as usual.

camlp4o -v

Camlp4 version 3.08.0

camlp4o -help

Usage: camlp4 [load-options] [--] [other-options]Load options: -I
directory Add directory in search patch for object files. -where
Print camlp4 library directory and exit. -nolib No
automatic search for object files in library directory.
Load this file in Camlp4 core.Other options: Parse this
file.
-intf Parse as an interface, whatever its extension.
-impl Parse as an implementation, whatever its extension.
-unsafe Generate unsafe accesses to array and strings.
-noassert Obsolete, do not use this option.
-verbose More verbose in parsing errors.
-loc Name of the location variable (default: loc)
-QD Dump quotation expander result in case of syntax error.
-o Output on instead of standard output.
-v Print Camlp4 version and exit.
-version Print Camlp4 version number and exit.
-help Display this list of options.
Options added by loaded object files:
-no_quot Don't parse quotations, allowing to use, e.g. "<:>" as token

camlp4o.opt -v

camlp4o.opt -help

@vicuna
Copy link
Author

vicuna commented Jul 28, 2004

Comment author: administrator

Dear Yaron,

camlp4o.opt appears to be broken in 3.08.0.

Right, a -linkall option was missing in the options passed to ocamlopt for
building it.
I've fixed this in the CVS branches. Thanks for the report,

-- Michel

@vicuna
Copy link
Author

vicuna commented Jul 28, 2004

Comment author: administrator

FIxed by MM, 2004-07-28.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant