Author Topic: autoconf / gcc  (Read 5468 times)

0 Members and 2 Guests are viewing this topic.

Offline Inquisitor

I love solaris :)

Anywho, OldMan is setup. penguin can walk you thru the prep work he did for the linux port a while back, mostly things like renaming files lower case, etc, but, he's the man who started it.

And hopefully, he's got us some new spiffy cross platform movie code :)
No signature.

 

Offline OldMan

  • 24
    • http://www.lisha.ufsc.br/~tiago
Just to post my opinion.. I HATE Solaris.. the only two worse things are AIX and Sun OS.. oughh!!!! Specially when running in a 200 Kg Sun Station that makes more noise than a train (and is placed only 3 meters from your work desk)

Already talked to penguim... and someday we will have our ascii text only console version of FS2 !!! With PC speaker sound .. and serial RS232 communication system for multiplayer.
If brute force does not solve your problem.... you are not using enough!!!

 

Offline penguin

  • Eudyptes codus
  • 28
  • Still alive.
Quote
Originally posted by OldMan
Already talked to penguim... and someday we will have our ascii text only console version of FS2 !!! With PC speaker sound .. and serial RS232 communication system for multiplayer.
Err did I say that? :nervous: I must be more tired than I thought...
your source code slave

 

Offline Inquisitor

No signature.

 

Offline wojta

  • 25
    • http://fsworld.wz.cz
I have tried it also because I haven't the MSVC.

It hasn't worked ::( :

Quote

wojta@AMZ /c/fs2_open/fs2_open
$ ./configure
configure: loading site script /etc/config.site
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... ./configure: ac_maketemp="make": command ot found
no
checking build system type... i686-pc-mingw32
checking host system type... i686-pc-mingw32
using Win32 defines (for mingw32)
checking for g++... g++
checking for C++ compiler default output... configure: error: C++ compiler cannt create executables
See `config.log' for more details.


and part of config.log where the error  is described :

configure:1964: checking for C++ compiler version
configure:1967: g++ --version &5
g++.exe: no input files
configure:1970: $? = 1
configure:1972: g++ -v &5
g++.exe: no input files
configure:1975: $? = 1
configure:1977: g++ -V &5
g++.exe: no input files
configure:1980: $? = 1
configure:2004: checking for C++ compiler default output
configure:2007: g++ -O2   conftest.cc  >&5
g++.exe: no input files
configure:2010: $? = 1
configure: failed program was:
| #line 1983 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "fs2_open"
| #define PACKAGE_TARNAME "fs2_open"
| #define PACKAGE_VERSION "3.5"
| #define PACKAGE_STRING "fs2_open 3.5"
| #define PACKAGE_BUGREPORT ""
| #define NO_CD_CHECK 1
| #define NO_SOFTWARE_RENDERING 1
| #define NDEBUG 1
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:2049: error: C++ compiler cannot create executables :mad:
See `config.log' for more details.
 


Should I disable a certain part of the code ?
« Last Edit: March 11, 2003, 02:23:05 am by 1066 »

 

Offline penguin

  • Eudyptes codus
  • 28
  • Still alive.
OK, I finally got the autoconf to work with DX8, so we can have the movie code included.

Because I'm sick of fighting with Autoconf :mad: I required the dx8 include files and libs to be in a fixed place.  When I catch my breath, I'll make it more flexible.  But for now:
  • DX8 include files must be in C:\dx8\include
  • DX8 lib files must be in C:\dx8\lib
Also see the note earlier in this thread regarding the libdxguid.a library in /mingw/lib -- rename it to old-libdxguid.a or something so that the DX8 version will be linked instead.

It works for me now... anxiously awaiting feedback :)
your source code slave