[Gtkradiant] [Bug 638] check in new q3map2 code
gtkradiant@zerowing.idsoftware.com
gtkradiant@zerowing.idsoftware.com
Fri, 25 Oct 2002 17:18:45 -0500
http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=638
------- Additional Comments From ttimo@idsoftware.com 2002-10-25 17:18 -------
model.c
c:\home\id\gtkradiant\tools\quake3\q3map2\model.c(314) : warning C4013:
'm4x4_transform_point' undefined; assuming extern returning int
c:\home\id\gtkradiant\tools\quake3\q3map2\model.c(318) : warning C4013:
'm4x4_transform_normal' undefined; assuming extern returning int
Linking...
model.obj : error LNK2001: unresolved external symbol _m4x4_transform_normal
model.obj : error LNK2001: unresolved external symbol _m4x4_transform_point
Debug/q3map2.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.
q3map2.exe - 3 error(s), 5 warning(s)
<TTimo> ydnar_: you're not using the libpng as configured on zerowing, I have to
set that to how we have it there
<TTimo> various paths and config things like that I have to adapt
<TTimo> unresolved
<TTimo> m4x4_transform_point and m4x4_transform_normal .. undefined, nowhere in
the whole GtkR tree
<TTimo> missing a file ?
I am checking this in as is, can you try to fix? You have write access to the
GtkRadiant tree (I'm not sure you ever used the access though).
going to need the post-build steps also
and the Linux building (haven't looked)