Displaying 7 results from an estimated 7 matches for "preproduc".
Did you mean:
preproduce
2016 Nov 12
2
Ubuntu 16.10 Yakkety Yak uses GCC 6 but -std=c++98 is missing
...talled. As soon as I added -std, everything worked as before.
| No minimal example, sorry. Don't we need "-std=c++98" in Makevars
| anyway, even if it's just to avoid users using C++11 constructs and then
| wondering why their packages fail on CRAN?
There is still no minimally preproducible example here; just a (pardon me
here) rambling description of a hasty system upgrade.
It is _somewhat common_ to have to recompile C++ shared objects when compiler
major versions change.
So I am unsure if we have actually demonstrated a bug here.
Dirk
--
http://dirk.eddelbuettel.com | @edd...
2016 Nov 12
2
Ubuntu 16.10 Yakkety Yak uses GCC 6 but -std=c++98 is missing
..., everything worked as before.
| > | No minimal example, sorry. Don't we need "-std=c++98" in Makevars
| > | anyway, even if it's just to avoid users using C++11 constructs and then
| > | wondering why their packages fail on CRAN?
| >
| > There is still no minimally preproducible example here; just a (pardon me
| > here) rambling description of a hasty system upgrade.
| >
| > It is _somewhat common_ to have to recompile C++ shared objects when compiler
| > major versions change.
| >
| > So I am unsure if we have actually demonstrated a bug here.
| Don&...
2016 Nov 12
0
Ubuntu 16.10 Yakkety Yak uses GCC 6 but -std=c++98 is missing
...added -std, everything worked as before.
> | No minimal example, sorry. Don't we need "-std=c++98" in Makevars
> | anyway, even if it's just to avoid users using C++11 constructs and then
> | wondering why their packages fail on CRAN?
>
> There is still no minimally preproducible example here; just a (pardon me
> here) rambling description of a hasty system upgrade.
>
> It is _somewhat common_ to have to recompile C++ shared objects when compiler
> major versions change.
>
> So I am unsure if we have actually demonstrated a bug here.
Don't we need...
2004 Nov 03
1
Urgent: rsync hangs with large directories from windows
Hello,
I get hanging rsync-processes while synchronisize windows to linux, starting
on linux.
The problem is not new, I found some mails in this list (archive) and on
http://www.mikerubel.org/computers/rsync_snapshots/#Bugs too.
Example of the command:
rsync -e 'ssh -i /backup/data/servers/identities/backup.W2000Server -p 22 -x
-oForwardAgent=no -oClearAllForwardings=yes' --archive
2016 Nov 13
0
Ubuntu 16.10 Yakkety Yak uses GCC 6 but -std=c++98 is missing
...the main issue has been libraries that rely on coding
practices
that were allowed by gcc-5 but are not allowed by gcc-6 defaults
such as "code that tries to check for stream errors by comparing to NULL or
0":
if (file != NULL)
> | >
> | > There is still no minimally preproducible example here; just a (pardon
> me
> | > here) rambling description of a hasty system upgrade.
> | >
> | > It is _somewhat common_ to have to recompile C++ shared objects when
> compiler
> | > major versions change.
> | >
> | > So I am unsure if we have...
2016 Nov 12
2
Ubuntu 16.10 Yakkety Yak uses GCC 6 but -std=c++98 is missing
On 12 November 2016 at 07:59, Dirk Eddelbuettel wrote:
|
| On 12 November 2016 at 14:23, Kirill M?ller wrote:
| | Thanks. I have now CXX = g++ -std=c++98 in my /etc/R/Makeconf, it's
| | picked up properly. I can only assume that the last -std= option wins if
| | more than one are given on the same command line [1].
|
| Good to know it works.
|
| I am still a little puzzled why it was
2008 Jul 01
5
chicken/egg problem with custom types
Hi
while usings DavidS mysql module with its custom mysql types I hit some
kind of a chicken/egg problem:
While deploying mysql, I also like to define some mysql munin user, to
enable munin monitoring for mysql things. I choosed to use the
mysql_user type from DavidS and it works perfectly. However I start
using the custom types on a host where mysql have already been installed.
Now I should