Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 291189 Details for
Bug 428176
csound doesn't build, patch attached
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to make build
Csound5.03.0.makebuild.patch (text/plain), 2.03 KB, created by
Caolan McNamara
on 2008-01-09 19:31:33 UTC
(
hide
)
Description:
patch to make build
Filename:
MIME Type:
Creator:
Caolan McNamara
Created:
2008-01-09 19:31:33 UTC
Size:
2.03 KB
patch
obsolete
>diff -ru Csound5.03.0.orig/InOut/widgets.cpp Csound5.03.0/InOut/widgets.cpp >--- Csound5.03.0.orig/InOut/widgets.cpp 2006-11-08 23:45:51.000000000 +0000 >+++ Csound5.03.0/InOut/widgets.cpp 2008-01-09 17:42:45.000000000 +0000 >@@ -2838,7 +2838,7 @@ > return OK; > } > >-static int fl_box(CSOUND *csound, FL_BOX *p) >+static int fl_boxthing(CSOUND *csound, FL_BOX *p) > { > char *text = GetString(csound, p->itext, p->XSTRCODE); > Fl_Box *o = new Fl_Box((int)*p->ix, (int)*p->iy, >@@ -3885,7 +3885,7 @@ > { "FLsetAlign", S(FL_TALIGN), 1, "", "ii", > (SUBR) fl_align, (SUBR) NULL, (SUBR) NULL }, > { "FLbox", S(FL_BOX), 1, "i", "Tiiiiiii", >- (SUBR) fl_box, (SUBR) NULL, (SUBR) NULL }, >+ (SUBR) fl_boxthing, (SUBR) NULL, (SUBR) NULL }, > { "FLvalue", S(FLVALUE), 1, "i", "Tjjjj", > (SUBR) fl_value, (SUBR) NULL, (SUBR) NULL }, > { "FLpanel", S(FLPANEL), 1, "", "Tjjjooo", >--- Csound5.03.0.orig/SConstruct 2008-01-09 18:57:30.000000000 +0000 >+++ Csound5.03.0/SConstruct 2008-01-09 18:57:44.000000000 +0000 >@@ -351,8 +351,8 @@ > if getPlatform() == 'linux': > path1 = '/usr/include/python%s' % commonEnvironment['pythonVersion'] > pythonIncludePath = [path1] >- path1 = '/usr/include/tcl8.4' >- path2 = '/usr/include/tk8.4' >+ path1 = '/usr/include/tcl8.5' >+ path2 = '/usr/include/tk8.5' > tclIncludePath = [path1] > pythonLinkFlags = [] > if commonEnvironment['Word64'] == '1': >@@ -1787,7 +1787,7 @@ > ''')) > elif getPlatform() == 'linux': > csTclEnvironment.Append(CPPPATH = tclIncludePath) >- csTclEnvironment.Append(LIBS = ['tcl8.4', 'tk8.4', 'dl', 'pthread']) >+ csTclEnvironment.Append(LIBS = ['tcl8.5', 'tk8.5', 'dl', 'pthread']) > elif getPlatform() == 'win32': > csTclEnvironment.Append(LIBS = ['tcl84', 'tk84']) > csTclEnvironment.Append(LIBS = csoundWindowsLibraries)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 428176
: 291189