Tremulous Forum

Mods => Modding Center => Topic started by: infestor1 on July 24, 2009, 10:37:13 pm

Title: Compling problem...
Post by: infestor1 on July 24, 2009, 10:37:13 pm
this is what the terminal window is saying:

Code: [Select]
Last login: Fri Jul 24 14:27:27 on ttyp1
Welcome to Darwin!
andrew-pages:~ stevepage$ cd Desktop/pg
andrew-pages:~/Desktop/pg stevepage$ make
QVM tools not built when cross-compiling

Building Tremulous in build/release-darwin-ppc:
  CC: cc

  CFLAGS:
    -Wall
    -Wimplicit
    -Wstrict-prototypes
    -fno-strict-aliasing
    -DMACOS_X
    -fno-common
    -pipe
    -gfull
    -DUSE_OPENAL=1
    -DUSE_CURL=1
    -DUSE_CURL_DLOPEN=1
    -DUSE_SDL_VIDEO=1
    -DUSE_SDL_SOUND=1
    -D_THREAD_SAFE=1
    -Isrc/SDL12/include
    -DUSE_LOCAL_HEADERS=1
    -MMD
    -DSVN_VERSION="85M"
    -DNDEBUG
    -faltivec
    -O3
    -ffast-math
    -falign-loops=16

  Output:

QVM tools not built when cross-compiling

Building Tremulous in build/release-darwin-ppc:
  CC: cc

  CFLAGS:
    -Wall
    -Wimplicit
    -Wstrict-prototypes
    -fno-strict-aliasing
    -DMACOS_X
    -fno-common
    -pipe
    -gfull
    -DUSE_OPENAL=1
    -DUSE_CURL=1
    -DUSE_CURL_DLOPEN=1
    -DUSE_SDL_VIDEO=1
    -DUSE_SDL_SOUND=1
    -D_THREAD_SAFE=1
    -Isrc/SDL12/include
    -DUSE_LOCAL_HEADERS=1
    -MMD
    -DSVN_VERSION=85M
    -DNDEBUG
    -faltivec
    -O3
    -ffast-math
    -falign-loops=16
    -Wall
    -Wimplicit
    -Wstrict-prototypes
    -fno-strict-aliasing
    -DMACOS_X
    -fno-common
    -pipe
    -gfull
    -DUSE_OPENAL=1
    -DUSE_CURL=1
    -DUSE_CURL_DLOPEN=1
    -DUSE_SDL_VIDEO=1
    -DUSE_SDL_SOUND=1
    -D_THREAD_SAFE=1
    -Isrc/SDL12/include
    -DUSE_LOCAL_HEADERS=1
    -MMD
    -DSVN_VERSION="85M"
    -DNDEBUG
    -faltivec
    -O3
    -ffast-math
    -falign-loops=16

  Output:

QVM tools not built when cross-compiling


I made some changed to p-g-qvm and i tried to compile the QVM. whats wrong? is there something wrong with the Makefile?
Title: Re: Compling problem...
Post by: Foe of Eternity on August 27, 2009, 01:20:04 pm
Code: [Select]

QVM tools not built when cross-compiling


it seems like you're trying to cross-compile ^^
u could probably add in a "CROSS_COMPILING = 0" for a quick hack, but idk how good that will work
Title: Re: Compling problem...
Post by: David on August 27, 2009, 01:44:47 pm
QVM's are cross platform, so why would you want to cross compile them?
Don't cross compile when buildings qvm's.