UFO: Alien Invasion Issue Tracker
UFO: Alien Invasion
Go to the previous open issue
Go to the previous issue (open or closed)
star_faded.png
Please log in to bookmark issues
icon_project.png UFO: Alien Invasion / Closed Bug report #434 Compile errors
Go to the next issue (open or closed)
Go to the next open issue
This issue has been closed with status "Closed" and resolution "Not determined".
Issue basics
  • Type of issue
    Bug report
  • Category
    General
  • Targetted for
    Not determined
  • Status
    Closed
  • Priority
    3. Normal
User pain
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
Affected by this issue (0)
There are no items
People involved
Times and dates
  • Posted at
  • Last updated
  • Estimated time
    Not estimated
Issue details
  • Resolution
    Not determined
  • Reproducability
    Not determined
  • Severity
    Not determined
  • Complexity
    Not determined
  • Platform
    Not determined
  • Architecture
    Not determined
Attachments (0)
There is nothing attached to this issue
Duplicate issues (0)
This issue does not have any duplicates
Description
[http://sourceforge.net/p/ufoai/bugs/434 Item 434] imported from sourceforge.net tracker on 2013-01-28 18:21:29

I followed the wiki for dev-cpp on windows, and I can
compile the RC5 source. I can't compile the SVN source,
though. Here's the compile log for ufo.dev:


Compiler: Default compiler
Building Makefile: "C:\ufo\build\projects\Makefile.win"
Executing make clean
rm -f ../../src/ports/win32/cd_win.o
../../src/client/cl_actor.o
../../src/client/cl_basemanagement.o
../../src/client/cl_campaign.o ../../src/client/cl_fx.o
../../src/client/cl_input.o ../../src/client/cl_le.o
../../src/client/cl_main.o ../../src/client/cl_menu.o
../../src/client/cl_parse.o
../../src/client/cl_particle.o
../../src/client/cl_research.o
../../src/client/cl_scrn.o
../../src/client/cl_sequence.o
../../src/client/cl_team.o
../../src/client/cl_ufopedia.o
../../src/client/cl_view.o ../../src/qcommon/cmd.o
../../src/qcommon/cmodel.o ../../src/qcommon/common.o
../../src/ports/win32/conproc.o
../../src/client/console.o ../../src/qcommon/ioapi.o
../../src/qcommon/cvar.o ../../src/qcommon/files.o
../../src/ports/win32/in_win.o ../../src/client/keys.o
../../src/qcommon/md4.o ../../src/qcommon/net_chan.o
../../src/ports/win32/net_wins.o
../../src/game/q_shared.o
../../src/ports/win32/q_shwin.o
../../src/qcommon/scripts.o ../../src/client/snd_ref.o
../../src/client/snd_mem.o ../../src/client/snd_mix.o
../../src/server/sv_ccmds.o ../../src/server/sv_game.o
../../src/server/sv_init.o ../../src/server/sv_main.o
../../src/server/sv_send.o ../../src/server/sv_user.o
../../src/server/sv_world.o
../../src/ports/win32/sys_win.o
../../src/ports/win32/vid_dll.o ../../src/client/x86.o
../../src/client/cl_shader.o
../../src/client/cl_market.o
../../src/client/cl_aircraft.o
../../src/client/cl_map.o ../../src/client/cl_produce.o
../../src/client/cl_popup.o ../../src/client/cl_ufo.o
../../src/client/cl_radar.o
../../src/client/cl_employee.o
../../src/qcommon/unzip.o
../../src/client/cl_hospital.o
../../src/client/snd_openal.o ../../src/client/qal.o
../../src/ports/win32/qal_win.o ufo_private.res
../../ufo.exe

gcc.exe -D__DEBUG__ -c ../../src/ports/win32/cd_win.c
-o ../../src/ports/win32/cd_win.o
-I"C:/Dev-Cpp/include" -D__GNUWIN32__ -D_M_IX86=500
-Wall -DDEBUG -DDEVCPP -DC_ONLY -DUSE_SDL -DSHADERS
-DHAVE_GETTEXT -fexceptions -g3

In file included from
../../src/ports/win32/../../client/qal.h:29,
from
../../src/ports/win32/../../client/client.h:48,
from ../../src/ports/win32/cd_win.c:27:
../../src/ports/win32/../../client/../ports/win32/qal_win.h:36:72:
warning: "/*" within comment
../../src/ports/win32/../../client/../ports/win32/qal_win.h:40:19:
AL/al.h: No such file or directory
../../src/ports/win32/../../client/../ports/win32/qal_win.h:41:20:
AL/alc.h: No such file or directory
In file included from
../../src/ports/win32/../../client/qal.h:29,
from
../../src/ports/win32/../../client/client.h:48,

from ../../src/ports/win32/cd_win.c:27:
../../src/ports/win32/../../client/../ports/win32/qal_win.h:52:
error: syntax error before "ALCdevice"
../../src/ports/win32/../../client/../ports/win32/qal_win.h:52:
warning: no semicolon at end of struct or union
../../src/ports/win32/../../client/../ports/win32/qal_win.h:53:
warning: type defaults to `int' in declaration of `context'

../../src/ports/win32/../../client/../ports/win32/qal_win.h:53:
warning: data definition has no type or storage class
../../src/ports/win32/../../client/../ports/win32/qal_win.h:54:
error: syntax error before '}' token
../../src/ports/win32/../../client/../ports/win32/qal_win.h:54:
warning: type defaults to `int' in declaration of
`oalState_t'

../../src/ports/win32/../../client/../ports/win32/qal_win.h:54:
warning: data definition has no type or storage class
../../src/ports/win32/../../client/../ports/win32/qal_win.h:56:
error: syntax error before "oalState"
../../src/ports/win32/../../client/../ports/win32/qal_win.h:56:
warning: type defaults to `int' in declaration of
`oalState'
../../src/ports/win32/../../client/../ports/win32/qal_win.h:56:
warning: data definition has no type or storage class
../../src/ports/win32/../../client/../ports/win32/qal_win.h:58:
error: syntax error before '*' token
../../src/ports/win32/../../client/../ports/win32/qal_win.h:58:
error: syntax error before "ALuint"
../../src/ports/win32/../../client/../ports/win32/qal_win.h:58:
warning: type defaults to `int' in declaration of `ALenum'
../../src/ports/win32/../../client/../ports/win32/qal_win.h:58:
error: `ALenum' declared as function returning a function
../../src/ports/win32/../../client/../ports/win32/qal_win.h:59:
error: syntax error before '*' token
../../src/ports/win32/../../client/../ports/win32/qal_win.h:59:
error: syntax error before "ALuint"

../../src/ports/win32/../../client/../ports/win32/qal_win.h:59:
warning: type defaults to `int' in declaration of `ALenum'
../../src/ports/win32/../../client/../ports/win32/qal_win.h:59:
error: `ALenum' declared as function returning a function

In file included from
../../src/ports/win32/../../client/client.h:48,
from ../../src/ports/win32/cd_win.c:27:
../../src/ports/win32/../../client/qal.h:47: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:47: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:47: warning:
type defaults to `int' in declaration of `qalcOpenDevice'
../../src/ports/win32/../../client/qal.h:47: warning:
data definition has no type or storage class
../../src/ports/win32/../../client/qal.h:48: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:48: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:48: warning:
type defaults to `int' in declaration of `ALCvoid'
../../src/ports/win32/../../client/qal.h:48: error:
`ALCvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:49: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:49: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:49: warning:
type defaults to `int' in declaration of
`qalcCreateContext'
../../src/ports/win32/../../client/qal.h:49: warning:
data definition has no type or storage class
../../src/ports/win32/../../client/qal.h:50: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:50: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:50: warning:
type defaults to `int' in declaration of `ALCvoid'
../../src/ports/win32/../../client/qal.h:50: error:
`ALCvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:51: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:51: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:51: warning:
type defaults to `int' in declaration of `ALCboolean'
../../src/ports/win32/../../client/qal.h:51: error:
`ALCboolean' declared as function returning a function

../../src/ports/win32/../../client/qal.h:52: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:52: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:52: warning:
type defaults to `int' in declaration of `ALCvoid'

../../src/ports/win32/../../client/qal.h:52: error:
`ALCvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:53: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:53: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:53: warning:
type defaults to `int' in declaration of `ALCvoid'
../../src/ports/win32/../../client/qal.h:53: error:
`ALCvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:54: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:54: warning:
type defaults to `int' in declaration of
`qalcGetCurrentContext'
../../src/ports/win32/../../client/qal.h:54: warning:
parameter names (without types) in function declaration
../../src/ports/win32/../../client/qal.h:54: warning:
data definition has no type or storage class

../../src/ports/win32/../../client/qal.h:55: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:55: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:55: warning:
type defaults to `int' in declaration of
`qalcGetContextsDevice'
../../src/ports/win32/../../client/qal.h:55: warning:
data definition has no type or storage class
../../src/ports/win32/../../client/qal.h:56: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:56: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:56: warning:
type defaults to `int' in declaration of `qalcGetString'
../../src/ports/win32/../../client/qal.h:56: warning:
data definition has no type or storage class
../../src/ports/win32/../../client/qal.h:57: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:57: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:57: warning:
type defaults to `int' in declaration of `ALCvoid'
../../src/ports/win32/../../client/qal.h:57: error:
`ALCvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:58: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:58: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:58: warning:
type defaults to `int' in declaration of `ALCenum'
../../src/ports/win32/../../client/qal.h:58: error:
`ALCenum' declared as function returning a function
../../src/ports/win32/../../client/qal.h:59: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:59: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:59: warning:
type defaults to `int' in declaration of `ALCboolean'
../../src/ports/win32/../../client/qal.h:59: error:
`ALCboolean' declared as function returning a function
../../src/ports/win32/../../client/qal.h:60: error:
syntax error before '*' token

../../src/ports/win32/../../client/qal.h:60: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:60: warning:
type defaults to `int' in declaration of
`qalcGetProcAddress'
../../src/ports/win32/../../client/qal.h:60: warning:
data definition has no type or storage class
../../src/ports/win32/../../client/qal.h:61: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:61: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:61: warning:
type defaults to `int' in declaration of `ALCenum'
../../src/ports/win32/../../client/qal.h:61: error:
`ALCenum' declared as function returning a function
../../src/ports/win32/../../client/qal.h:63: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:63: error:
syntax error before "buffer"
../../src/ports/win32/../../client/qal.h:63: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:63: error:
`ALvoid' declared as function returning a function

../../src/ports/win32/../../client/qal.h:64: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:64: error:
syntax error before "n"

../../src/ports/win32/../../client/qal.h:64: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:64: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:65: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:65: error:
syntax error before "n"
../../src/ports/win32/../../client/qal.h:65: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:65: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:66: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:66: error:
syntax error before "capability"
../../src/ports/win32/../../client/qal.h:66: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:66: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:67: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:67: error:
syntax error before "value"

../../src/ports/win32/../../client/qal.h:67: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:67: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:68: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:68: error:
syntax error before "value"
../../src/ports/win32/../../client/qal.h:68: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:68: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:69: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:69: error:
syntax error before "value"
../../src/ports/win32/../../client/qal.h:69: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:69: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:70: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:70: error:
syntax error before "capability"
../../src/ports/win32/../../client/qal.h:70: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:70: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:71: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:71: error:
syntax error before "n"
../../src/ports/win32/../../client/qal.h:71: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:71: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:72: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:72: error:
syntax error before "n"
../../src/ports/win32/../../client/qal.h:72: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:72: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:73: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:73: error:
syntax error before "param"
../../src/ports/win32/../../client/qal.h:73: warning:
type defaults to `int' in declaration of `ALboolean'
../../src/ports/win32/../../client/qal.h:73: error:
`ALboolean' declared as function returning a function
../../src/ports/win32/../../client/qal.h:74: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:74: error:
syntax error before "param"
../../src/ports/win32/../../client/qal.h:74: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:74: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:75: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:75: error:
syntax error before "buffer"
../../src/ports/win32/../../client/qal.h:75: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:75: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:76: error:
syntax error before '*' token

../../src/ports/win32/../../client/qal.h:76: error:
syntax error before "buffer"
../../src/ports/win32/../../client/qal.h:76: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:76: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:77: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:77: error:
syntax error before "param"
../../src/ports/win32/../../client/qal.h:77: warning:
type defaults to `int' in declaration of `ALdouble'
../../src/ports/win32/../../client/qal.h:77: error:
`ALdouble' declared as function returning a function
../../src/ports/win32/../../client/qal.h:78: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:78: error:
syntax error before "param"

../../src/ports/win32/../../client/qal.h:78: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:78: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:79: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:79: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:79: warning:
type defaults to `int' in declaration of `ALenum'

../../src/ports/win32/../../client/qal.h:79: error:
`ALenum' declared as function returning a function
../../src/ports/win32/../../client/qal.h:80: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:80: warning:
type defaults to `int' in declaration of `ALenum'
../../src/ports/win32/../../client/qal.h:80: warning:
parameter names (without types) in function declaration
../../src/ports/win32/../../client/qal.h:80: error:
`ALenum' declared as function returning a function
../../src/ports/win32/../../client/qal.h:81: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:81: error:
syntax error before "param"
../../src/ports/win32/../../client/qal.h:81: warning:
type defaults to `int' in declaration of `ALfloat'
../../src/ports/win32/../../client/qal.h:81: error:
`ALfloat' declared as function returning a function
../../src/ports/win32/../../client/qal.h:82: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:82: error:
syntax error before "param"
../../src/ports/win32/../../client/qal.h:82: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:82: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:83: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:83: error:
syntax error before "param"
../../src/ports/win32/../../client/qal.h:83: warning:
type defaults to `int' in declaration of `ALint'
../../src/ports/win32/../../client/qal.h:83: error:
`ALint' declared as function returning a function
../../src/ports/win32/../../client/qal.h:84: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:84: error:
syntax error before "param"
../../src/ports/win32/../../client/qal.h:84: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:84: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:85: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:85: error:
syntax error before "param"
../../src/ports/win32/../../client/qal.h:85: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:85: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:86: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:86: error:
syntax error before "param"
../../src/ports/win32/../../client/qal.h:86: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:86: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:87: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:87: error:
syntax error before "param"
../../src/ports/win32/../../client/qal.h:87: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:87: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:88: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:88: error:
syntax error before "param"
../../src/ports/win32/../../client/qal.h:88: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:88: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:89: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:89: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:90: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:90: error:
syntax error before "source"
../../src/ports/win32/../../client/qal.h:90: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:90: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:91: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:91: error:
syntax error before "source"
../../src/ports/win32/../../client/qal.h:91: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:91: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:92: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:92: error:
syntax error before "source"
../../src/ports/win32/../../client/qal.h:92: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:92: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:93: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:93: error:
syntax error before "source"

../../src/ports/win32/../../client/qal.h:93: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:93: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:94: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:94: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:95: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:95: error:
syntax error before "target"
../../src/ports/win32/../../client/qal.h:95: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:95: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:96: error:
syntax error before '*' token

../../src/ports/win32/../../client/qal.h:96: error:
syntax error before "buffer"
../../src/ports/win32/../../client/qal.h:96: warning:
type defaults to `int' in declaration of `ALboolean'
../../src/ports/win32/../../client/qal.h:96: error:
`ALboolean' declared as function returning a function
../../src/ports/win32/../../client/qal.h:97: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:97: error:
syntax error before "capability"
../../src/ports/win32/../../client/qal.h:97: warning:
type defaults to `int' in declaration of `ALboolean'
../../src/ports/win32/../../client/qal.h:97: error:
`ALboolean' declared as function returning a function
../../src/ports/win32/../../client/qal.h:98: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:98: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:98: warning:
type defaults to `int' in declaration of `ALboolean'
../../src/ports/win32/../../client/qal.h:98: error:
`ALboolean' declared as function returning a function
../../src/ports/win32/../../client/qal.h:99: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:99: error:
syntax error before "source"
../../src/ports/win32/../../client/qal.h:99: warning:
type defaults to `int' in declaration of `ALboolean'
../../src/ports/win32/../../client/qal.h:99: error:
`ALboolean' declared as function returning a function
../../src/ports/win32/../../client/qal.h:100: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:100: error:
syntax error before "param"
../../src/ports/win32/../../client/qal.h:100: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:100: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:101: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:101: error:
syntax error before "param"
../../src/ports/win32/../../client/qal.h:101: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:101: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:102: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:102: error:
syntax error before "param"
../../src/ports/win32/../../client/qal.h:102: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:102: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:103: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:103: error:
syntax error before "param"
../../src/ports/win32/../../client/qal.h:103: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:103: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:104: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:104: error:
syntax error before "source"
../../src/ports/win32/../../client/qal.h:104: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:104: error:
`ALvoid' declared as function returning a function

../../src/ports/win32/../../client/qal.h:105: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:105: error:
syntax error before "source"
../../src/ports/win32/../../client/qal.h:105: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:105: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:106: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:106: error:
syntax error before "source"
../../src/ports/win32/../../client/qal.h:106: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:106: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:107: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:107: error:
syntax error before "source"
../../src/ports/win32/../../client/qal.h:107: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:107: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:108: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:108: error:
syntax error before "source"
../../src/ports/win32/../../client/qal.h:108: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:108: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:109: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:109: error:
syntax error before "n"
../../src/ports/win32/../../client/qal.h:109: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:109: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:110: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:110: error:
syntax error before "source"
../../src/ports/win32/../../client/qal.h:110: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:110: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:111: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:111: error:
syntax error before "n"
../../src/ports/win32/../../client/qal.h:111: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:111: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:112: error:
syntax error before '*' token

../../src/ports/win32/../../client/qal.h:112: error:
syntax error before "source"
../../src/ports/win32/../../client/qal.h:112: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:112: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:113: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:113: error:
syntax error before "source"
../../src/ports/win32/../../client/qal.h:113: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:113: error:
`ALvoid' declared as function returning a function

../../src/ports/win32/../../client/qal.h:114: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:114: error:
syntax error before "n"
../../src/ports/win32/../../client/qal.h:114: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:114: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:115: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:115: error:
syntax error before "source"
../../src/ports/win32/../../client/qal.h:115: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:115: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:116: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:116: error:
syntax error before "n"
../../src/ports/win32/../../client/qal.h:116: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:116: error:
`ALvoid' declared as function returning a function
../../src/ports/win32/../../client/qal.h:117: error:
syntax error before '*' token
../../src/ports/win32/../../client/qal.h:117: error:
syntax error before "source"
../../src/ports/win32/../../client/qal.h:117: warning:
type defaults to `int' in declaration of `ALvoid'
../../src/ports/win32/../../client/qal.h:117: error:
`ALvoid' declared as function returning a function

make.exe: *** [../../src/ports/win32/cd_win.o] Error 1

Execution terminated

===== Comments Ported from Sourceforge =====

====== hoehrer (2006-12-18 15:44:43) ======

Logged In: YES
user_id=1434318
Originator: NO

Moved to "Bugs" tracker.
Steps to reproduce this issue
Nothing entered.
Todos (0 / 0)
Issue created
footer_logo.png The Bug Genie 4.3.1 | Support | Feedback spinning_16.gif