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

CamlImages doesnt compile from source on a Debian stable #3739

Closed
vicuna opened this issue Jul 27, 2005 · 4 comments
Closed

CamlImages doesnt compile from source on a Debian stable #3739

vicuna opened this issue Jul 27, 2005 · 4 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Jul 27, 2005

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

Bug description

Full_Name: Pierre-Etienne Meunier
Version: 3.08
OS: Debian GNU/Linux stable
Submission from: lns-vlq-39f-81-56-129-142.adsl.proxad.net (81.56.129.142)

CamlImages doesnt compile from source on a Debian stable linux distro :

Several syntax errors :

  • File "ftlow.ml", line 218, characters 43-44
    It seems that a '::' symbol had been replaced by ': :'
  • File "freetype.ml", line 301, characters 16-17
    Since I havent read any of the camlimages files (doc or source), I am not sure
    to be right, but here is what has solved the build failure in my case :
    I have replaced fun x,y->... with fun (x,y)->...
@vicuna
Copy link
Author

vicuna commented Jul 29, 2005

Comment author: administrator

Hello,

Full_Name: Pierre-Etienne Meunier
Version: 3.08
OS: Debian GNU/Linux stable
Submission from: lns-vlq-39f-81-56-129-142.adsl.proxad.net (81.56.129.142)

CamlImages doesnt compile from source on a Debian stable linux distro :

Several syntax errors :

  • File "ftlow.ml", line 218, characters 43-44
    It seems that a '::' symbol had been replaced by ': :'
  • File "freetype.ml", line 301, characters 16-17
    Since I havent read any of the camlimages files (doc or source), I am not
    sure
    to be right, but here is what has solved the build failure in my case :
    I have replaced fun x,y->... with fun (x,y)->...

I am forwarding your report to the authors of Camlimages. Both bugs are in the
freetype1 subdirectory.

-- Damien

@vicuna
Copy link
Author

vicuna commented Jul 29, 2005

Comment author: administrator

not an OCaml bug

@vicuna vicuna closed this as completed Jul 29, 2005
@vicuna
Copy link
Author

vicuna commented Jul 30, 2005

Comment author: administrator

Hi,

CamlImages doesnt compile from source on a Debian stable linux distro :

Several syntax errors :

  • File "ftlow.ml", line 218, characters 43-44
    It seems that a '::' symbol had been replaced by ': :'
  • File "freetype.ml", line 301, characters 16-17
    Since I havent read any of the camlimages files (doc or source), I am not
    sure
    to be right, but here is what has solved the build failure in my case :
    I have replaced fun x,y->... with fun (x,y)->...

I am forwarding your report to the authors of Camlimages. Both bugs are in the
freetype1 subdirectory.

You are right. These bugs seem to be introduced after all the
camlimages developper had shited to freetype2. We have never tried
to compile freetype1 interface for long. (And you should do the same,
too. FT2 is better.) Anyway, the fixes were commited to the CVS version.

--
Jun

@vicuna
Copy link
Author

vicuna commented Aug 23, 2005

Comment author: administrator

Full_Name: Pierre-Etienne Meunier
Version: 3.08
OS: Debian GNU/Linux stable
Submission from: lns-vlq-39f-81-56-129-142.adsl.proxad.net (81.56.129.142)

CamlImages doesnt compile from source on a Debian stable linux distro :

Several syntax errors :

  • File "ftlow.ml", line 218, characters 43-44
    It seems that a '::' symbol had been replaced by ': :'
  • File "freetype.ml", line 301, characters 16-17
    Since I havent read any of the camlimages files (doc or source), I am not sure
    to be right, but here is what has solved the build failure in my case :
    I have replaced fun x,y->... with fun (x,y)->...

Caml-devel mailing list
Caml-devel@yquem.inria.fr
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-devel

Thank you for the bug report. It has been corrected in the working sources.

--
Pierre Weis

INRIA, Projet Cristal, http://pauillac.inria.fr/~weis

@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