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

Linking problems with current CVS-version #2595

Closed
vicuna opened this issue May 19, 2004 · 2 comments
Closed

Linking problems with current CVS-version #2595

vicuna opened this issue May 19, 2004 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented May 19, 2004

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

Bug description

Hi,

file "otherlibs/threads/marshal.ml" contains a bug in the current
CVS-version: "marshal_data_size" should be "caml_marshal_data_size",
and "input_value_from_string" should be "caml_input_value_from_string".

Furthermore, I get warnings during linking:

[snip]: In function unix_error_message': : warning: sys_errlist' is deprecated; use strerror' or strerror_r' instead
[snip]: In function unix_error_message': : warning: sys_nerr' is deprecated; use strerror' or strerror_r' instead

Best regards,
Markus

--
Markus Mottl http://www.oefai.at/~markus markus@oefai.at

@vicuna
Copy link
Author

vicuna commented May 27, 2004

Comment author: administrator

Hi Markus,

file "otherlibs/threads/marshal.ml" contains a bug in the current
CVS-version: "marshal_data_size" should be "caml_marshal_data_size",
and "input_value_from_string" should be "caml_input_value_from_string".

This is now fixed in the CVS version. Thanks for the report.

-- Damien

@vicuna
Copy link
Author

vicuna commented May 30, 2004

Comment author: administrator

marshal fixed; need to decide what to do with sys_errlist and sys_nerr
-DD 2004-05-27
Removed sys_errlist, used strerror unconditionally. XL 2004-05-23

@vicuna vicuna closed this as completed May 30, 2004
@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