Re: [Flightgear-devel] Re: [Flightgear-cvslogs] CVS: FlightGear/tests

2006-02-02 Thread Martin Spott
Erik Hofman wrote:

> You might want to run CMake on them, that works for me on my PC.

Sounds interesting - never heard about that.

Thanks,
Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Re: [Flightgear-cvslogs] CVS: FlightGear/tests

2006-02-01 Thread Erik Hofman

Martin Spott wrote:

Hello Erik,

Erik Hofman wrote:


I run the latest CVS version of OpenAL.


Which trick do you use to get the aut-tools working ? They don't work
for me with OpenAL CVS. This one reason is why I recommend to stick
with the older OpenAL source.


Sigh, yes it's a real pain from their current setup.
I seem to be lucky enough to have exactly the right versions of all 
autotools installed on IRIX.


You might want to run CMake on them, that works for me on my PC.

Erik


--
http://www.ehtw.info (Dutch)Future of Enschede Airport Twente
http://www.ehofman.com/fgfs FlightGear Flight Simulator
http://www.cafepress.com/fgfs_flightsim  FlightGear Art


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Re: [Flightgear-cvslogs] CVS: FlightGear/tests

2006-02-01 Thread Martin Spott
Hello Erik,

Erik Hofman wrote:

> I run the latest CVS version of OpenAL.

Which trick do you use to get the aut-tools working ? They don't work
for me with OpenAL CVS. This one reason is why I recommend to stick
with the older OpenAL source.

> I've updated al-info.c to fix those problems and added Mac OS-X support.

Great, works (for me  :-)
Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Re: [Flightgear-cvslogs] CVS: FlightGear/tests Makefile.am,1.5,1.6 al-info.c,NONE,1.1

2006-02-01 Thread Erik Hofman

Martin Spott wrote:

Hello Erik,



Does this test rely on the recent OpenAL CVS or should it compile with
the 'stable' from April last year as well ? I'm asking because my
compiler barks and I thought you'd run this on the same platform as I
do:


I run the latest CVS version of OpenAL.
I've updated al-info.c to fix those problems and added Mac OS-X support.

Erik


--
http://www.ehtw.info (Dutch)Future of Enschede Airport Twente
http://www.ehofman.com/fgfs FlightGear Flight Simulator
http://www.cafepress.com/fgfs_flightsim  FlightGear Art


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] Re: [Flightgear-cvslogs] CVS: FlightGear/tests Makefile.am,1.5,1.6 al-info.c,NONE,1.1

2006-02-01 Thread Martin Spott
Hello Erik,

Erik Hofman wrote:
> Update of /var/cvs/FlightGear-0.9/FlightGear/tests
> In directory baron:/tmp/cvs-serv19690
> 
> Modified Files:
>   Makefile.am 
> Added Files:
>   al-info.c 
> Log Message:
> Add a gl-info equivalent for OpenAL.

Does this test rely on the recent OpenAL CVS or should it compile with
the 'stable' from April last year as well ? I'm asking because my
compiler barks and I thought you'd run this on the same platform as I
do:

Making all in tests
make[1]: Entering directory `/usr/local/src/FlightGear/tests'
cc -DHAVE_CONFIG_H -I. -I. -I../src/Include   -I/opt/include
  -I/usr/freeware/include -Xcpluscomm -I/opt/FlightGear/include
  -I/usr/local/include -Xcpluscomm -O2 -use_readonly_const -rdata_shared
  -woff 1001,1012,1014,1110,1116,1155,1172,1174,1234,1401
  -woff 1460,1551,1552,1681
  -OPT:roundoff=0:Olimit=0:div_split=ON:alias=typed:fast_io=ON
  -OPT:got_call_conversion=ON:reorg_common=ON:rsqrt=ON:swp=ON
  -LANG:exceptions=ON -I/opt/include -I/usr/freeware/include -Wl,-rpath
  -Wl,/usr/freeware/lib32 -Wl,-rpath -Wl,.  -c99 -D_REENTRANT
  -c `test -f 'al-info.c' || echo './'`al-info.c
cc-1020 cc: ERROR File = al-info.c, Line = 16
  The identifier "ALCchar" is undefined.

 const ALCchar *s;
   ^

cc-1515 cc: ERROR File = al-info.c, Line = 96
  A value of type "void" cannot be assigned to an entity of type "ALCboolean".

 ret = alcCloseDevice(device);
 ^

2 errors detected in the compilation of "al-info.c".


Cheers,
Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel