Displaying 3 results from an estimated 3 matches for "crossdevs".
Did you mean:
crossdes
2007 Jul 25
0
Intermitent winbind failure resolving groups via nss
...For instance 'id' returns
uid=16778359(dsc) gid=16777729 groups=16777728(domain
admins),16777729,16778337(sbs report users),16778338(sbs mobile
users),16778339(web workplace users),16778348(offer remote assistance
helpers),16778352(sbs internet users),16778392(remote
users),16778394(crossdevs)
instead of
uid=16778359(dsc) gid=16777729(domain users) groups=16777728(domain
admins),16777729(domain users),16778337(sbs report users),16778338(sbs
mobile users),16778339(web workplace users),16778348(offer remote
assistance helpers),16778352(sbs internet users),16778392(remote
users),16...
2009 Jan 01
1
wineg++ and conio.h problem
Here is a sample code:
Code:
#include <iostream>
#include <cstdlib>
#include <wine/msvcrt/conio.h>
int main()
{
std::cout << "Press something...\n";
getch();
return EXIT_SUCCESS;
}
and here is the compile log: (two things are translated from polish so may differ a bit but meaning is the same)
Code:
szczerb at nomad ~/projekty/wine/temp $ make
wineg++ -c
2012 Aug 11
2
compile fails with x86_64-alpine-linux-uclibc-gcc
hello,
i am trying to build R on alpine/gentoo and it fails with the following
error msg:
connections.c: In function 'Rconn_fgetc':
connections.c:3184:11: error: expected identifier before '(' token
connections.c:3186:15: error: expected identifier before '(' token
make[3]: *** [connections.o] Error 1
any idea?
[see the attached file for a complete build log.]
i've