-
I'm trying to install fink from source in darwin x86 8.0.1. It looks like the 0.28.1 source is capable of detecting darwin (as distinct from OS X), but it's failing somehow. Here's the output from ./bootstrap:
Checking package... looks good (fink-0.28.1).
Checking system... i386-apple-darwin8.0.1
Argument "8.0 does not match the expected value of 10.4. Please ru..." isn't numeric in exit...
2008-09-14 05:58:11 UTC in Fink
-
because cloaks have monotone colours, it helps you blend in with walls.
2008-09-07 19:07:41 UTC in Dungeon Crawl Reference
-
there is.
"you sock the orc"
"you piece the electric eel"
"You puncture the kobold".
2008-09-07 18:10:52 UTC in Dungeon Crawl Reference
-
heres code with line numbers
01 register struct
02 {
03 unsigned char foo;
04 unsigned char bar;
05 } mystruct asm("esi");
06
07 int main(void)
08 {
09 mystruct.bar=123;
10 return 0;
11 }.
2008-09-04 23:45:55 UTC in MinGW - Minimalist GNU for Windows
-
// any.c
register struct
{
unsigned char foo;
unsigned char bar;
} mystruct asm("esi");
int main(void)
{
mystruct.bar=123;
return 0;
}
K:\projects\c++\any>gcc any.c
any.c: In function `main':
any.c:11: error: unrecognizable insn:
(insn 24 23 28 0 (set (zero_extract:SI (subreg:SI (reg/v:HI 4 si [ mystruct ]) 0
)
(const_int 8 [0x8])
2008-09-04 23:38:12 UTC in MinGW - Minimalist GNU for Windows
-
Categry: Website.
The Donation page:
http://cdexos.sourceforge.net/?q=donate
is giving me this error:
Page not found.
2008-08-21 20:32:52 UTC in CDex
-
After a recent update of my packages in Arch Linux I got this error when trying to launch filezilla: "filezilla: error while loading shared libraries: libgnutls.so.13: cannot open shared object file: No such file or directory"
From what I read in the comments of the package in AUR it's because of an update of gnutls.
2008-08-11 21:03:43 UTC in FileZilla
-
The bug only occurs with the first set of recruits after the founding farther has been voted. Saving the game & reloading or reconnecting the game will make it go away.
The client and server lists are out of sync. The dialog displays the client version and the unit that is actually recruited (and saved to the file) is the one on the server.
2008-08-09 18:24:18 UTC in FreeCol
-
I've investigated a bit further. It is related to that founding farther.
Start a game. As long as you don't have that founding farther the dialog works. After that it doesn't.
2008-08-09 17:35:33 UTC in FreeCol
-
This is fixed by the patch I submitted to the patch tracker.
2008-08-09 16:30:25 UTC in FreeCol