gcc-7.3.0 doesn't include experimental/filesystem header

2018-05-02 Thread Nuno Lopes

Hi,

The C++'s  header is not included in the  
latest gcc-7.3.0 package. It is included by default in linux distros,  
though. It gives access to this new C++17 features:  
http://en.cppreference.com/w/cpp/header/filesystem

I believe gcc needs to be compiled with --enable-libstdcxx-filesystem-ts.

I would appreciate if someone could fix this.

Thanks,
Nuno


--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



LLVM OCaml bindings

2014-12-02 Thread Nuno Lopes

Hi,

It seems that the 'ocaml-llvm' package hasn't been updated in a while.  
 It still links with LLVM 3.1, while the current LLVM packages are  
3.4.2, and the ocaml files were compiled with an older OCaml compiler.  
 Therefore, right now this package doesn't work at all.


For example:
$ ocamlopt llvm_bitreader.cmxa irreader.ml -o foo
File "irreader.ml", line 1:
Error: /usr/lib/ocaml/llvm.cmi
is not a compiled interface for this version of OCaml.
It seems to be for an older version of OCaml.


Could this 'ocaml-llvm' package be bumped to 3.4.2 and compiled with  
the current stable version of OCaml please?



Thanks in advance,
Nuno Lopes

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



RE: strange problems with cvs

2004-12-06 Thread Nuno Lopes
Just a note to inform you that I've downgrade my cygwin dll (to 1.5.11-1), 
and now cvs is working perfectly again.
So, the problem is in the new dll release!

Nuno 

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


Re: strange problems with cvs

2004-12-02 Thread Nuno Lopes
I'm using pserver auth
Don't -- use ssh.  If you set up your router/firewall correctly, you and
whomever you grant an account to can access your CVS server from
anywhere on the Internet.  It's *really* useful.
I use the php.net cvs server :) Isn't my choice...

and the cygwin is installed with *DOS* line-endings.
I use Cygwin with DOS line endings and the Cygwin CVS client.
Everything works fine.

I think it might be cause of  the release of the lastest dll
version. (I update cygwin often..)
I very much doubt it.  I've used/ been using DOS, Windows NT, GNU/Linux,
BSD, DJGPP, Cygwin, and CVS for several years new, and any CVS problems
I've had were always my fault.
The problem is that it is working now.. and I haven't do anything... really 
strange...

Thanks anyway,
Nuno 

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


Re: strange problems with cvs

2004-12-01 Thread Nuno Lopes
I use CVS with cygwin a long time ago, but after a recent updte it stoped
working. I'm using pserver auth and the cygwin is installed with *DOS*
line-endings.
When I try to do something with cvs -1.11.17- (cvs up, cvs diff, etc..) 
it
simply returns:
": no such repository"

Normally if I close cygwin, run the setup again (without installing
anything) and opening cygwin again fixes the problem.
If I do a fresh checkout, it will checkout the files with *unix* 
file-endings, which isn't what I asked for..

Does anyone knows whats the problem here? I think it might be cause of 
the
release of the lastest dll version. (I update cygwin often..)
Seems like you have encountered fancy EOL problem. To be safe use unix 
line-endings since CVS is pretty picky about those.

And of course if you want to use DOS type line endings, use real win32 
version of CVS.
It had always worked, so there might be some change in the code that caused 
this...
Anyway, the files in the cvs server use the unix EOL, but on my pc they use 
the win EOL. But cvs used to handle this for me..


I've encountered numerous problems with CVS due the line-endings... Any 
decent text editor should be handle both CR+LF or LF/CR only line-endings 
and preserving existing ones... If yours doesn't it's time to upgrade...
I have vim, but I still like to use notepad, which only works with \r\n...
Is there anything I can do to help solving this problem ASAP?
Thanks,
Nuno 

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


strange problems with cvs

2004-12-01 Thread Nuno Lopes
Hi,
I use CVS with cygwin a long time ago, but after a recent updte it stoped
working. I'm using pserver auth and the cygwin is installed with *DOS*
line-endings.
When I try to do something with cvs -1.11.17- (cvs up, cvs diff, etc..) it
simply returns:
": no such repository"
Normally if I close cygwin, run the setup again (without installing
anything) and opening cygwin again fixes the problem.
If I do a fresh checkout, it will checkout the files with *unix* 
file-endings, which isn't what I asked for..

Does anyone knows whats the problem here? I think it might be cause of the
release of the lastest dll version. (I update cygwin often..)
Thanks,
Nuno Lopes
--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/