View Issue Details

IDProjectCategoryView StatusLast Update
0000596Gameplay + OpenGL[All Projects] Bugpublic2017-04-18 08:57
ReporterMajor Cooke 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Summary0000596: Build error with NO_OPENAL defined
Description
Severity	Code	Description	Project	File	Line	Suppression State
Error	LNK2001	unresolved external symbol "struct ReverbContainer * ForcedEnvironment" (?ForcedEnvironment@@3PEAUReverbContainer@@EA)	
zdoom	C:\Games\doom 2\GZSource\src\eaxedit.obj	1	


I've tried everything I could to fix this but it just won't change.
TagsNo tags attached.

Relationships

Activities

Major Cooke

Major Cooke

2017-04-18 08:02

reporter   ~0001438

Before asking, yes, I did re-run CMake and deleted/restarted the cache.
_mental_

_mental_

2017-04-18 08:22

developer   ~0001441

I don't think so...
Major Cooke

Major Cooke

2017-04-18 08:25

reporter   ~0001442

Last edited: 2017-04-18 08:25

View 2 revisions

https://puu.sh/vodeh/0302f0522a.png

Fresh, clean new build, _mental_. It fails. Try VS2015.

_mental_

_mental_

2017-04-18 08:29

developer   ~0001445

It works for me and it works on continuous integration machines which always do clean build.

At the same time, do you have NO_OPENAL enabled in CMake?
Major Cooke

Major Cooke

2017-04-18 08:29

reporter   ~0001446

Last edited: 2017-04-18 08:30

View 3 revisions

Yes, NO_OPENAL is checked. Windows 10 x64, fails on all build types: release, debug, relwithdebinfo.

_mental_

_mental_

2017-04-18 08:34

developer   ~0001447

Yes, it fails to build without OpenAL sound backend disabled. I'll fix it.
Did you know that you will have no sound and no music with this option enabled?
_mental_

_mental_

2017-04-18 08:42

developer   ~0001448

Fixed build with NO_OPENAL defined in 8db239d

Issue History

Date Modified Username Field Change
2017-04-18 08:01 Major Cooke New Issue
2017-04-18 08:02 Major Cooke Note Added: 0001438
2017-04-18 08:22 _mental_ Note Added: 0001441
2017-04-18 08:25 Major Cooke Note Added: 0001442
2017-04-18 08:25 Major Cooke Note Edited: 0001442 View Revisions
2017-04-18 08:29 _mental_ Note Added: 0001445
2017-04-18 08:29 Major Cooke Note Added: 0001446
2017-04-18 08:30 Major Cooke Note Edited: 0001446 View Revisions
2017-04-18 08:30 Major Cooke Note Edited: 0001446 View Revisions
2017-04-18 08:34 _mental_ Status new => confirmed
2017-04-18 08:34 _mental_ Note Added: 0001447
2017-04-18 08:42 _mental_ Status confirmed => resolved
2017-04-18 08:42 _mental_ Resolution open => fixed
2017-04-18 08:42 _mental_ Note Added: 0001448
2017-04-18 08:57 _mental_ Priority immediate => normal
2017-04-18 08:57 _mental_ Severity block => minor
2017-04-18 08:57 _mental_ Summary [Latest]Compile Errors => Build error with NO_OPENAL defined