View Issue Details

IDProjectCategoryView StatusLast Update
0002677FSSCPBuild systempublic2012-07-03 13:12
ReporterEchelon9 Assigned ToThe_E  
PriorityhighSeverityblockReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.6.14 
Target Version3.6.14 
Summary0002677: Compiler errors following r8973
DescriptionFollowing compiler errors, on both GCC and Clang:

libcode.a(gropenglpostprocessing.o): In function `opengl_post_pass_fxaa()':
gropenglpostprocessing.cpp:(.text+0x20e3): undefined reference to `opengl_draw_textured_quad(float, float, float, float, float, float, float, float)'
gropenglpostprocessing.cpp:(.text+0x21b8): undefined reference to `opengl_draw_textured_quad(float, float, float, float, float, float, float, float)'
libcode.a(gropenglpostprocessing.o): In function `gr_opengl_post_process_end()':
gropenglpostprocessing.cpp:(.text+0x2500): undefined reference to `opengl_draw_textured_quad(float, float, float, float, float, float, float, float)'
gropenglpostprocessing.cpp:(.text+0x2642): undefined reference to `opengl_draw_textured_quad(float, float, float, float, float, float, float, float)'
gropenglpostprocessing.cpp:(.text+0x2729): undefined reference to `opengl_draw_textured_quad(float, float, float, float, float, float, float, float)'
libcode.a(gropenglpostprocessing.o):gropenglpostprocessing.cpp:(.text+0x29ac): more undefined references to `opengl_draw_textured_quad(float, float, float, float, float, float, float, float)' follow
collect2: ld returned 1 exit status
TagsNo tags attached.

Activities

Echelon9

2012-07-03 13:12

developer   ~0013811

Fix committed to trunk@8980.

Related Changesets

fs2open: trunk r8980

2012-07-03 09:13

Echelon9


Ported: N/A

Details Diff
Fix for Mantis 2677: Compiler errors following r8973, thanks to niffiwan Affected Issues
0002677
mod - /trunk/fs2_open/code/graphics/gropengldraw.cpp Diff File
mod - /trunk/fs2_open/code/graphics/gropengldraw.h Diff File

Issue History

Date Modified Username Field Change
2012-07-03 12:59 Echelon9 New Issue
2012-07-03 12:59 Echelon9 Status new => assigned
2012-07-03 12:59 Echelon9 Assigned To => The_E
2012-07-03 13:12 Echelon9 Changeset attached => fs2open trunk r8980
2012-07-03 13:12 Echelon9 Note Added: 0013811
2012-07-03 13:12 Echelon9 Status assigned => resolved
2012-07-03 13:12 Echelon9 Resolution open => fixed