View Issue Details

IDProjectCategoryView StatusLast Update
0005197ardourbugspublic2020-04-19 20:16
Reportertartina Assigned Topaul  
PrioritynormalSeveritytrivialReproducibilityalways
Status closedResolutionfixed 
Summary0005197: omftool fails to compile
DescriptionI've got a little patch for omftool Makefile. It didn't compile.

diff --git a/tools/omf/Makefile b/tools/omf/Makefile
index 4a65a19..55f622a 100644
--- a/tools/omf/Makefile
+++ b/tools/omf/Makefile
@@ -4,10 +4,11 @@ CXXFLAGS = -g -I../../libs/pbd \
            $(shell pkg-config --cflags glibmm-2.4) \
            $(shell pkg-config --cflags sndfile)
 
-LDFLAGS = -L../../build/default/libs/pbd -lpbd \
+LDFLAGS = -L../../build/libs/pbd -lpbd \
          $(shell pkg-config --libs sqlite3) \
          $(shell pkg-config --libs libxml-2.0) \
          $(shell pkg-config --libs sndfile) \
+ $(shell pkg-config --libs glibmm-2.4) \
 
 omftool: omftool.o loader.o
        $(CXX) -o $@ omftool.o loader.o $(LDFLAGS)
TagsNo tags attached.

Activities

2012-11-28 10:34

 

omftool_Makefile.patch (629 bytes)   
diff --git a/tools/omf/Makefile b/tools/omf/Makefile
index 4a65a19..55f622a 100644
--- a/tools/omf/Makefile
+++ b/tools/omf/Makefile
@@ -4,10 +4,11 @@ CXXFLAGS = -g -I../../libs/pbd \
            $(shell pkg-config --cflags glibmm-2.4) \
            $(shell pkg-config --cflags sndfile)
 
-LDFLAGS = -L../../build/default/libs/pbd -lpbd  \
+LDFLAGS = -L../../build/libs/pbd -lpbd  \
 	  $(shell pkg-config --libs sqlite3) \
 	  $(shell pkg-config --libs libxml-2.0) \
 	  $(shell pkg-config --libs sndfile) \
+	  $(shell pkg-config --libs glibmm-2.4) \
 
 omftool: omftool.o loader.o
 	$(CXX) -o $@ omftool.o loader.o $(LDFLAGS)
omftool_Makefile.patch (629 bytes)   

paul

2012-12-05 23:31

administrator   ~0014324

this code is no longer supported, and according to reports, never worked very well in the first place. it was derived from open source code in Reaper, and apparently was riddled with errors.

system

2020-04-19 20:16

developer   ~0023165

Issue has been closed automatically, by Trigger Close Plugin.
Feel free to re-open with additional information if you think the issue is not resolved.

Issue History

Date Modified Username Field Change
2012-11-28 10:34 tartina New Issue
2012-11-28 10:34 tartina File Added: omftool_Makefile.patch
2012-12-05 23:31 paul cost => 0.00
2012-12-05 23:31 paul Note Added: 0014324
2012-12-05 23:31 paul Status new => resolved
2012-12-05 23:31 paul Resolution open => fixed
2012-12-05 23:31 paul Assigned To => paul
2020-04-19 20:16 system Note Added: 0023165
2020-04-19 20:16 system Status resolved => closed