Re: [Flightgear-devel] [ANN] fg_sqawk Version 0.5beta

2007-05-16 Thread Holger Wirtz
Jon,

On Tue, May 15, 2007 at 09:06:53PM +0100, Jon Stockill wrote:
[...]
 Can you tell me where I can find libgsm source that will build a shared 
 library? The libgsm 1.0.10 source I have only builds a static lib.
 
 Which version did you use to build the iaxcli-Linux-i686-shared binary?

Argh - that is a problem I haven't foreseen. I used my Debian system and
was quite lucky that everything works fine.

I found that URL for the sources:
http://kbs.cs.tu-berlin.de/~jutta/gsm/gsm-1.0.12.tar.gz

After all I use G.711 ulaw and not GSM as the codec of choice but it
seems that the libiaxclient needs libgsm :-(

I use G.711 ulaw because the phone conferences are mixed together with
this codec so there is no needless codec conversation...

Hope that helps! Feel free to contact me I you have further problems.

Holger
-- 
#   ##  ##   Holger Wirtz Phone : (+49 30) 884299-40
##  ## ##   ### ##   DFN-Verein   Fax   : (+49 30) 884299-70
##  ##  ##   Stresemannstr. 78E-Mail: [EMAIL PROTECTED]
##  ## ##   ## ###   10963 Berlin
#  ##   ##  ##   GERMANY  WWW   : http://www.dfn.de
GPG-Fingerprint: ABFA 1F51 DD8D 503C 85DC  0C51 E961 79E2 6685 9BCF

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] FG version 0.9.11

2007-05-16 Thread Vivian Meazza
syd  sandy

 Sent: 16 May 2007 00:52
 On Tue, 15 May 2007 20:46:57 +0200
 Maik Justus [EMAIL PROTECTED] wrote:
 
  Hi,
  
  I think the dhc2f should be added as an example for float-planes.
  
  Maik
 
 I'd have to vote against the dhc2F for now because the PLIB 
 submodel animation is broken , and I havent had much luck yet 
 in tracking down the problem yet ... 
 

Just to clarify that, it's the scale animation which is broken, not
submodels. I reported this a few days back.

Vivian


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] [ANN] fg_sqawk Version 0.5beta

2007-05-16 Thread Jon Stockill
Holger Wirtz wrote:
 Jon,
 
 On Tue, May 15, 2007 at 09:06:53PM +0100, Jon Stockill wrote:
 [...]
 Can you tell me where I can find libgsm source that will build a shared 
 library? The libgsm 1.0.10 source I have only builds a static lib.

 Which version did you use to build the iaxcli-Linux-i686-shared binary?
 
 Argh - that is a problem I haven't foreseen. I used my Debian system and
 was quite lucky that everything works fine.
 
 I found that URL for the sources:
 http://kbs.cs.tu-berlin.de/~jutta/gsm/gsm-1.0.12.tar.gz

That code will only build a static library though - I've already tried it.

-- 
Jon Stockill
[EMAIL PROTECTED]

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] FlightGear-0.9.11-pre1 (source code) available for download and testing

2007-05-16 Thread Stuart Buchanan
--- Curtis Olson wrote:
 FlightGear-0.9.11-pre1 is now available for download and testing.  I
 have
 finished updating the FlightGear and SimGear web pages and ftp sites
 with
 the appropriate links to download the source code.  This release is
 still
 based entirely on plib and does not have any dependency on OSG.

Could I make a slighly impolite request?

Thanks to Olaf's work I have a working OSG build system for windows, but
not plib, despite much work. I've heard that the flash2a model doesn't
work on plib, but I've been unable to fix this as I don't have a plib
executable.

Could some kind soul create a windows plib binary for me please, or
alternatively take a look at the problem on my behalf?

Otherwise, I think it will have to be pulled from the release, which would
be a shame.

Thanks

-Stuart


  ___
Yahoo! Answers - Got a question? Someone out there knows the answer. Try it
now.
http://uk.answers.yahoo.com/ 

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] FlightGear-0.9.11-pre1 (source code) available for download and testing - some patches to consider

2007-05-16 Thread Ladislav Michnovič

2007/5/16, Curtis Olson [EMAIL PROTECTED]:

FlightGear-0.9.11-pre1 is now available for download and testing.  I have
finished updating the FlightGear and SimGear web pages and ftp sites with
the appropriate links to download the source code.  This release is still
based entirely on plib and does not have any dependency on OSG.

This is a source code only release at this point.  The -pre1 suffix
indicates that this is the first *pre* release and not necessarily the
official 0.9.11 release (unless no one finds any problems or has any changes
to make.)  I hope that as many people as possible can download and compile
this release.


Hello.
I've succesfully compiled the Flightgear and SimGear but with some gcc
warnings.
I'm attaching patches for further considering to take them into the code.
I'm just not sure about how to initialize uninitialized variables.
I'm not experienced in flying in FG so I can hardly test the
application behavior and its features.
I hope testing will do somebody else. ;-)

Btw. There are some IMHO useless files in data package: -
data/Aircraft/A-10/Models/*.bak

Regards Ladislav.
--- simgear/screen/RenderTexture.cpp
+++ simgear/screen/RenderTexture.cpp
@@ -622,7 +622,7 @@
 _pDisplay = glXGetCurrentDisplay();
 GLXContext context = glXGetCurrentContext();
 int screen = DefaultScreen(_pDisplay);
-XVisualInfo *visInfo;
+XVisualInfo *visInfo = NULL;
 
 GLXFBConfig *fbConfigs;
 int nConfigs;
--- simgear/sound/openal_test1.cxx
+++ simgear/sound/openal_test1.cxx
@@ -99,7 +99,7 @@
 ALsizei size;
 ALvoid* data;
 ALsizei freq;
-ALboolean loop;
+ALboolean loop = 0;
 
 source_pos[0] = 0.0; source_pos[1] = 0.0; source_pos[2] = 0.0;
 source_vel[0] = 0.0; source_vel[1] = 0.0; source_vel[2] = 0.0;
--- simgear/nasal/hash.c
+++ simgear/nasal/hash.c
@@ -24,7 +24,7 @@
 // Numbers get the number as a hash.  Just use the bits and
 // xor them together.  Note assumption that sizeof(double) =
 // 2*sizeof(int).
-unsigned int* p = (unsigned int*)(r.num);
+unsigned int* p = (r.num);
 return p[0] ^ p[1];
 } else if(PTR(r).str-hashcode) {
 return PTR(r).str-hashcode;
--- tests/test-text.cxx
+++ tests/test-text.cxx
@@ -4,7 +4,7 @@
 #include string.h
 
 static void readchars( FILE *fd ) {
-char c;
+int c;
 while ( (c = fgetc(fd)) != EOF ) {
 	printf(c = %d, c);
 	if ( c == 10 ) {
--- autogen.sh
+++ autogen.sh
@@ -2,7 +2,7 @@
 
 OSTYPE=`uname -s`
 MACHINE=`uname -m`
-AUTO_MAKE_VERSION=`automake --version | head -1 | awk '{print $4}' | sed -e 's/\.\([0-9]*\).*/\1/'`
+AUTO_MAKE_VERSION=`automake --version | head -1 | awk '{print $4}' | sed -e 's/\.\([0-9]*\).*/\1/' | cut -c1,2`
 if test $AUTO_MAKE_VERSION -lt 15; then
 echo 
 echo You need to upgrade to automake version 1.5 or greater.
--- src/GUI/gui_funcs.cxx
+++ src/GUI/gui_funcs.cxx
@@ -183,6 +183,8 @@
 void helpCb (puObject *)
 {
 string command;
+char help_app_str[30];
+char dialog_str[120];
 	
 #if defined(FX)  !defined(WIN32)
 #  if defined(XMESA_FX_FULLSCREEN)  defined(XMESA_FX_WINDOW)
@@ -200,11 +202,18 @@
 
 string help_app = fgGetString(/sim/startup/browser-app);
 
-if ( system(xwininfo -name Netscape  /dev/null 21) == 0 ) {
-command = help_app +  -remote \openURL( + path.str() + )\;
+if (!strcmp(help_app.c_str(), firefox) ) {
+	command = help_app +   + path.str();
+} else if (!strcmp(help_app.c_str(), mozilla) ) {
+	if ( system(xwininfo -name Mozilla  /dev/null 21) == 0 ) {
+	command = help_app +  -remote \openURL( + path.str() + )\;
+	} else {
+	command = help_app +   + path.str();
+	}
 } else {
 command = help_app +   + path.str();
 }
+
 command +=  ;
 system( command.c_str() );
 
@@ -225,8 +234,13 @@
SW_SHOWNORMAL ) ;
 
 #endif
-	
-mkDialog (Help started in your web browser window.);
+
+strncpy (help_app_str, help_app.c_str(), 30);
+sprintf (dialog_str, Help started in %s window.\nTry --browser-app option to specify\nbrowser., help_app_str);
+cout  Running   command.c_str()  endl;
+cout  Note:  words \firefox\ and \mozilla\ are recognized in --browser-app option, in order to supply URL in correct syntax\n;
+system( command.c_str() );
+mkDialog (dialog_str);
 }
 
 #if defined( TR_HIRES_SNAP)
--- src/FDM/JSBSim/models/FGFCS.cpp
+++ src/FDM/JSBSim/models/FGFCS.cpp
@@ -77,7 +77,7 @@
   LeftBrake = RightBrake = CenterBrake = 0.0;
 
   bind();
-  for (i=0;i=NForms;i++) {
+  for (i=0;iNForms;i++) {
 DePos[i] = DaLPos[i] = DaRPos[i] = DrPos[i] = 0.0;
 DfPos[i] = DsbPos[i] = DspPos[i] = 0.0;
   }
--- src/Scripting/NasalSys.cxx
+++ src/Scripting/NasalSys.cxx
@@ -117,7 +117,7 @@
 
 char buf[256];
 if(!name) {
-sprintf(buf, [EMAIL PROTECTED], script);
+sprintf(buf, [EMAIL PROTECTED], (long)script);
 name = buf;
 }
 

Re: [Flightgear-devel] FlightGear-0.9.11-pre1 (source code) available for download and testing

2007-05-16 Thread Harald JOHNSEN
Stuart Buchanan wrote:

Could I make a slighly impolite request?

Thanks to Olaf's work I have a working OSG build system for windows, but
not plib, despite much work. I've heard that the flash2a model doesn't
work on plib, but I've been unable to fix this as I don't have a plib
executable.

Could some kind soul create a windows plib binary for me please, or
alternatively take a look at the problem on my behalf?

Otherwise, I think it will have to be pulled from the release, which would
be a shame.

Thanks

-Stuart
  

Try that 
http://sites.estvideo.net/tipunch/flightgear/fgfs-1505-special-debug-71.zip
but it's not 0.9.11

Harald.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] FlightGear-0.9.11-pre1 (source code) available for download and testing

2007-05-16 Thread Maik Justus
Hi Stuart,

I am compiling flightgear on windows with msvc express. I am using Olafs 
collection of plib, openal, etc. It still works, but is not any longer 
on his page. Maybe he could add it again?
I can mail you my binary, but it has some more debug-messages.

Maik

Stuart Buchanan schrieb am 16.05.2007 12:13:
 Could some kind soul create a windows plib binary for me please, or
 alternatively take a look at the problem on my behalf?

 Otherwise, I think it will have to be pulled from the release, which would
 be a shame.

 Thanks

 -Stuart
   


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] FlightGear-0.9.11-pre1 (source code) available for download and testing

2007-05-16 Thread Olaf Flebbe
Hi,

 I am compiling flightgear on windows with msvc express. I am using Olafs 
 collection of plib, openal, etc. It still works, but is not any longer 
 on his page. Maybe he could add it again?
 I can mail you my binary, but it has some more debug-messages.

The plib version is still around, I have to dig it out again.

Please stay tuned.

Olaf

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] FlightGear-0.9.11-pre1 (source code) available for download and testing

2007-05-16 Thread Maik Justus
Hi Curt,

is it possible to put this pre1 version onto the cvs-server? It would be 
much easier for me, to switch my cvs checkouts to an other branch (or 
even non-branch tag) than to set up a new directory tree for it.

What's about making a branch for the pre version and doing only 
bufixes/testing on it? Porting of new functions only after announcing on 
this list and testing on HEAD/PRE_OSG_PBLIB...?


Maik



Curtis Olson schrieb am 16.05.2007 00:16:
 FlightGear-0.9.11-pre1 is now available for download and testing.  I 
 have finished updating the FlightGear and SimGear web pages and ftp 
 sites with the appropriate links to download the source code.  This 
 release is still based entirely on plib and does not have any 
 dependency on OSG.

 This is a source code only release at this point.  The -pre1 suffix 
 indicates that this is the first *pre* release and not necessarily the 
 official 0.9.11 release (unless no one finds any problems or has any 
 changes to make.)  I hope that as many people as possible can download 
 and compile this release.

 Note that you will need to fetch simgear-0.3.11-pre1, 
 flightgear-0.9.11-pre1, and fgfs-base-0.9.11-pre1

 I expect we will roll out several more pre releases before we finalize 
 the 0.9.11 release.  I expect that we may find some significant issues 
 in the pre1 release (if a few people do indeed try it) so I haven't 
 started a discussion of the final release date.

 Best regards,

 Curt.
 -- 
 Curtis Olson - University of Minnesota - FlightGear Project
 http://baron.flightgear.org/~curt/ 
 http://baron.flightgear.org/%7Ecurt/   
 http://www.humanfirst.umn.edu/  http://www.flightgear.org
 Unique text: 2f585eeea02e2c79d7b1d8c4963bae2d
 

 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 

 ___
 Flightgear-devel mailing list
 Flightgear-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel
   


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] FlightGear-0.9.11-pre1 (source code) available for download and testing

2007-05-16 Thread Olaf Flebbe
Hi,

 Could I make a slighly impolite request?
 
 Thanks to Olaf's work I have a working OSG build system for windows, but
 not plib, despite much work. I've heard that the flash2a model doesn't
 work on plib, but I've been unable to fix this as I don't have a plib
 executable.
 
 Could some kind soul create a windows plib binary for me please, or
 alternatively take a look at the problem on my behalf?
 
 Otherwise, I think it will have to be pulled from the release, which would
 be a shame.

Get http://www.oflebbe.de/oflebbe/FlightGear/plib-projects.zip in order 
to build plib branch. Someone please update these project files in the 
plib branch, please.

You can download an installer for FlightGear/plib branch at 
http://www.oflebbe.de/oflebbe/FlightGear/FlightGearPlibSetup.exe

and of course http://www.oflebbe.de/oflebbe/FlightGear/FlightGearSetup.exe

for the real OSG thingy.

These Setup Files does not require MSVC8 SP1 to be installed and include 
the runtime as a private assembly, so they should be self-contained 
including all DLL's.

These installers does not include any data and are still work in 
progress. They do not uninstall Desktop and Startmenu items. Anyone here 
with NSIS experience?

And BTW an inpolite request for including me in the Thanks.

Cheers,
Olaf


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] FlightGear-0.9.11-pre1-------Carriers are Flying

2007-05-16 Thread gh.robin




Hello,

With FlightGear-0.9.11-pre1  it is something strange  
we have Flying Carriers.

Here snapshots

http://perso.orange.fr/GRTux/Carrier-Flying1.jpg
http://perso.orange.fr/GRTux/Carrier-Flying2.jpg
http://perso.orange.fr/GRTux/Carrier-Flying3.jpg

Regards

-- 
Gérard


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] An-2 v0.2 ready!

2007-05-16 Thread Yurik V. Nikiforoff
I get some messages about bugs. I fix it, and rewrite propeller pitch  
mixture controls. 

Apply this patches, pls.

Thanks  all for you comments.

-- 
Wbr, Yurik


an2-0.2.patch.tar.gz
Description: application/tgz
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel