src/vinylcontrolsignalwidget.cpp needs math.h

Bug #374240 reported by Pieter Palmers
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Mixxx
Fix Released
Undecided
Unassigned
1.7
Fix Released
Medium
Sean M. Pappalardo

Bug Description

The following errors happen when compiling 1.7.0~beta1:

src/vinylcontrolsignalwidget.cpp: In member function ‘void VinylControlSignalWidget::updateSignalQuality(VinylControlSignalType, double)’:
src/vinylcontrolsignalwidget.cpp:132: error: ‘log10’ was not declared in this scope
scons: *** [linux_build/vinylcontrolsignalwidget.o] Error 1

this is solved by adding
#include <math.h>

$ gcc --version
gcc (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Related branches

Revision history for this message
Sean M. Pappalardo (pegasus-renegadetech) wrote :

Commited in the 1.7 branch. Marking fixed.

RJ Skerry-Ryan (rryan)
Changed in mixxx:
status: New → Fix Committed
RJ Skerry-Ryan (rryan)
Changed in mixxx:
status: Fix Committed → Fix Released
Revision history for this message
Swiftb0y (swiftb0y) wrote :

Mixxx now uses GitHub for bug tracking. This bug has been migrated to:
https://github.com/mixxxdj/mixxx/issues/5166

lock status: Metadata changes locked and limited to project staff
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.