search for: prinit

Displaying 4 results from an estimated 4 matches for "prinit".

Did you mean: pkinit
2004 Aug 10
7
HTML Widget
...changes to files already in WxRuby I made. I added the following classes: Wx::HtmlWindow (htmlwindow.t) - The main widget class Wx::HtmlEasyPrinting (htmleasyprinting.t) - Printing HTML documents Wx::HtmlProcessor (htmlprocessor.t) - Install filters on HtmlWindows The samples in html/about, html/priniting, html/test should work, the sample in html/virtual is missing the VFS class to be useful. I wanted to implement Wx::HtmlCell (htmlcell.t) and Wx::HtmlContainerCell (htmlcontainercell.t), but I got some errors and I have no clue how to fix them. The files are still in the package, so if someone...
2002 Dec 09
2
Re: pxelinux kernel fails vaio c1mzx
...pset. > pxelinux loads very well and downloading files from the tftpd works, > for example i try to download the the 2.4.18 vmlinuz (i type vmlinuz), > it uncompresses the file and says, ...Ok, booting the kernel. and stops. > but when i try to load linux.bin initrd=root.bin it loops prinit 0108 > and newline. > Once again, WITH FEELING... DON'T NAME YOUR KERNEL SOMETHING ENDING IN .bin This is getting to be such an FAQ it's silly. Anyone want to maintain a FAQ for this mailing list? -hpa
2010 Feb 15
2
[LLVMdev] Incorrect execution of global constructor with JIT on ARM
...]; } }; static const unsigned char arr[] = { 1, 2, 3, 4 }; static const Global Constant(arr); int main() { for (int i=0; i<4; i++) printf("%i", Constant.value[i]); } I am compiling it with llvm-gcc (with -O3 or -O2 optimization), and am running it with llvm version 2.6. Instead of priniting out 1234, it prints out 4444. I verified contents of Constant memory with this code: const llvm::GlobalValue* v = module->getGlobalVariable("_ZL8Constant", true); void* addr = EE->getPointerToGlobal(v); const unsigned char* ptr = (const unsigned char*)add...
2015 Feb 13
1
Error installing Nut 2.7.2 on RedHat 6.6
...ncluded from upsclient.c:40: upsclient.h:28:18: error: ssl.h: No such file or directory In file included from upsclient.c:40: upsclient.h:58: error: expected specifier-qualifier-list before 'PRFileDesc' upsclient.c:45:22: error: prerror.h: No such file or directory upsclient.c:46:21: error: prinit.h: No such file or directory upsclient.c:47:23: error: pk11func.h: No such file or directory upsclient.c:48:22: error: prtypes.h: No such file or directory upsclient.c:50:28: error: private/pprio.h: No such file or directory upsclient.c:184: error: expected ')' before '*' token upsc...