digitalmars.D - Yikes! Librarian error - Help
- Arcane Jill (10/10) Jul 05 2004 With this command line:
- Ilya Minkov (4/20) Jul 05 2004 Has happened before.
- Arcane Jill (9/28) Jul 06 2004 But he didn't say HOW to do this.
- Sam McCall (5/23) Jul 06 2004 No idea what the page size is, but lib -h says:
- Walter (6/9) Jul 06 2004 From the lib manual at www.digitalmars.com/ctg/lib.html:
- Arcane Jill (15/19) Jul 06 2004 Phew. Thank you very much Walter, and everybody else who answered.
With this command line: I got this error message: www.digitalmars.com What does this mean, and how can I fix it? Arcane Jill
Jul 05 2004
Has happened before. http://www.digitalmars.com/drn-bin/wwwnews?c%2B%2B.command-line/354 -eye Arcane Jill schrieb:With this command line: I got this error message: www.digitalmars.com What does this mean, and how can I fix it? Arcane Jill
Jul 05 2004
In article <cccjts$e2s$1 digitaldaemon.com>, Ilya Minkov says...Has happened before. http://www.digitalmars.com/drn-bin/wwwnews?c%2B%2B.command-line/354Okay, so apparently Walter said:The pagesize is an unfortunate artifact of the ancient lib file format. Just set it to a large size and leave it at that.But he didn't say HOW to do this.Arcane Jill schrieb:Again, /HOW/ can I fix it? How - exactly - do I change the "page size" (whatever that is) from 16 to something else. Command line parameters? Magic wand? The Unicode project is dead in the water unless someone can tell me how I can make the library without getting that error. Thanks in advance JillWith this command line: I got this error message: www.digitalmars.com What does this mean, and how can I fix it? Arcane Jill
Jul 06 2004
Arcane Jill wrote:No idea what the page size is, but lib -h says: -pnnn set page size to nnn (a power of 2) So i guess you just try -p64, -p128 untill something works :-\ SamAgain, /HOW/ can I fix it? How - exactly - do I change the "page size" (whatever that is) from 16 to something else. Command line parameters? Magic wand?With this command line: I got this error message: www.digitalmars.com What does this mean, and how can I fix it? Arcane Jill
Jul 06 2004
"Arcane Jill" <Arcane_member pathlink.com> wrote in message news:ccdlt1$1uta$1 digitaldaemon.com...From the lib manual at www.digitalmars.com/ctg/lib.html: -pnnn Set page size to nnn (a power of 2). Try 256.The pagesize is an unfortunate artifact of the ancient lib file format. Just set it to a large size and leave it at that.But he didn't say HOW to do this.
Jul 06 2004
In article <cceivk$f0a$1 digitaldaemon.com>, Walter says...From the lib manual at www.digitalmars.com/ctg/lib.html: -pnnn Set page size to nnn (a power of 2). Try 256.Phew. Thank you very much Walter, and everybody else who answered. This project is slow work, but I've actually built a unicode library now! But alas I did it by hand, so the next stage will be to tweak the codebuilder to generate the instructions which build the library so the whole thing can go automated. Once THAT's done I can release the whole damn lot including the codebuilder, a prebuilt library and fast-linking D header files, and then at last we'll have some usable Unicode. I know Hauke wants to look at the codebuilder and maybe tweak it a bit. Also, I'll need a volunteer (hands up anybody) to tweak the final stage of the codebuilder, because I can only persuade it to build for Windows. I'll need the help of a Linux guru to make the Linux version. But I've written enough code for today. I'm going to stop for now. It can all wait until tomorrow. Jill
Jul 06 2004