caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Pb with eclipse OCaIDE
@ 2011-10-18 16:22 Christophe Raffalli
  2011-10-18 19:58 ` Johan Mazel
  0 siblings, 1 reply; 4+ messages in thread
From: Christophe Raffalli @ 2011-10-18 16:22 UTC (permalink / raw)
  To: Caml List

[-- Attachment #1: Type: text/plain, Size: 899 bytes --]


Hello,

For teaching, I tried this eclipse IDE.

I created a Makefile project, with one file, edited the Makefile,
the command make works in the created folder, but when building from eclipse, I get

"une chaine vide n'est pas un nom de fichier valable"
(which means "an empty string is not a valid filename")

I am probably missing something ?

Cheers,
Christophe

-- 
Christophe Raffalli
Universite de Savoie
Batiment Le Chablais, bureau 21
73376 Le Bourget-du-Lac Cedex

tel: (33) 4 79 75 81 03
fax: (33) 4 79 75 87 42
mail: Christophe.Raffalli@univ-savoie.fr
www: http://www.lama.univ-savoie.fr/~RAFFALLI
---------------------------------------------
IMPORTANT: this mail is signed using PGP/MIME
At least Enigmail/Mozilla, mutt or evolution
can check this signature. The public key is
stored on www.keyserver.net
---------------------------------------------


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 262 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Caml-list] Pb with eclipse OCaIDE
  2011-10-18 16:22 [Caml-list] Pb with eclipse OCaIDE Christophe Raffalli
@ 2011-10-18 19:58 ` Johan Mazel
  2011-10-18 20:48   ` Christophe Raffalli
  0 siblings, 1 reply; 4+ messages in thread
From: Johan Mazel @ 2011-10-18 19:58 UTC (permalink / raw)
  To: caml-list

Hi
This a known bug of OcaIDE : 
http://www.algo-prog.info/ocaide/forum/viewtopic.php?f=2&t=220&sid=1cbf9f7d9a64dcb301990a0ff7c6c0ed.

The solution is in the link : "enter OCaml project preferences, go to 
Makefile setup, press OK".

Regards.
Johan

On 18/10/2011 18:22, Christophe Raffalli wrote:
> Hello,
>
> For teaching, I tried this eclipse IDE.
>
> I created a Makefile project, with one file, edited the Makefile,
> the command make works in the created folder, but when building from eclipse, I get
>
> "une chaine vide n'est pas un nom de fichier valable"
> (which means "an empty string is not a valid filename")
>
> I am probably missing something ?
>
> Cheers,
> Christophe
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Caml-list] Pb with eclipse OCaIDE
  2011-10-18 19:58 ` Johan Mazel
@ 2011-10-18 20:48   ` Christophe Raffalli
  2011-10-19 12:50     ` Jean Krivine
  0 siblings, 1 reply; 4+ messages in thread
From: Christophe Raffalli @ 2011-10-18 20:48 UTC (permalink / raw)
  To: caml-list

Le 18/10/2011 21:58, Johan Mazel a écrit :
> The solution is in the link : "enter OCaml project preferences, go to
> Makefile setup, press OK".

This works ... Only for the next project ... very strange, but it fixes
the problem.

Thanks,
Christophe
>
> Regards.
> Johan
>
> On 18/10/2011 18:22, Christophe Raffalli wrote:
>> Hello,
>>
>> For teaching, I tried this eclipse IDE.
>>
>> I created a Makefile project, with one file, edited the Makefile,
>> the command make works in the created folder, but when building from
>> eclipse, I get
>>
>> "une chaine vide n'est pas un nom de fichier valable"
>> (which means "an empty string is not a valid filename")
>>
>> I am probably missing something ?
>>
>> Cheers,
>> Christophe
>>
>
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Caml-list] Pb with eclipse OCaIDE
  2011-10-18 20:48   ` Christophe Raffalli
@ 2011-10-19 12:50     ` Jean Krivine
  0 siblings, 0 replies; 4+ messages in thread
From: Jean Krivine @ 2011-10-19 12:50 UTC (permalink / raw)
  To: Christophe Raffalli; +Cc: caml-list

[-- Attachment #1: Type: text/plain, Size: 1308 bytes --]

Yes, also when problem persists you may need to erase the .projecSetting
file -if it exists- at the root of your project.

On Tue, Oct 18, 2011 at 10:48 PM, Christophe Raffalli <
christophe.raffalli@univ-savoie.fr> wrote:

> Le 18/10/2011 21:58, Johan Mazel a écrit :
> > The solution is in the link : "enter OCaml project preferences, go to
> > Makefile setup, press OK".
>
> This works ... Only for the next project ... very strange, but it fixes
> the problem.
>
> Thanks,
> Christophe
> >
> > Regards.
> > Johan
> >
> > On 18/10/2011 18:22, Christophe Raffalli wrote:
> >> Hello,
> >>
> >> For teaching, I tried this eclipse IDE.
> >>
> >> I created a Makefile project, with one file, edited the Makefile,
> >> the command make works in the created folder, but when building from
> >> eclipse, I get
> >>
> >> "une chaine vide n'est pas un nom de fichier valable"
> >> (which means "an empty string is not a valid filename")
> >>
> >> I am probably missing something ?
> >>
> >> Cheers,
> >> Christophe
> >>
> >
> >
>
>
> --
> Caml-list mailing list.  Subscription management and archives:
> https://sympa-roc.inria.fr/wws/info/caml-list
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs
>
>

[-- Attachment #2: Type: text/html, Size: 2106 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-10-19 12:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-18 16:22 [Caml-list] Pb with eclipse OCaIDE Christophe Raffalli
2011-10-18 19:58 ` Johan Mazel
2011-10-18 20:48   ` Christophe Raffalli
2011-10-19 12:50     ` Jean Krivine

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).