opengc-devel Mailing List for Open-source Glass Cockpit (OpenGC) (Page 8)
Status: Pre-Alpha
Brought to you by:
madmartigan
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(22) |
Nov
(3) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
|
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
(3) |
Sep
(12) |
Oct
(31) |
Nov
(6) |
Dec
(2) |
2003 |
Jan
(1) |
Feb
|
Mar
(5) |
Apr
(9) |
May
(18) |
Jun
|
Jul
|
Aug
(7) |
Sep
(56) |
Oct
(23) |
Nov
(7) |
Dec
(7) |
2004 |
Jan
(2) |
Feb
(2) |
Mar
(7) |
Apr
(26) |
May
(3) |
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
(6) |
Nov
(5) |
Dec
|
2005 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Damion S. <be...@cs...> - 2003-05-07 18:20:01
|
Hi, > I have some problem to view the ND (nav) of any aircraft type > (737-777) since in the list of available instrument I read: <snip> > I wonder if there is a mistake in my list or a problem with the > software it self. The current binary distribution of OpenGC does not implement the ND display - the list of available gauges is misleading. > One more question: > I'd like to view the PFD and ND on one monitor and the EICAS on a > second monitor using a Matrox g550 dualhead, do you think it is a good > idea and is there any way to control the instruments via-hardware > (external switch) without having to switch the active windows betwin > the monitors? I'm not sure this is possible yet - Windows is fairly particular about how it allows OpenGL hardware acceleration to take place; in particular, it is not always possible to split OpenGL client windows across multiple monitors. Whether or not this affects the Matrox card you have in particular I'm not sure, but it's an issue for my machine which has an AGP GeForce card and a PCI GeForce card. I'm not sure quite sure what you're asking in regards to "controlling the instruments"... Cheers, -Damion- Btw - I approved the posting, but if you want to send additional messages please subscribe to the list. It's moderated to reduce spam. --------- Damion Shelton Carnegie Mellon University, Robotics Institute A408-o Newell Simon Hall 412.268.3866 (office) 412.818.8829 (cell) http://www.cs.cmu.edu/~beowulf --------- If you ever crawl inside an old hollow log and go to sleep, and while you're in there some guys come and seal up both ends and then put it on a truck and take it to another city, boy, I don't know what to tell you. |
From: Fabio N. <zeb...@ho...> - 2003-05-07 12:01:58
|
HI everybody, my name is Fabio Nicotera and I'am a Sim-Real pilot. I am builting my own cockpit and I'd like to use your software for the instrument. I have some problem to view the ND (nav) of any aircraft type (737-777) since in the list of available instrument I read: # Boeing777PFD # Boeing777EICAS # BoeingNav # Boeing737PFD # Boeing737EICAS # Boeing737NAV # Boeing737AnalogFlaps # Boeing737VerticalSpeedDigital # BoeingAFDS # Keypad I wonder if there is a mistake in my list or a problem with the software it self. One more question: I'd like to view the PFD and ND on one monitor and the EICAS on a second monitor using a Matrox g550 dualhead, do you think it is a good idea and is there any way to control the instruments via-hardware (external switch) without having to switch the active windows betwin the monitors? My system is composed by: P4 2.4 Ghz 1 Ghz RAM Matrox G550 video card Widows ME and MS Flight Simulator with FSUIC module. other computer connected for external views. Thanks for your help. Sincerely FABIO N. _________________________________________________________________ Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail |
From: Damion S. <be...@cs...> - 2003-04-18 06:22:49
|
Hi, I've spent the last few days reorganizing the OpenGC CVS repository, with the end result hopefully being more streamlined and laid out in a more intuitive fashion. Specifically, the changes are as follows: 1) Removed out-of-date code (for instance, GlutMaster code) 2) Moved simgear code to its own directory and updated to SimGear 0.31 versions of the files 3) Added ExternalLibraries directory which contains archives of the external libraries OpenGC relies on - although this increases the size of the overall checkout it should remove ambiguity as to what file versions are required 4) Added a Documentation directory, to contain any present and future documentation on OpenGC (a LaTeX typeset manual is in the works) 5) A fairly substantial change: it was pointed out to me that arial.ttf is a copyrighted file, so OpenGC will be switching to the freeware Vera typeface set. Vera.ttf is now included in the fonts directory, and the font manager has been modified to include a "LoadDefaultFont()" function. Many (but not all) gauges and components have been updated to call this default function. You should use this in your gauges unless you a) have a good reason not to and b) are using a freeware font. Once all gauges and components have been checked over, arial.ttf will be removed from the repository. Vera is quite nice looking, and is 100% legal. Also, the build process has been changed slightly in preparation for the new nav functionality. Specifically, the simgear code is once again built - it had been disabled since December during reorganization but is now active. I have tested this under MacOS X, and will be running tests under Windows over the next few days. To get this changes, do the following: 1) Archive any code you have been working on 2) Delete your opengc and opengcbin directories 3) Check out a fresh copy of opengc 4) Manually merge any changes 5) Rebuild A final note: I mentioned this several weeks ago, but OpenGC now requires FTGL 2.0 (included in the repository) to build. No earlier versions of FTGL will work. Sorry for the hassle, but these mods have been accumulating for a while and hopefully will improve things in the long run. Once I get things stable across all platforms this will be released as version 0.50. Cheers, -Damion- --------- Damion Shelton Carnegie Mellon University, Robotics Institute A408-o Newell Simon Hall 412.268.3866 (office) 412.818.8829 (cell) http://www.cs.cmu.edu/~beowulf --------- If you drop your keys into a river of molten lava, let 'em go, because, man, they're gone. |
From: Gene B. <ge...@de...> - 2003-04-18 00:07:16
|
> Sorry about that... I accepted the default SourceForge list options, > and they did not restrict list postings (I assumed they did). This has > been fixed so that only members can post, and new subscribers require > moderator approval. I have also set the reply-to flag to the list as > requested. > > Cheers, > -Damion- > You da man. :) g. |
From: Damion S. <be...@cs...> - 2003-04-17 22:59:08
|
Hi, You're not doing anything wrong - you're observing that OpenGC is=20 incomplete as far as functionality goes, which is true. The message=20 regarding ogcDummyGauge relates to how several static class members are=20= initialized internally, and is not an indication of anything wrong. Functionality of the gauges should improve in the future, but I don't=20 have an estimate of the timeframe. I've been making primarily=20 architectural changes for the past few months, which unfortunately=20 don't visibly improve the software. Cheers, -Damion- On Monday, April 14, 2003, at 04:55 PM, r.a. warmelink wrote: > Hi, > =A0 > I am trying to get opengc working. It works only partly. > What does work. > wideserver/client is working on several pc's (with TCPIP enabled) > latest FSUIPC installed > OPENGC starts without reporting missing DLL's. > The PFD works and follows the movement of the aircraft (777) > The tape altimeter an tape speed both work and ALT and SPD values are=20= > ok. > Compass works. VSI needle works. > under the tape ALT meter I see in green "STD". No idea what this is > =A0 > above the tape ALT and tape SPD there are to purple 0's. They don't=20 > change. > DME remains 0.0 at all times > I see no indication of any AP setting. > Looking at the images this seems to be implemented. > I can't get the nav-display to work at all. During initialisation I=20 > see a message > like ogcdummyGauge constructed. Maybe this has something to do with it=20= > ? > Although I don't see anything wrong in the ini-file > EICAS however does work. flaps settings and gear up/down is shown=20 > correctly. > =A0 > All my pc's have win98 > Any idea what I am doing=A0 wrong ? > Hope you can help me. > =A0 > Rob Warmelink > r.w...@hc... > =A0 > --------- Damion Shelton Carnegie Mellon University, Robotics Institute A408-o Newell Simon Hall 412.268.3866 (office) 412.818.8829 (cell) http://www.cs.cmu.edu/~beowulf --------- If you drop your keys into a river of molten lava, let 'em go, because,=20= man, they're gone. |
From: Damion S. <be...@cs...> - 2003-04-17 22:54:47
|
Sorry about that... I accepted the default SourceForge list options, and they did not restrict list postings (I assumed they did). This has been fixed so that only members can post, and new subscribers require moderator approval. I have also set the reply-to flag to the list as requested. Cheers, -Damion- On Thursday, April 17, 2003, at 05:24 PM, Gene Buckle wrote: > First of all, why are messages configured so the reply-to is NOT the > list? > Secondly why is the list configued to allow non-members to post? > > g. --------- Damion Shelton Carnegie Mellon University, Robotics Institute A408-o Newell Simon Hall 412.268.3866 (office) 412.818.8829 (cell) http://www.cs.cmu.edu/~beowulf --------- Sometimes I think you have to march right in and demand your rights, even if you don't know what your rights are, or who the person is you're talking to. Then on the way out, slam the door. |
From: Gene B. <ge...@de...> - 2003-04-17 21:17:15
|
First of all, why are messages configured so the reply-to is NOT the list? Secondly why is the list configued to allow non-members to post? g. On Thu, 17 Apr 2003, Affiliation-Affiliate wrote: > BODY, TD, P { FONT-FAMILY: Arial, Helvetica, sans-serif; font-size: 11pt > } A:hover { COLOR: #ff0000 } A:active { COLOR: #ff0000 } HR { HEIGHT: 1px > } h3 { font-size: 24px} h4 { font-size: 16px} > Artprice USA > [us_flag_xsml.gif] [Europe] > > Let your visitors discover Artprice, the world-wide REFERENCE website > for art market information... [fsbarEN.jpg] > ..and make money! > > For yours visitors: > > * Check the accurate price of a lithography before buying it > * Know where to buy the work of one's favorite artist > * Discover the career of a young artist > * Identify who signed an inherited painting > > For you: > > Get commissioned -up to 50%- on all purchases made at > artprice.com by visitors coming from your website. > > Earn easily USD4,000 monthly, as many of our satisfied > affiliates! > > It's easy, fast and FREE: just a few minutes to link your > website to www.artprice.com. > > Don't wait anymore and benefit now from all these advantages! > > Become an Artprice affiliate > > > > [biostaf.jpg] > > You will benefit from a personalized follow-up and a privileged > relationship with one single interlocutor of our Affiliation Team. > > Claire > Affiliation manager > > > [artprice_sml.gif] > THE WORLD LEADER IN ART MARKET INFORMATION > > > Artprice Europe > [eu_flag_xsml.gif] [in English] > > Faites decouvrir a vos visiteurs Artprice, la REFERENCE mondiale du > Web sur le marche de l'art et les artistes... > [fsbarFR.jpg] > ..et gagnez de l'argent ! > > Pour vos visiteurs : > > * Trouver le vrai prix d'une lithographie avant de l'acheter > * Savoir ou aller pour acheter une œuvre de son artiste favori > * Connaitre le parcours d'un jeune artiste contemporain > * Identifier le peintre qui a signe un tableau recu en heritage > > Pour vous : > > Jusqu'a 50 % de commission sur les abonnements a artprice > souscrits par vos visiteurs. > > Gagnez aisement 4 000 euros par mois comme certains de nos > affilies ! > > C'est simple, rapide et GRATUIT : juste quelques minutes pour > poser sur votre site un lien vers www.artprice.com. > > N'attendez plus pour beneficier de ces avantages ! > > Devenez affilie Artprice > > > > [biostaf.jpg] > > Au service affiliation, vous aurez une interlocutrice unique, toujours > presente pour vous donner des conseils personnalises. > > Claire > Affiliation manager > > > [artprice_sml.gif] > LEADER MONDIAL DE L'INFORMATION SUR LE MARCHE DE L'ART > > > > > > > > > > > To remove your email: ope...@li... > please click below: > http://list.artauction.net/?m=3Do...@li... > In case the above link does not work you can go to > http://list.artauction.net/ > or reply to this message as it is. > Please allow us 72 H for your e-mail to be removed. > Thank you for your co-operation. Pour d=E9sinscrire votre email : > ope...@li... > cliquez ci-dessous : > http://list.artauction.net/?m=3Do...@li... > Si le lien ci-dessus ne fonctionne pas, vous pouvez aller sur : > http://list.artauction.net/ > ou r=E9pondez svp =E0 ce message sans en modifier le contenu. > Votre d=E9sinscription sera effective dans les 72 H. > Merci de votre coop=E9ration. > En conformite avec la loi 78-17 du 6/1/78 (CNIL), vous pouvez demander a > ne plus figurer sur notre fichier de routage. > [LogoArtp_90.jpg] > IV-Artprice Affiliation > ------------------------------------------------------- This sf.net email > is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf > _______________________________________________ Opengc-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opengc-devel > |
From: Affiliation-Affiliate <li...@ar...> - 2003-04-17 20:50:07
|
<html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Become an aff1liate - Artprice Searchbar TM</title> <META name="ROBOTS" content="NOINDEX"> <style type="text/css"> BODY, TD, P { FONT-FAMILY: Arial, Helvetica, sans-serif; font-size: 11pt } A:hover { COLOR: #ff0000 } A:active { COLOR: #ff0000 } HR { HEIGHT: 1px } h3 { font-size: 24px} h4 { font-size: 16px} </style> <!--14450835_1--> </head> <body bgcolor="#FFFFFF" text="#000000"> <table border="0" align="center" width="477"><tr><!--14450835_1--> <td valign="top"><A name="us"></A><FONT size="2">Artprice USA</FONT><BR> <A href="http://web.artprice.com/en/Affiliation/Affiliation.aspx?page=1"> <IMG src="http://webmasters.artprice.com/img/artprice/us_flag_xsml.gif" border="0"></A></td> <td valign="bottom" align="right"> <a href="#eu"><FONT size="2">[Europe]</FONT></a></td></tr></table> <BR> <table width="477" border="0" align="center"><tr><td> <h4><b>Let your visitors discover Artprice, the world-wide REFERENCE website for art market information... <a href="http://web.artprice.com/en/Affiliation/Affiliation.aspx?page=1"> <img src="http://web.artprice.com/img/b/fsbarEN.jpg" border="0"></a><br> ..and make money!</b></h4></td></tr></table> <div align="center"></div> <table width="477" border="0" align="center" bgcolor="#6361D6" cellpadding="4" cellspacing="1"> <tr valign="top"> <td bgcolor="#EEEBFC"> <h4>For yours visitors: </h4> <ul> <li>Check <b>the accurate price</b> of a lithography before buying it</li> <li><b>Know where to buy</b> the work of one's favorite artist</li> <li>Discover<b> the career of a young artist</b></li> <li><b>Identify who signed</b> an inherited painting</li> </ul></td></tr></table><br> <table width="477" border="0" align="center" cellspacing="1" bgcolor="#F72829" cellpadding="4"> <tr valign="top"> <td bgcolor="#F5E9AF"> <h4><b>For you:</b></h4> <blockquote> <p><b><font size="3">Get commissioned -up to 50%-</font></b> on all purchases made at artprice.com by visitors coming from your website.</p> <p>Earn easily USD4,000 monthly, as many of our satisfied affiliates!</p> <p><font color="#FF0000"><b>It's easy, fast and FREE</b></font>: just a few minutes to link your website to www.artprice.com.</p> </blockquote></td></tr></table> <table width="482" border="0" align="center"> <tr valign="top"><td> <h4>Don't wait anymore and benefit now from all these advantages!</h4> <h4 align="right"> <a href="http://web.artprice.com/en/Affiliation/Affiliation.aspx?page=2">Become an Artprice affiliate</a></h4> <p> </p></td></tr></table> <table border="0" cellspacing="0" cellpadding="4" width="477" align="center"><tr> <td valign="top" align="right"> <a href="http://web.artprice.com/En/Affiliation/Affiliation.aspx?page=1"> <img src="http://web.artprice.com/Img/biostaf.jpg" border="0"></a></td> <td valign="top"> <p>You will benefit from a personalized follow-up and a privileged relationship with one single interlocutor of our Affiliation Team.</p> <p>Claire<br> Affiliation manager</p></td></tr></table> <table width="477" border="0" align="center"><tr> <td valign="top" height="333" align="center"><br> <img src="http://web.artprice.com/img/b/artprice_sml.gif" align="middle"> <font size="1"><br> THE WORLD LEADER IN ART MARKET INFORMATION </font> <p align="left"> </td></tr></table> <A name="eu"></A> <table border="0" align="center" width="477"><tr> <td valign="top"><FONT size="2">Artprice Europe</FONT><BR> <A href="http://web.artprice.com/fr/Affiliation/Affiliation.aspx?page=1"> <IMG src="http://webmasters.artprice.com/img/artprice/eu_flag_xsml.gif" border="0"></A></td> <td align="right" valign="bottom"> <a href="#us"><font size="2">[in English]</font></a></td></tr></table> <table width="477" border="0" align="center"><tr><td> <h4><b>Faites découvrir à vos visiteurs Artprice, la REFERENCE mondiale du Web sur le marché de l'art et les artistes...<br> <a href="http://web.artprice.com/fr/Affiliation/Affiliation.aspx?page=1"> <img src="http://web.artprice.com/img/b/fsbarFR.jpg" border="0"></a><br> ..et gagnez de l'argent ! </b></h4></td></tr></table> <div align="center"></div> <table width="477" border="0" align="center" bgcolor="#6361D6" cellpadding="4" cellspacing="1"> <tr valign="top"> <td bgcolor="#EEEBFC"> <h4>Pour vos visiteurs : </h4> <ul> <li>Trouver <b>le vrai prix</b> d'une lithographie avant de l'acheter</li> <li><b>Savoir où aller pour acheter</b> une œuvre de son artiste favori</li> <li>Connaître le <b>parcours d'un jeune artiste</b> contemporain</li> <li><b>Identifier le peintre</b> qui a signé un tableau reçu en héritage</li> </ul></td></tr></table><br> <table width="477" border="0" align="center" cellspacing="1" bgcolor="#F72829" cellpadding="4"> <tr valign="top"> <td bgcolor="#F5E9AF"> <h4><b>Pour vous :</b></h4> <blockquote> <p><b><font size="3"> Jusqu'à 50 % de </font>commission</b> sur les abonnements à artprice souscrits par vos visiteurs.</p> <p>Gagnez aisément 4 000 euros par mois comme certains de nos affiliés !</p> <p><font color="#FF0000"><b>C'est simple, rapide et GRATUIT</b></font> : juste quelques minutes pour poser sur votre site un lien vers www.artprice.com.</p> </blockquote></td></tr></table> <table width="477" border="0" align="center"> <tr valign="top"><td> <blockquote> </blockquote> <h4>N'attendez plus pour bénéficier de ces avantages !</h4> <h4 align="right"><a href="http://web.artprice.com/fr/Affiliation/Affiliation.aspx?page=2">Devenez affilié Artprice</a></h4> <p> </p></td></tr></table> <table border="0" cellspacing="0" cellpadding="4" width="477" align="center"><tr> <td valign="top" align="right"> <a href="http://web.artprice.com/Fr/Affiliation/Affiliation.aspx?page=1"><img src="http://web.artprice.com/Img/biostaf.jpg" border="0"></a></td> <td valign="top"> <p> Au service affiliation, vous aurez une interlocutrice unique, toujours présente pour vous donner des conseils personnalisés.</p> <p>Claire<br> Affiliation manager</p></td></tr></table> <table width="477" border="0" align="center"><tr> <td align="center"> <p><br> <img src="http://web.artprice.com/img/b/artprice_sml.gif" align="middle"> <font size="1"><br> LEADER MONDIAL DE L'INFORMATION SUR LE MARCHE DE L'ART</font><br> </p><br><br><br><br><br><br><br><br><br></td></tr></table> <table cellspacing="3"><tr><td><font face="Arial" size="1"> <b>To remove</b> your email: ope...@li...<br> please click below:<br><a href='http://list.artauction.net/?m=opengc-devel%40lists.sourceforge.net'> http://list.artauction.net/?m=ope...@li... </a><br> In case the above link does not work you can go to<br> http://list.artauction.net/<br> or reply to this message as it is.<br> Please allow us 72 H for your e-mail to be removed.<br>Thank you for your co-operation. </FONT></td><td><font face="Arial" size="1"> <b>Pour désinscrire</b> votre email : ope...@li...<br> cliquez ci-dessous :<br><a href='http://list.artauction.net/?m=opengc-devel%40lists.sourceforge.net'>http://list.artauction.net/?m=ope...@li...</a><br> Si le lien ci-dessus ne fonctionne pas, vous pouvez aller sur :<br> http://list.artauction.net/ <br>ou répondez svp à ce message sans en modifier le contenu.<br> Votre désinscription sera effective dans les 72 H.<br>Merci de votre coopération. </FONT><br><tr> <td colspan="2"> <FONT size="1" face="Arial">En conformité avec la loi 78-17 du 6/1/78 (CNIL), vous pouvez demander à ne plus figurer sur notre fichier de routage.<BR> </FONT><IMG src="http://web.artprice.com/img/LogoArtp_90.jpg" border="0"><BR> IV-Artprice Affiliation</td></tr></table> </body></html> |
From: Damion S. <be...@cs...> - 2003-04-16 22:56:26
|
The CVS server lives... we now resume business as usual. Let me know if you see any unusual behavior. -Damion- --------- Damion Shelton Carnegie Mellon University, Robotics Institute A408-o Newell Simon Hall 412.268.3866 (office) 412.818.8829 (cell) http://www.cs.cmu.edu/~beowulf --------- Sometimes I think you have to march right in and demand your rights, even if you don't know what your rights are, or who the person is you're talking to. Then on the way out, slam the door. |
From: T. E. <li...@ar...> - 2003-04-16 19:56:46
|
<html><head><title>Artprice Basics Registered Trade Mark . J+3 = Resurrectio </title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style type="text/css"> <!-- td { font-family: Arial, Helvetica; font-size: 12px} --> </style> <meta name="ROBOTS" content="NOINDEX"> <!--14450835_1--> </head> <body bgcolor="#FFFFFF" text="#000000"> <A name="En"></A> <table width="599" border="0" align="center"><tr><!--14450835_1--> <td colspan="2"> <H3><B>Artprice Basics® unlimited access:<br> The essential annual subscription at <FONT color="#FF0000">US$ 8.25/ month.</FONT></B></H3> <H3> Only the world leader can offer the essential Art market information at the lowest price!</H3> </td> </tr><tr> <td width="539"> </td> <td valign="top" width="51"> <P align="right"><A href="#fr">[Europe]</A></P> </td> </tr> </table><br> <TABLE border="0" align="center" cellspacing="3" width="599"><tr> <TD width="288"> Artprice USA<BR> <A href="http://web.artprice.com/en/"> <IMG src="http://webmasters.artprice.com/img/artprice/us_flag.gif" width="228" height="120" border="0"></A> </TD><td> <H3><B>With Artprice in 2003 you are bound to win!</B></H3> <P><A href="http://web.artprice.com/EN/AMI/AMI.aspx?id=ODA3NzY2MzkwMTgyOTk=">Artprice Global Index 2002: +4.3%</A><BR> In 2003 keep connected to the first Press Agency dedicated to Art Market Information!<BR> <B>Artprice Basics:</B><BR> annual subscription at <FONT color="#FF0000"><B>US$ 8.25 / month.</B></FONT></P> </TD> </TR><tr> <TD bgcolor="#FFFFFF" colspan="2"><FONT size="+1">Every day,<br> Artprice serves 900,000 worldwide Art-market information addicts. </FONT></td> </TR><tr> <TD bgcolor="#FFFFFF" width="288" valign="top"> <P>Art dealers, galleries, appraisers, auctioneers, museums, institutions, banks, insurance brokers, collectors and also new amateurs <I>now access <B>unique information</B> that used to be restricted to insiders in the 20th C.</I></P> </td> <TD valign="top"> <P> In 2003, the Artprice Basics subscription is the quickest and easiest way to unlimited search among <B>3.2 million art work auction results</B>, <B>290,000 artists</B>, their upcoming auctions from <B>2,900 auction houses</B>, and biographies as well as to all the <B>Artprice ArtMarketInsight press releases.<br> </B> </TD> </TR><tr> <TD bgcolor="#FFFFFF" colspan="2" valign="top"><A href="http://web.artprice.com/en/">Subscribe before May 29, 2003</A> and get complimentary access until May 29, 2003 to the other data banks of artists price leves & indices -unique in the world- covering over 5,000 artists and the data bank of 36,000 signatures, monograms & symbols. </td> </TR><tr> <TD colspan="2"> <div align="center"><br> <A href="http://web.artprice.com/en/"> <IMG src="http://client.serveur.com/Img/Tarifs/details/basics.jpg" border="0" alt="Buy now!"></A></div> <H2 align="center"><A href="http://web.artprice.com/en/"> Only US$ 99 a year!<BR> (US$ 8.25 per month)<BR> Unlimited access</A><BR> </H2> </TD> </TR><tr> <TD colspan="2"> <P align="center"><FONT face="Arial" size="2"><B><A href="http://web.artprice.com/en/">Join the 900,000 Artprice customers</A></B><BR> Artprice Basics (the essential annual subscription): <FONT size="3"><B><A href="http://web.artprice.com/en/">US$ 8.25</A></B></FONT><B><FONT color="#FF0000"> per month</FONT></B></FONT> </TD> </TR> </TABLE> <BR><br> <TABLE border="0" align="center" width="599" cellspacing="3"><tr> <TD colspan="2"> <HR> <B><FONT size="3">Free Artist Search : </FONT></B> <TABLE border="0" bgcolor="#FFFFFF" align="center"><tr> <FORM method=get action="http://web.artprice.com/en/artistsearch.aspx"><td> <A href="http://www.artprice.com/en/"> <IMG src="http://web.artprice.com/Img/B/artprice_140.gif" align="absmiddle" border="0" alt="artprice"></A> <INPUT type=text name=searcharti size=27> <INPUT type=submit value="Find an artist" style="CURSOR: hand"> <INPUT type=hidden name=L value=en> </TD> </FORM> </tr></TABLE> <hr> </TD> </tr></TABLE><br><br> <TABLE width="599" border="0"align="center"> <TR valign="top"> <TD align="right" width="99"> </TD> <TD align="right"> <IMG src="http://web.artprice.com/img/b/e/tew1.jpg" width="106" height="100"></TD> <TD nowrap valign="top"> <P><I>Sincerely<BR> Thierry Ehrmann<BR> The Artprice founder</I></P> </TD><td><IMG src="http://web.artprice.com/img/b/T-Ehrmann.gif"></TD> </TR> </TABLE><br> <table width="599" border="0" align="center" height=""><tr> <td height="90" valign="top"><br><br><br> <center> <IMG src="http://www.art-online.com/img/artprice_sml.gif"><br> <FONT face="Arial" size="1">THE WORLD LEADER IN ART MARKET INFORMATION</FONT> </center><br><br><br> </td> </tr></table><br><br> <TABLE width="594" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <TD align="right"><A name="fr"></A> <A href="#En"><FONT face="Arial" size="2">[In English]</FONT></A></TD> <TD align="right"> </TD> </TR> <tr> <td> </TD> <td> </TD> </TR> <tr> <td> <H3><B>Artprice Basics® accès illimité :<BR> L'abonnement annuel fondamental pour<FONT color="#FF0000"> </FONT></B><B><FONT color="#FF0000">8,25 Euros par mois.</FONT> </B></H3> <H3><B>Seul le leader mondial peut vous offrir la meilleure information du marché de l'Art au prix le plus bas !</B></H3> </TD> <td> </TD> </TR> </TABLE> <br> <TABLE border="0" align="center" cellspacing="3" width="599"><tr> <TD width="288"> Artprice Europe<BR> <A href="http://web.artprice.com/"> <IMG src="http://webmasters.artprice.com/img/artprice/eu_flag.jpg" border="0" width="228" height="170"></A> </TD><td> <H3><B>Partez gagnant en 2003 avec Artprice !</B></H3> <P><A href="http://web.artprice.com/FR/AMI/AMI.aspx?id=NjQ3NjY2Mjg1MzI0OTk=">Artprice Global Index 2002 : +4.3% de hausse</A><BR> Restez connecté en permanence à la première Agence de presse mondiale du marché de l'Art<br> <B>Artprice Basics</B><BR> <A href="http://web.artprice.com/fr/"></A> sur vos écrans pour<B><FONT color="#FF0000"> </FONT></B><FONT color="#FF0000"><B>8,25 euros par mois</B></FONT> </P> </TD> </TR><tr> <TD bgcolor="#FFFFFF" colspan="2"><FONT size="+1">Chaque jour,<br> Artprice fournit 900 000 "addicts" d'informations du marché de l'Art<br> à travers le monde. </FONT></TD> </TR><tr> <TD bgcolor="#FFFFFF" width="288" valign="top"> <P>Marchands, galeristes, experts, auctioneers, musées, institutions, banques, assurances, collectionneurs, mais aussi de nouveaux amateurs disposent désormais d'<B>une information inestimable</B> <I>qui était au XXème siècle le privilège d'un cercle d'initié</I>s.</P> </TD> <TD valign="top"> <P> <B>Une simple connexion Internet avec l'abonnement Artprice Basics</B> vous donne l'accès immédiat et illimité aux <B>3,2 millions de résultats</B> d'adjudications d'œuvres d'art, <B>290 000 artistes</B>, ventes prochaines en provenance de plus de <B>2 900 maisons de ventes</B>, biographies, ainsi qu'à toutes les <B>dépêches ArtMarketInsight d'informations du marché de l'art .</B><br> </TD> </TR><tr> <TD bgcolor="#FFFFFF" colspan="2" valign="top"><A href="http://web.artprice.com/fr/">Bonus : pour tout abonnement Artprice Basics souscrit avant le 29 mai 2003</A> : l'accès gratuit jusqu'au 29 mai 2003 aux banques de données de plus de 5,000 indices -uniques au monde- de plus de 5 000 artistes et aux 36 000 signatures, monogrammes & symboles.</TD> </TR><tr> <TD colspan="2"><br><center> <A href="http://web.artprice.com/fr/"> <IMG src="http://client.serveur.com/Img/Tarifs/details/basics.jpg" border="0" alt="J'achète maintenant"></A> <H2><A href="http://web.artprice.com/fr/">Seulement 99 Euros par an !<BR> (8.25 Euros par mois)<BR> Accès illimité<BR> </A></H2> </center> </TD> </TR><tr> <TD colspan="2"> <P align="center"><FONT face="Arial" size="2"><B> <A href="http://web.artprice.com/fr/"><BR> Rejoignez les 900 000 clients Artprice</A></B><BR> Artprice Basics®* : <B><FONT size="3"><A href="http://web.artprice.com/fr/">8.25 Euros</A></FONT><FONT color="#FF0000"> par mois </FONT></B><BR> *</FONT> L'abonnement annuel fondamental </TD> </TR> </TABLE><br><br> <TABLE width="594" border="0" cellspacing="3" cellpadding="0" align="center"><tr> <TD colspan="2"> <B><FONT size="3"> <hr> Recherche gratuite </FONT></B>:<BR> <TABLE border="0" bgcolor="#FFFFFF" align="center"><tr> <FORM method=get action="http://web.artprice.com/fr/artistsearch.aspx"><td> <A href="http://www.artprice.com/"> <IMG src="http://web.artprice.com/Img/B/artprice_140.gif" align="absmiddle" border="0" alt="artprice"></A> <INPUT type=text name=searcharti size=27> <INPUT type=submit value="Chercher un artiste" style="CURSOR: hand"> <INPUT type=hidden name=L value=fr> </TD> </FORM> </tr> </TABLE> <hr> </TD> </tr> </TABLE><br><br> <TABLE width="590" border="0" align="center"> <TR valign="top"> <TD width="99"> <P> </P> </TD> <TD align="right"><IMG src="http://web.artprice.com/img/b/e/tew1.jpg" width="106" height="100"></TD> <TD nowrap><I>Cordialement<BR> Thierry Ehrmann<BR> Fondateur Artprice<BR> </I></TD> <TD nowrap><I><IMG src="http://web.artprice.com/img/b/T-Ehrmann.gif"></I></TD> </TR> </TABLE><br> <table width="597" border="0" align="center"><tr> <td height="402"><br><br><br> <center> <IMG src="http://www.art-online.com/img/artprice_sml.gif"><br> <FONT face="Arial" size="1"> LEADER MONDIAL DE L'INFORMATION SUR LE MARCHE DE L'ART</FONT> </center><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> </td></tr></table><br><br><br> <table cellspacing="3"><tr><td><font face="Arial" size="1"> <b>To remove</b> your email: ope...@li...<br> please click below:<br><a href='http://list.artcompendium.com/?m=opengc-devel%40lists.sourceforge.net'> http://list.artcompendium.com/?m=ope...@li... </a><br> In case the above link does not work you can go to<br> http://list.artcompendium.com/<br> or reply to this message as it is.<br> Please allow us 72 H for your e-mail to be removed.<br>Thank you for your co-operation. </FONT></td><td><font face="Arial" size="1"> <b>Pour désinscrire</b> votre email : ope...@li...<br> cliquez ci-dessous :<br><a href='http://list.artcompendium.com/?m=opengc-devel%40lists.sourceforge.net'>http://list.artcompendium.com/?m=ope...@li...</a><br> Si le lien ci-dessus ne fonctionne pas, vous pouvez aller sur :<br> http://list.artcompendium.com/ <br>ou répondez svp à ce message sans en modifier le contenu.<br> Votre désinscription sera effective dans les 72 H.<br>Merci de votre coopération. </FONT><br><tr> <td colspan="2"> <FONT size="1" face="Arial">En conformité avec la loi 78-17 du 6/1/78 (CNIL), vous pouvez demander à ne plus figurer sur notre fichier de routage.<BR> </FONT> <IMG src="http://web.artprice.com/img/LogoArtp_90.jpg" border="0">Artprice Basics®</td> </tr></table> </body></html> |
From: Damion S. <be...@cs...> - 2003-04-14 15:39:42
|
Hi, The OpenGC CVS server is currently broken and it may be a few days before it's ship-shape again. Sorry for the inconvenience. -Damion- --------- Damion Shelton Carnegie Mellon University, Robotics Institute A408-o Newell Simon Hall 412.268.3866 (office) 412.818.8829 (cell) http://www.cs.cmu.edu/~beowulf --------- I wish I had a dollar for every time I spent a dollar, because then, Yahoo!, I'd have all my money back. |
From: Damion S. <be...@cs...> - 2003-03-19 15:38:52
|
Hi everyone, A quick note that I've updated OpenGC to work with FTGL 2.0, available from: http://homepages.paradise.net.nz/henryj/code/ OpenGC no longer works with earlier versions of FTGL, since there were a few API changes made in version 2. The new code appears to be faster though and has a cleaner build system, so there doesn't seem to be any downside to the upgrade. On a separate topic, OpenGC is unhappy when built under MacOS 10.2.4 with FLTK 1.1.3; FLTK 1.1.2 works fine however. If you are building OpenGC on a Mac and get a "bus error" during execution, this may be the culprit. This problem is not unique to OpenGC, since it affects several of the FLTK example programs in 1.1.3. Cheers, -Damion- |
From: Damion S. <be...@cs...> - 2003-03-13 21:01:18
|
Yes, the problem is FTGL. I have not had a chance to make the necessary=20= changes for FTGL 2.0 - the Open command has been rolled into the font=20 constructor, so FTGL 1.3 is not source compatible with 2.0. I hope to=20 be updated by this weekend - sorry for the trouble. -Damion- On Thursday, March 13, 2003, at 03:46 PM, Lawson, Michael wrote: > Hello. > =A0 > I am trying to compile OpenGC.=A0 When I try, I get the messages: > =A0 > ogcFont.cpp > C:\opengc\Source\Base\ogcFont.cpp(103) : error C2512:=20 > 'FTGLPolygonFont' : no appropriate default constructor available > C:\opengc\Source\Base\ogcFont.cpp(109) : error C2039: 'Open' : is not=20= > a member of 'FTGLPolygonFont' > =A0=A0=A0=A0=A0=A0=A0 C:\FTGL\include\FTGLPolygonFont.h(17) : see = declaration of=20 > 'FTGLPolygonFont' > =A0 > I am using FreeType 2.1.2, and FTGL 2.0.=A0 The version of FTGL looks=20= > suspect, because it was released so recently.=A0 But I can't seem to=20= > find a way to download version 1.3 anywhere. > =A0 > Any ideas?=A0 I did look at the code, and can't find an "Open" member=20= > for the aforementioned class. > =A0 |
From: Lawson, M. <mi...@SS...> - 2003-03-13 20:46:15
|
Hello. I am trying to compile OpenGC. When I try, I get the messages: ogcFont.cpp C:\opengc\Source\Base\ogcFont.cpp(103) : error C2512: 'FTGLPolygonFont' : no appropriate default constructor available C:\opengc\Source\Base\ogcFont.cpp(109) : error C2039: 'Open' : is not a member of 'FTGLPolygonFont' C:\FTGL\include\FTGLPolygonFont.h(17) : see declaration of 'FTGLPolygonFont' I am using FreeType 2.1.2, and FTGL 2.0. The version of FTGL looks suspect, because it was released so recently. But I can't seem to find a way to download version 1.3 anywhere. Any ideas? I did look at the code, and can't find an "Open" member for the aforementioned class. |
From: Redação C. <red...@bo...> - 2003-03-05 23:26:21
|
COMUNICADO IMPORTANTE!! Estamos lançando o KIT DE CARTAS COMERCIAIS, que sana suas dúvidas na elaboração de: agradecimentos, atestados e declarações, avisos, cartas de cobrança, cartas em inglês, comunicados, convites, contratos, propostas, empregos, solicitações e pedidos, telegramas, cartas por e-mail, etc. Composto de 02 (dois) disquetes com 150 modelos de documentos cada um, mais livreto 20 páginas, com técnicas de redação comercial. Indicado para: secretárias em geral, gerências, Rh, executivos, estudantes e empresas de toda ordem. Este kit possui um preço ínfimo em relação ao que poderá gerar no aperfeiçoamento da comunicação de sua empresa. Acesse nossa Home Page para mais detalhes: http://www.redacaocartas.ihp.com.br Ps: Caso não queira receber novas mensagens e novidades sobre esse assunto, acesse: http://www.remova-me.ihp.com.br |
From: Damion S. <dam...@ho...> - 2003-01-20 00:47:39
|
Hi everyone, hope you had a good holiday season. I survived my drive around Ireland in a very tiny car, on very tiny roads, and it's back to work on OpenGC... I'm tentatively releasing version 0.40 of OpenGC for Mac OSX. This should be considered a highly experimental release, since I have not had the chance to try it on any machines other than my Powerbook. As mentioned in the release notes, I suspect that an X-Plane to OpenGC connection will probably work (assuming both machines are Macs) but I have not been able to confirm this. In any case, if those of you with Macs could provide feedback on how this release works for you, I'd appreciate it. The differences between 0.35 and 0.40 are largely technical and not apparent to end-users, so I'm going to hold off on a 0.40 release for Windows until the kinks (if any) are worked out the Mac release. Cheers, -Damion- Btw - I apologize to those of you who are receiving duplicate emails. Very few people have subscribed to the opengc-announce list, which is why I also sent this to the devel list. If you prefer, I can do away with the announce list altogether. Feedback is welcome. _________________________________________________________________ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 |
From: Damion S. <dam...@ho...> - 2002-12-19 05:29:46
|
Hi all, I'm happy to announce that OpenGC now builds under OSX. Please note that there are likely _numerous_ issues still remaining, including several known issues involving the exchange of sim data between machines on a heterogenous network (e.g. Mac + Wintel). At this point in time I assume - having no easy way to test - that X-Plane 6.30 running on a Mac, with OpenGC on a Mac, will probably work. I have so far verified compilation and verified that OpenGC launches and renders gauges, but have not tested network capabilities. I hope to post binaries for testing sometime prior to the holidays. If you're feeling adventurous, feel free to give the CVS version a try. I've attached my build notes below. I've quickly become a Mac fan - the PowerBooks are sweet machines (even though Apple made some... let's just say "odd" choices in setting up their compiler). Cheers, -Damion- OpenGC Mac OS 10.2 build notes: Library Versions: Freetype 2.1.0 (note that 2.1.2 causes an unresolved external for _FT_New_Face). You build Freetype by typing "make" twice, as opposed to the knee jerk "./configure" followed by "make" FTGL 1.4 To compile FTGL, use the Linux directory and edit the makefile to remove references to the demo and X-Windows libraries. If you prefer, you can instead use the project builder file included with FTGL. Either method works. Plib CVS tarball 1.7+ (note that 1.6 does not appear to compile on OSX, despite mailing list assertions to the contrary) Freetype comes with an install script - use it. Plib will install itself, but you must move the include folder from /usr/include to /usr/local/include (or some other spot of your choice) because Apple forces all files in /usr/include to "extern c". FTGL you must install manually, preferably in /usr/local/include and /usr/local/lib Compilation Notes: You must have the Apple developer tools installed! You can download these free from Apple, and I would suggest patching to the most recent version. It appears that the binary 1.4.7 release of CMake _does not_ present a Curses GUI. For this reason I suggest downloading the CVS version of CMake (1.5.0 development) and building. See http://www.cmake.org for download instructions. There are several pecularities with the Apple linker, which are accounted for by flags in the CMakeLists.txt file. You may need to press "c" (configure) several times before the generate option "g" appears. _________________________________________________________________ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 |
From: Damion S. <dam...@ho...> - 2002-12-15 05:38:50
|
Hi everyone, Just wanted to provide a quick status report. Classes and final exams have consumed most of my free time since mid November, but I'm clear of them and should be able to get back into OpenGC development. My new Powerbook finally arrived, so I hope to get a Mac build working over the holidays. I have successfully compiled CMake and FLTK, and I'm optimistic that the remainder of the port will proceed relatively smoothly. In the near term (end of January) I hope to make the following changes: 1) More complete conversion to FLTK. OpenGC currently uses FLTK in Glut emulation mode, and I would like to switch to "native" FLTK. 2) Nav display development seems to have stalled - this is the remaining thing to add to have a reasonably feature complete 1.0 version. One area I'd like some feedback on is the possibility of a more complicated GUI using FLTK. For example, there could be a frontend for the opengc.ini file that uses checkboxes, dialogs, etc. Is there any interest in this? Another possibility would be "drag and drop" style gauge placement... Cheers, -Damion- _________________________________________________________________ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail |
From: Damion S. <dam...@ho...> - 2002-11-12 17:32:21
|
Hi, > But one more question: Why these files are necessary ? Have you developed on > VC++.NET ? Isn't it possible to stay at version 6 ? Sure, VC6 works fine. But I use .NET because I like the debugger. If you have VC6, you can certainly compile OpenGC. > Everyone has the runtime libs to version 4 and 6 on the machines... True. But it looks like the DLL distribution took care of things. > And last : Will there be a tutorial how to create own gauges ? I would like > to learn and program an Airbusversion of PFD / ND / EADI. Probably not in the near future, because writing a good tutorial would be very time consuming. The easiest way to learn how to create gauges is to start with an existing gauge - it's pretty simple. For example, use the 777 PFD as a starting point - the differences between a Boeing and Airbus implementation are cosmetic; the code would be quite similar. I would suggest doing the PFD and EADI first, because the ND code on the Boeing side is not complete. If you run into problems getting started let me know - the guys that did the 737 PFD and EICAS learned the OpenGC syntax very quickly. Cheers, -Damion- Btw - Version 1.0 of OpenGC will have a nice manual, but that's probably 6-12 months away. |
From: Damion S. <dam...@ho...> - 2002-11-12 17:26:44
|
Hi, All of what you're describing is the result of OpenGC being alpha-stage software. The vast majority of missing features are things that are not implemented yet, not the result of bugs. Both Nav gauges are incomplete, since the code to render nav points is incomplete (and not functional) and is still being revised. With the 777 PFD, autopilot state readouts, ILS behavior, etc. are there for testing purposes only and have not been officially added to the gauge. -Damion- ----- Original Message ----- From: <ew...@ci...> To: <ope...@li...> Sent: Tuesday, November 12, 2002 6:15 AM Subject: [Opengc-devel] (no subject) Hello The package now works in genaral, but some functions doesn't work. For example the 777PFD shows correct artificial horizon, the speedbar shows correct speed and the bug of IAS hold speed from the Sim, the VSI and altimeter works also. But the selected pressure of the altimeter shows always 'STD', no matter of the selected value on the sim ! The selected items of the autopilot (on Sim) are not displayed on the top of the gauge... That is not really a problem, much more irritations are on the ND. When a VOR or ILS frequency is selected on NAV1 the frequency is displayed on the gauge, but the heading bug is always fix at 0°.The RMI-needles show to the selected Navaid (correct), but the Course Deviation Indicator nor the GS indicator work. Are there any keystrokes to hit to link these datas to the sim ?? Thanks D.Wolf --------------------------------------- http://www.cityweb.de ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Opengc-devel mailing list Ope...@li... https://lists.sourceforge.net/lists/listinfo/opengc-devel |
From: <ew...@ci...> - 2002-11-12 11:15:26
|
=0AHello The package now works in genaral, but some functions doesn't work. For example the 777PFD shows correct artificial horizon, the speedbar shows correct speed and the bug of IAS hold speed from the Sim, the VSI and altimeter works also. But the selected pressure of the altimeter shows alwa= ys 'STD', no matter of the selected value on the sim ! The selected items of the autopilot (on Sim) are not displayed on the top o= f the gauge... That is not really a problem, much more irritations are on the ND. When a VOR or ILS frequency is selected on NAV1 the frequency is displayed on the gauge, but the heading bug is always fix at 0=B0.The RMI-needles show to th= e selected Navaid (correct), but the Course Deviation Indicator nor the GS in= dicator work. Are there any keystrokes to hit to link these datas to the sim ?? Thanks D.Wolf =0A---------------------------------------=0Ahttp://www.cityweb.de |
From: Damion S. <dam...@ho...> - 2002-11-11 05:30:44
|
Hi everyone, OpenGC 0.35 is now available for download. New features include: 1) Fixed a memory leak affecting many of the 737 gauge components. This was causing OpenGC to consume progressively more memory over time, eventually overwhelming available system memory (not a good thing...) 2) Added (re-added, actually) support for FlightGear. Please see the readme for details. Support is still a bit sketchy, but has been tested with FlightGear 0.80 on two machines running Windows XP. 3) Glut is history! We're now using FLTK to emulate Glut functionality, which reduces the overall size of the OpenGC distribution and removes dependence on an external library. If you have problems, don't hesitate to ask. I am going to avoid releasing a .zip of the source for several days until I can verify that there aren't any major problems with this release (like the zip problem that affected 0.30). CVS access is, of course, still available. Even if you don't want FlightGear support, I strongly suggest downloading 0.35 to fix the memory leak issue. This version does not require new nav data, just the exe. Finally - I'd like to remind anyone who has problems to try downloading the Windows DLL package. Cheers, -Damion- |
From: Damion S. <dam...@ho...> - 2002-11-11 04:06:30
|
Hi, Several of you have reported having problems with several DLL's OpenGC wants. I have packaged these in a file that can be downloaded from our sourceforge site, under the release name "windlls". The file is opengc-windlls-7.0.zip. For the record, this zip contains: msvcp70.dll version 7.0.9466.0 msvcr70.dll version 7.0.9466.0 You can check the version you have by searching for these files on your computer, right clicking on them, selecting properties, and then clicking the version tab. If you do not have this version of the above two files, you may have problems. If you decide to download these files, I suggest placing them in the opengc directory to avoid overwriting any existing copies and thereby causing problems with other software. Those of you have had problems - please let me know if this fixes them. Thanks, -Damion- |
From: Ray S. <ra...@al...> - 2002-11-07 01:05:02
|
Ray Sotkiewicz Database Administrator 206.292.3990 x254 AllRecipes* | www.allrecipes.com |
From: Damion S. <dam...@ho...> - 2002-10-31 18:44:03
|
It occured to me that this might have been confusing. Just to clarify: > Also, as a reminder, please use CMake and _not_ the included > configure/makefile scripts as these are extremely out of date. refers to OpenGC and not to Freetype/FTGL/etc. Obviously, those packages should be built with whatever tools the author specifies. -Damion- |