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

ocamlcp -pp (suite du #1446) #7941

Closed
vicuna opened this issue Oct 30, 2002 · 1 comment
Closed

ocamlcp -pp (suite du #1446) #7941

vicuna opened this issue Oct 30, 2002 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Oct 30, 2002

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

Bug description

Hello,

Pour contourner l'impossibilité d'utiliser l'option -pp avec
ocamlcp, j'ai voulu mettre dans le Makefile:

.ml.cmo:
camlp4o pa_extend.cmo pr_o.cmo $< -o $<pp
ocamlcp -c $(INCLUDES) -impl $<pp

et j'ai constaté avec une grande tristesse que ocamlprof refuse de marcher
lorsque l'extension n'est pas .ml; argh. Est-ce qu'il y a une
raison à cela ?

-- Alain

@vicuna
Copy link
Author

vicuna commented Nov 4, 2002

Comment author: administrator

.ml.cmo:
camlp4o pa_extend.cmo pr_o.cmo $< -o $<pp
ocamlcp -c $(INCLUDES) -impl $<pp

et j'ai constaté avec une grande tristesse que ocamlprof refuse de marcher
lorsque l'extension n'est pas .ml; argh. Est-ce qu'il y a une
raison à cela ?

C'est repare dans la version de travail (3.06+15). Maintenant ocamlcp
gere l'option -impl (mais il faut aussi utiliser l'option -impl pour
afficher les resultats avec ocamlprof).

-- Damien

@vicuna vicuna closed this as completed Nov 4, 2002
@vicuna vicuna added the bug label Mar 19, 2019
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