You can subscribe to this list here.
| 2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(144) |
Aug
(209) |
Sep
(117) |
Oct
(44) |
Nov
(41) |
Dec
(1) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2001 |
Jan
(14) |
Feb
(64) |
Mar
(25) |
Apr
(35) |
May
(29) |
Jun
(6) |
Jul
(7) |
Aug
|
Sep
(12) |
Oct
(6) |
Nov
|
Dec
(1) |
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2004 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
| 2006 |
Jan
(7) |
Feb
(5) |
Mar
(2) |
Apr
(1) |
May
(9) |
Jun
(11) |
Jul
(9) |
Aug
(5) |
Sep
(7) |
Oct
|
Nov
|
Dec
(9) |
| 2007 |
Jan
(3) |
Feb
(5) |
Mar
(2) |
Apr
(5) |
May
(1) |
Jun
(1) |
Jul
(5) |
Aug
(16) |
Sep
(7) |
Oct
(8) |
Nov
(8) |
Dec
(2) |
| 2008 |
Jan
(4) |
Feb
(7) |
Mar
(27) |
Apr
(26) |
May
(28) |
Jun
(17) |
Jul
(38) |
Aug
(13) |
Sep
(17) |
Oct
(12) |
Nov
(37) |
Dec
(51) |
| 2009 |
Jan
(41) |
Feb
(19) |
Mar
(30) |
Apr
(43) |
May
(138) |
Jun
(111) |
Jul
(76) |
Aug
(27) |
Sep
(28) |
Oct
(33) |
Nov
(11) |
Dec
(18) |
| 2010 |
Jan
(3) |
Feb
(5) |
Mar
(40) |
Apr
(51) |
May
(74) |
Jun
(76) |
Jul
(46) |
Aug
(41) |
Sep
(26) |
Oct
|
Nov
|
Dec
|
| 2012 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Frank V. C. <fr...@co...> - 2001-04-08 19:58:24
|
Hans, Is libcl++ ready for a release? I haven't had a chance to try out the Thread stuff, did it work the way you expected? The libcorelinux release will be 0.4.31 yes? Christophe, Anything from you? Frank, I'll have a working schema management subsystem (which will be part of the basework) ready for libclfw++. The libclfw release will be 0.2.7 I won't mention docs or website as our collective hearts can't take it :) -- Frank V. Castellucci http://corelinux.sourceforge.net OOA/OOD/C++ Standards and Guidelines for Linux |
|
From: Frank V. C. <fr...@co...> - 2001-04-05 10:50:52
|
Christophe Prud'homme wrote: > Le Samedi 31 Mars 2001 09:15 am, vous avez écrit : > > Hey gang, > > > > I'm getting close to get a working Schema frame, which I can explain if > > needed. > > > > Basically: > > > > Concept isA Aggregate > > Schema isA Concept > > > > Concept has Properties > > Properties isA Collection > > the Properties collection contains Attributes > > > > Attribute isA Aggregate > > Attribute has a Name > > Attribute has a Value > > Name is a CharPtr > > Value is a FrameworkEntityPtr > seems cool > sounds the right thing to do > seems very logical The change I made was that now: Name is now called Key Key is a FrameworkEntityPtr > Aargh only 24 hours in a day, > > C. <grin> |
|
From: Christophe Prud'h. <pru...@us...> - 2001-04-05 03:21:53
|
Le Samedi 31 Mars 2001 09:15 am, vous avez =E9crit : > Hey gang, > > I'm getting close to get a working Schema frame, which I can explain = if > needed. > > Basically: > > Concept isA Aggregate > Schema isA Concept > > Concept has Properties > Properties isA Collection > the Properties collection contains Attributes > > Attribute isA Aggregate > Attribute has a Name > Attribute has a Value > Name is a CharPtr > Value is a FrameworkEntityPtr seems cool=20 sounds the right thing to do seems very logical Aargh only 24 hours in a day, C. --=20 Christophe Prud'homme=20 OOA and OOD for Linux CoreLinux -- http://corelinux.sourceforge.net Finite Element Method Codes KFem -- http://kfem.sourceforge.net |
|
From: Frank V. C. <fr...@co...> - 2001-04-02 01:02:26
|
Hans, There are two major arena for signal, the SysV standard type, and the extended signal (where sigaction is defined), re: http://www.mcsr.olemiss.edu/cgi-bin/man-cgi?sigaction+2 Also, if you look at the header files in the linux distro of yours. My problem (and why I used the offset into the buffer), was that the PID wasn't where the structure and union declarations said it would be, unless I wasn't packing correctly. Hans Dulimarta wrote: > Frank, > You told me not to use the vInfo formal parameter > of threadTerminated to get the PID of terminating thread. > Do you know another way of obtaining this PID? > > I am also trying to use the third formal parameter (vPtr), > but could not find the right documentation of sigaction > that explain the use of this parameter in more detail. > > Could you or Christophe give me some direction? > |
|
From: Hans D. <dul...@eg...> - 2001-04-01 23:40:47
|
Frank, You told me not to use the vInfo formal parameter of threadTerminated to get the PID of terminating thread. Do you know another way of obtaining this PID? I am also trying to use the third formal parameter (vPtr), but could not find the right documentation of sigaction that explain the use of this parameter in more detail. Could you or Christophe give me some direction? -- Hans Dulimarta, Ph.D. | dul...@co... Research Associate | http://www.egr.msu.edu/~dulimart P: 517-432-7589 | http://snapsource.sourceforge.net F: 760-281-7691 | http://corelinux.sourceforge.net ECE Dept. Michigan State University, E. Lansing, MI 48824 |
|
From: Frank V. C. <fr...@co...> - 2001-03-31 14:16:15
|
Oops <grin> Anyway, I am going to be working on getting enough of the Schema and Concept working so that we can provide the ability to describe a schema for persist (really, for anything anyone wants but one use will be for the persist abstraction). The idea is that the StoreSponser leverages the information realized in the Schema to plan a storage strategy without the need to user (application developer) knowledge. This will require that the application has a schema model built by someone that is specific to the application domain. The attributes of the Concepts in a Schema are both generic and can have Sponser domain information if described by the Sponser provider. Have you guys gotten your copies of MagicDrawUML to run yet? This would be much easier to understand from the model. -- Frank V. Castellucci http://corelinux.sourceforge.net OOA/OOD/C++ Standards and Guidelines for Linux |
|
From: Frank V. C. <fr...@co...> - 2001-03-31 14:12:39
|
Hey gang, I'm getting close to get a working Schema frame, which I can explain if needed. Basically: Concept isA Aggregate Schema isA Concept Concept has Properties Properties isA Collection the Properties collection contains Attributes Attribute isA Aggregate Attribute has a Name Attribute has a Value Name is a CharPtr Value is a FrameworkEntityPtr -- Frank V. Castellucci http://corelinux.sourceforge.net OOA/OOD/C++ Standards and Guidelines for Linux http://PythPat.sourceforge.net Pythons Pattern Package |
|
From: Frank V. C. <fr...@co...> - 2001-03-26 17:12:21
|
Hans, If the user doesn't register specific handlers, the ThreadContext::cloneFrameFunction does the state changes. Hope this helps. Frank V. Castellucci Hans Dulimarta wrote: > > I hit the "Sent" button accidentally but my e-mail was not complete. > So here is the more complete one. > > 1) ThreadContext.hpp declares an enum type ThreadState > (THREAD_WAITING_TO_START, > THREAD_STARTING, ...., THREAD_START_FAILED). > > 2) The Thread::get.*Count() routines depend on Thread::theThreadState to > report > the correct number of threads in specific state. > > How is the thread state transition diagram looks like? Here is what I > infered from the existing code: > > When a new thread is created its state is WAITING_TO_START, > When the thread is started from startThread its state is set to RUNNING > (this is what added to version 1.17 and checked in as version 1.18). > May be I should change this to STARTING, instead of RUNNING. > > But then how the transition from STARTING to RUNNING will take place? > > |
|
From: Hans D. <dul...@co...> - 2001-03-26 15:38:30
|
I hit the "Sent" button accidentally but my e-mail was not complete. So here is the more complete one. 1) ThreadContext.hpp declares an enum type ThreadState (THREAD_WAITING_TO_START, THREAD_STARTING, ...., THREAD_START_FAILED). 2) The Thread::get.*Count() routines depend on Thread::theThreadState to report the correct number of threads in specific state. How is the thread state transition diagram looks like? Here is what I infered from the existing code: When a new thread is created its state is WAITING_TO_START, When the thread is started from startThread its state is set to RUNNING (this is what added to version 1.17 and checked in as version 1.18). May be I should change this to STARTING, instead of RUNNING. But then how the transition from STARTING to RUNNING will take place? -- Hans Dulimarta, Ph.D. | dul...@co... Research Associate | http://www.egr.msu.edu/~dulimart P: 517-432-7589 | http://snapsource.sourceforge.net F: 760-281-7691 | http://corelinux.sourceforge.net ECE Dept. Michigan State University, E. Lansing, MI 48824 |
|
From: Hans D. <dul...@co...> - 2001-03-26 15:29:49
|
1) ThreadContext.hpp declares an enum type ThreadState (THREAD_WAITING_TO_START, THREAD_STARTING, ...., THREAD_START_FAILED). 2) The Thread::get.*Count() routines depend on Thread::theThreadState to report the correct number of threads in specific state. How is the thread state transition diagram looks like? Here is what I infered from the existing code: When a new thread is created its state is WAITING_TO_START, When the thread is started from startThread its state is set to RUNNING (this is what added to version 1.17 and checked in as version 1.18). -- Hans Dulimarta, Ph.D. | dul...@co... Research Associate | http://www.egr.msu.edu/~dulimart P: 517-432-7589 | http://snapsource.sourceforge.net F: 760-281-7691 | http://corelinux.sourceforge.net ECE Dept. Michigan State University, E. Lansing, MI 48824 |
|
From: Christophe Prud'h. <pru...@MI...> - 2001-03-25 21:55:19
|
oops it is not corelinux-dev but corelinux-develop ---------- Message transmis ---------- Subject: debian repository on sourceforge Date: Sun, 25 Mar 2001 16:52:21 -0500 From: Christophe Prud'homme <pru...@us...> To: cor...@li... Cc: "CoreLinux Public" <cor...@li...> for the debian users(sid/unstable more precisely): you can add these two lines to your /etc/apt/sources.list deb http://corelinux.sourceforge.net/debian ./ deb-src http://corelinux.sourceforge.net/debian ./ apt-get source libcorelinux apt-get install task-corelinux apt-get install task-corelinux-devel in the future task-corelinux and task-corelinux-devel will include also the package clfw and cfll task-* are metapackages that will install corelinux related packages Note that these packages are for sid(unstable) and they are error/warning free according to lintian!! [note for Frank: do not remove /home/groups/corelinux/htdocs/debian :) ] best regards C. -- Christophe Prud'homme OOA and OOD for Linux CoreLinux -- http://corelinux.sourceforge.net Finite Element Method Codes KFem -- http://kfem.sourceforge.net ------------------------------------------------------- --=20 | Christophe Prud'homme, http://augustine.mit.edu/~prudhomm | ICQ UIN: 24560867 Alias: Jesunix | | Pierre: Je suis d=E9sol=E9 Th=E9r=E8se, je ne sais pas ce qui m'a pris.= C'est une catastrophe. | Th=E9r=E8se: Ce n'est rien Pierre, je n'ai rien senti.... | -- Le Pere Noel est une ordure |
|
From: Frank V. C. <fr...@co...> - 2001-03-19 14:24:08
|
<sheepish grin> oops Hans Dulimarta wrote: > "Frank V. Castellucci" wrote: > > > > Update of /cvsroot/corelinux/clfw/src/libs/Persist > > In directory usw-pr-cvs1:/tmp/cvs-serv5357/src/libs/Persist > > > > Added Files: > > .cvsignore Makefile.am StoreSponser.cpp > > Log Message: > > Spelling: StoreSponsor.[h,cpp] ? > > -- > Hans Dulimarta, Ph.D. | dul...@co... > Research Associate | http://www.egr.msu.edu/~dulimart > P: 517-432-7589 | http://corelinux.sourceforge.net > F: 760-281-7691 http://freshmeat.net/projects/snapsource > Elec. & Comp. Eng., Mich. State Univ., E. Lansing, MI 48824 > > _______________________________________________ > Corelinux-develop mailing list > Cor...@li... > http://lists.sourceforge.net/lists/listinfo/corelinux-develop |
|
From: Hans D. <dul...@co...> - 2001-03-19 14:16:28
|
"Frank V. Castellucci" wrote: > > Update of /cvsroot/corelinux/clfw/src/libs/Persist > In directory usw-pr-cvs1:/tmp/cvs-serv5357/src/libs/Persist > > Added Files: > .cvsignore Makefile.am StoreSponser.cpp > Log Message: Spelling: StoreSponsor.[h,cpp] ? -- Hans Dulimarta, Ph.D. | dul...@co... Research Associate | http://www.egr.msu.edu/~dulimart P: 517-432-7589 | http://corelinux.sourceforge.net F: 760-281-7691 http://freshmeat.net/projects/snapsource Elec. & Comp. Eng., Mich. State Univ., E. Lansing, MI 48824 |
|
From: Frank V. C. <fr...@co...> - 2001-03-18 00:56:23
|
Hans and Chris, It is in /home/group/corelinux/proj Christophe Prud'homme wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Le Samedi 17 Mars 2001 09:40 am, vous avez écrit : > > Christophe, > > > > Maybe the problem with reading the MagicDrawUML model is that the *.mdr > > contains path specific information. Perhaps removing that and then > > trying to load in 3.6i may work? > well I removed 3.6i from my box :( > is it possible to try it again ? > > I had some changes in my plans (conferences ... ) > so I will have a look at the info you sent me for the xml parser > right now I have a parser provided by qt and a class generator which > access the xml parser through an interface and generate c++ code on the > fly. > I guess that it won't be a problem for me to implement an adaptor to another C > xml parsing library > As we already discussed, I think that beign able to generate IDL is also very important > at least it is important for me. I'll think about that next week > > C. > - -- > Christophe Prud'homme > OOA and OOD for Linux > CoreLinux -- http://corelinux.sourceforge.net > Finite Element Method Codes > KFem -- http://kfem.sourceforge.net > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.0.4 (GNU/Linux) > Comment: For info see http://www.gnupg.org > > iEYEARECAAYFAjqzzOQACgkQoY+0C9S+FFCaIACghUhiewd8dQhYk/alErJTeEgd > By0An2rQ4ZdNZBRVaAf/RLQfK3Ry1uDR > =5J7R > -----END PGP SIGNATURE----- > > _______________________________________________ > Corelinux-develop mailing list > Cor...@li... > http://lists.sourceforge.net/lists/listinfo/corelinux-develop -- Frank V. Castellucci http://corelinux.sourceforge.net OOA/OOD/C++ Standards and Guidelines for Linux http://PythPat.sourceforge.net Pythons Pattern Package |
|
From: Frank V. C. <fr...@co...> - 2001-03-17 23:03:41
|
Hans Dulimarta wrote: > > > By the way, if you are going to add priority you may consider the actual > > Linux call to be wrapped in a static in Environment? > > I also found getpid(), getppid(), and clone() call in > Thread.cpp. > Maybe we should move them to Environment? See below :) > > Is the Enviroment designed to be a "leaf" module as a > wrapper of > all the underlying system? If yes, we should not put a call > to Thread::getKernelError() in > Environment::setupCommonAccess. Your right, organize a new static class if you like which covers the behavior you want, we can also use namespaces to localize the context: corelinux::Enviornment corelinux::Enviornment::Process etc. -- Frank V. Castellucci http://corelinux.sourceforge.net OOA/OOD/C++ Standards and Guidelines for Linux http://PythPat.sourceforge.net Pythons Pattern Package |
|
From: Hans D. <dul...@eg...> - 2001-03-17 22:46:20
|
"Frank V. Castellucci" wrote: > > pthread is a user space thread mechanism. If you are running on a SMP > machine, the threads that are created using pthread do not take > advantage of the other processors. > > Lets stick to "clone". > OK. > > Cool. Are you finding it interesting, or is it boring stuff? > Well, I guess it is in between.....the repetitious part is kind of boring. The new part, such as trying to understand the logic of the existing code, is challenging. > By the way, if you are going to add priority you may consider the actual > Linux call to be wrapped in a static in Environment? I also found getpid(), getppid(), and clone() call in Thread.cpp. Maybe we should move them to Environment? Is the Enviroment designed to be a "leaf" module as a wrapper of all the underlying system? If yes, we should not put a call to Thread::getKernelError() in Environment::setupCommonAccess. > > > > > > -- > > > Frank V. Castellucci > > > http://corelinux.sourceforge.net > > > OOA/OOD/C++ Standards and Guidelines for Linux > > > > > > _______________________________________________ > > > Corelinux-develop mailing list > > > Cor...@li... > > > http://lists.sourceforge.net/lists/listinfo/corelinux-develop > > > > -- > > Hans Dulimarta, Ph.D. | dul...@co... > > Research Associate | > > http://www.egr.msu.edu/~dulimart > > P: 517-432-7589 | http://corelinux.sourceforge.net > > F: 760-281-7691 http://freshmeat.net/projects/snapsource > > Elec. & Comp. Engg., Mich. State Univ., E. Lansing, MI 48824 > > > > _______________________________________________ > > Corelinux-develop mailing list > > Cor...@li... > > http://lists.sourceforge.net/lists/listinfo/corelinux-develop > > -- > Frank V. Castellucci > http://corelinux.sourceforge.net > OOA/OOD/C++ Standards and Guidelines for Linux > > _______________________________________________ > Corelinux-develop mailing list > Cor...@li... > http://lists.sourceforge.net/lists/listinfo/corelinux-develop -- Hans Dulimarta, Ph.D. | dul...@co... Research Associate | http://www.egr.msu.edu/~dulimart P: 517-432-7589 | http://corelinux.sourceforge.net F: 760-281-7691 http://freshmeat.net/projects/snapsource Elec. & Comp. Engg., Mich. State Univ., E. Lansing, MI 48824 |
|
From: Christophe Prud'h. <pru...@us...> - 2001-03-17 20:43:33
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Le Samedi 17 Mars 2001 09:40 am, vous avez =E9crit : > Christophe, > > Maybe the problem with reading the MagicDrawUML model is that the *.m= dr > contains path specific information. Perhaps removing that and then > trying to load in 3.6i may work? well I removed 3.6i from my box :( is it possible to try it again ? I had some changes in my plans (conferences ... ) so I will have a look at the info you sent me for the xml parser right now I have a parser provided by qt and a class generator which=20 access the xml parser through an interface and generate c++ code on the fly.=20 I guess that it won't be a problem for me to implement an adaptor to anot= her C xml parsing library As we already discussed, I think that beign able to generate IDL is also = very important at least it is important for me. I'll think about that next week C. - --=20 Christophe Prud'homme=20 OOA and OOD for Linux CoreLinux -- http://corelinux.sourceforge.net Finite Element Method Codes KFem -- http://kfem.sourceforge.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjqzzOQACgkQoY+0C9S+FFCaIACghUhiewd8dQhYk/alErJTeEgd By0An2rQ4ZdNZBRVaAf/RLQfK3Ry1uDR =3D5J7R -----END PGP SIGNATURE----- |
|
From: Frank V. C. <fr...@co...> - 2001-03-17 14:31:46
|
Christophe, Maybe the problem with reading the MagicDrawUML model is that the *.mdr contains path specific information. Perhaps removing that and then trying to load in 3.6i may work? -- Frank V. Castellucci http://corelinux.sourceforge.net OOA/OOD/C++ Standards and Guidelines for Linux |
|
From: Frank V. C. <fr...@co...> - 2001-03-17 11:21:01
|
Hans Dulimarta wrote: > > "Frank V. Castellucci" wrote: > > > > Whew, long week. How are we, where we are, are we? > > > > Here I am... adding lines to the Thread and ThreadContext > implementation. > > One question come to mind? Why there is no 'pthread_*' call > at all in Thread and ThreadContext? Not even pthread_create? pthread is a user space thread mechanism. If you are running on a SMP machine, the threads that are created using pthread do not take advantage of the other processors. Lets stick to "clone". > >From 24 requirements item in req1588.html, I discovered that > 12 of them have been implemented. Cool. Are you finding it interesting, or is it boring stuff? > I added 2 more implemented requirements: created and blocked > count. > > Next I'll tackle the priority related. But.... should I use > pthread_*? By the way, if you are going to add priority you may consider the actual Linux call to be wrapped in a static in Environment? > > > -- > > Frank V. Castellucci > > http://corelinux.sourceforge.net > > OOA/OOD/C++ Standards and Guidelines for Linux > > > > _______________________________________________ > > Corelinux-develop mailing list > > Cor...@li... > > http://lists.sourceforge.net/lists/listinfo/corelinux-develop > > -- > Hans Dulimarta, Ph.D. | dul...@co... > Research Associate | > http://www.egr.msu.edu/~dulimart > P: 517-432-7589 | http://corelinux.sourceforge.net > F: 760-281-7691 http://freshmeat.net/projects/snapsource > Elec. & Comp. Engg., Mich. State Univ., E. Lansing, MI 48824 > > _______________________________________________ > Corelinux-develop mailing list > Cor...@li... > http://lists.sourceforge.net/lists/listinfo/corelinux-develop -- Frank V. Castellucci http://corelinux.sourceforge.net OOA/OOD/C++ Standards and Guidelines for Linux |
|
From: Hans D. <dul...@eg...> - 2001-03-17 03:40:46
|
"Frank V. Castellucci" wrote: > > Whew, long week. How are we, where we are, are we? > Here I am... adding lines to the Thread and ThreadContext implementation. One question come to mind? Why there is no 'pthread_*' call at all in Thread and ThreadContext? Not even pthread_create? From 24 requirements item in req1588.html, I discovered that 12 of them have been implemented. I added 2 more implemented requirements: created and blocked count. Next I'll tackle the priority related. But.... should I use pthread_*? > -- > Frank V. Castellucci > http://corelinux.sourceforge.net > OOA/OOD/C++ Standards and Guidelines for Linux > > _______________________________________________ > Corelinux-develop mailing list > Cor...@li... > http://lists.sourceforge.net/lists/listinfo/corelinux-develop -- Hans Dulimarta, Ph.D. | dul...@co... Research Associate | http://www.egr.msu.edu/~dulimart P: 517-432-7589 | http://corelinux.sourceforge.net F: 760-281-7691 http://freshmeat.net/projects/snapsource Elec. & Comp. Engg., Mich. State Univ., E. Lansing, MI 48824 |
|
From: Frank V. C. <fr...@co...> - 2001-03-17 01:17:33
|
Whew, long week. How are we, where we are, are we? -- Frank V. Castellucci http://corelinux.sourceforge.net OOA/OOD/C++ Standards and Guidelines for Linux |
|
From: Frank V. C. <fr...@co...> - 2001-03-02 21:11:53
|
Can your configuration to a message to me? I have 384 Mb real so if it is upper limits it shouldn't matter. FC Christophe Prud'homme wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Thursday 01 March 2001 07:49, you wrote: > >> Christophe, >> >> Do you think the problem I am having with building the documentation is >> inclusion of a package? (The ones declared at the top of the *.tex >> files) > > Nope I don't think so > the problem is that you can configure the TeX engine memory requirements > usually it is setup for middle size document without too much stuff like commands, figures ... > now with doxygen the Tex can become real big with macros, commands ... > and then your TeX config is not enough > for my thesis (200 Mo as a ps file and advanced TeX use :)) I had to tune my TeX installation > otherwise I couldn't compile > > the TeX memory is in fact a set of differents upper memory limits for tables (commands table, math ...) > > > C. > - -- > | Christophe Prud'homme, http://augustine.mit.edu/~prudhomm > | ICQ UIN: 24560867 Alias: Jesunix > | > | As flies to wanton boys are we to the gods; they kill us for their sport. > | -- Shakespeare, "King Lear" > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.0.4 (GNU/Linux) > Comment: For info see http://www.gnupg.org > > iEYEARECAAYFAjqf+MoACgkQoY+0C9S+FFALIgCeIOLYx/gfyhz+CRWlHqxQCoJA > /E8AnjgMaW/BGh51WDSGS6+ebMJBbjNI > =iNCS > -----END PGP SIGNATURE----- > > _______________________________________________ > Corelinux-develop mailing list > Cor...@li... > http://lists.sourceforge.net/lists/listinfo/corelinux-develop > > > |
|
From: Christophe Prud'h. <pru...@MI...> - 2001-03-02 19:46:10
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thursday 01 March 2001 07:49, you wrote: > Christophe, > > Do you think the problem I am having with building the documentation is > inclusion of a package? (The ones declared at the top of the *.tex > files) Nope I don't think so the problem is that you can configure the TeX engine memory requirements usually it is setup for middle size document without too much stuff like = commands, figures ... now with doxygen the Tex can become real big with macros, commands ... and then your TeX config is not enough for my thesis (200 Mo as a ps file and advanced TeX use :)) I had to tune= my TeX installation otherwise I couldn't compile=20 the TeX memory is in fact a set of differents upper memory limits for tab= les (commands table, math ...) C. - --=20 | Christophe Prud'homme, http://augustine.mit.edu/~prudhomm | ICQ UIN: 24560867 Alias: Jesunix | | As flies to wanton boys are we to the gods; they kill us for their spor= t. | -- Shakespeare, "King Lear" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjqf+MoACgkQoY+0C9S+FFALIgCeIOLYx/gfyhz+CRWlHqxQCoJA /E8AnjgMaW/BGh51WDSGS6+ebMJBbjNI =3DiNCS -----END PGP SIGNATURE----- |
|
From: Frank V. C. <fr...@co...> - 2001-03-01 20:50:18
|
You are a GOD! Christophe Prud'homme wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Thursday 01 March 2001 15:02, you wrote: > >> C., >> >> http://www.w3.org/Library/ >> >> has the libwww which contains a RDF parser if you are still looking >> around. > > yeah thanks I'll look into that > the thing is that as of now the class generator is somewhat is decoupled from the parser > so I should be able to use/plug another parser easily :) > > > > > thanks > C. > - -- > | Christophe Prud'homme, http://augustine.mit.edu/~prudhomm > | ICQ UIN: 24560867 Alias: Jesunix > | > | Its name is Public Opinion. It is held in reverence. It settles everything. > | Some think it is the voice of God. > | -- Mark Twain > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.0.4 (GNU/Linux) > Comment: For info see http://www.gnupg.org > > iEYEARECAAYFAjqerIkACgkQoY+0C9S+FFB54ACggmLEY4yl37/lmzKCRanqCpws > pSEAn0wT+T9h8ETy8pfYZjdd0X5Elm+T > =PQEu > -----END PGP SIGNATURE----- > > _______________________________________________ > Corelinux-develop mailing list > Cor...@li... > http://lists.sourceforge.net/lists/listinfo/corelinux-develop > > > |
|
From: Christophe Prud'h. <pru...@MI...> - 2001-03-01 20:08:31
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thursday 01 March 2001 15:02, you wrote: > C., > > http://www.w3.org/Library/ > > has the libwww which contains a RDF parser if you are still looking > around. yeah thanks I'll look into that the thing is that as of now the class generator is somewhat is decoupled = from the parser so I should be able to use/plug another parser easily :) thanks C. - --=20 | Christophe Prud'homme, http://augustine.mit.edu/~prudhomm | ICQ UIN: 24560867 Alias: Jesunix | | Its name is Public Opinion. It is held in reverence. It settles every= thing. | Some think it is the voice of God. | -- Mark Twain -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjqerIkACgkQoY+0C9S+FFB54ACggmLEY4yl37/lmzKCRanqCpws pSEAn0wT+T9h8ETy8pfYZjdd0X5Elm+T =3DPQEu -----END PGP SIGNATURE----- |