http://limpet.net/audacity/bugzilla/show_bug.cgi?id=273 Summary: madlib link error
Product: Audacity
Version: CVS Trunk
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Importing
AssignedTo:
audacity-bugs@...
ReportedBy:
wh_hsn@...
On trying to compile Audicity 1.3.3 beta under XP,
The linker complained about "mad.lib"
Tracing the error I found this code in AudicityApp.cpp:
# if defined(USE_LIBMAD)
# pragma comment(lib, "mad" U D)
# endif
Changing the pragma line to:
# pragma comment(lib, "libmad" U D)
solved the problem
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>
http://get.splunk.com/_______________________________________________
Audacity-bugs mailing list
Audacity-bugs@...
https://lists.sourceforge.net/lists/listinfo/audacity-bugs