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

ocamlc: unknown option `-safe-string'. #3244

Open
zzfzp opened this issue Feb 21, 2024 · 2 comments
Open

ocamlc: unknown option `-safe-string'. #3244

zzfzp opened this issue Feb 21, 2024 · 2 comments

Comments

@zzfzp
Copy link

zzfzp commented Feb 21, 2024

During the make process, the (ocamlc: unknown option ` - safe string '.) that appears,Why is this?

1)
make -C sw/ext pprzlink.update
make[1]: Entering directory /home/aston/paparazzi/sw/ext/pprzlink' make[2]: Entering directory /home/aston/paparazzi/sw/ext/pprzlink/lib/v2.0/ocaml'
Check for already installed pprzlink ocaml lib
Build bytecode lib

  • ocamlfind ocamlc -safe-string -c common/convert.c
    ocamlc: unknown option `-safe-string'.

2)aston@ubuntu:~/paparazzi$ ./paparazzi
File "/home/aston/paparazzi/sw/supervision/python/paparazzicenter.py", line 36
self.conf: Conf = None
^
SyntaxError: invalid syntax

@Fabien-B
Copy link
Contributor

The two errors seems unrelated to each other.

  1. on what OS (and version) are you ? What is your version of ocamlc ? (ocamlc --version)

  2. That's curious as well, what is your version of python ? (python3 --version)

@OpenUAS
Copy link
Contributor

OpenUAS commented May 21, 2024

@zzfzp for now the issue closed since you gave no response to the request for more information to help you to fix your issue. No hard feelings, feel free to re-open this issue if you still have not found a solution, maybe someone can then be of more help.

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

No branches or pull requests

3 participants