[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#729091: RFS: gtkiostream/1.3.0



Hi again,

I have now fixed this problem and uploaded the source code to sf.net, the new release file name is :
gtkiostream-1.3.0.fixedDeb.tar.gz

Attatched is the diff between the original source release and the one on sf.net.

Thanks again for catching this bug.
Please let me know of any others which you find.

Matt


On 09/11/13 09:59, Matt Flax wrote:
Hi Dainel,

Thank you very much for finding this bug.
I will remove the machine generated code from the distribution ... which should fix this build bug.

I will post back once it is done.

thanks again
Matt

On 09/11/13 09:37, Daniel Lintott wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Matt,

Re: http://lists.debian.org/debian-mentors/2013/11/msg00068.html

I have just attempted the build again and it fails in the same place
as before, with the same error.

This is using a fully updated Debian sid chroot.

Regards

Daniel
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with undefined - http://www.enigmail.net/

iQEcBAEBAgAGBQJSfWfBAAoJEMw/9yOWzAkJsQ8H/1ZsKr6z/PWJeN/cCTPIWCUd
YncFDOBr9GtpC2bNCPHPcZV/RME4OQ9uvvBxLhxxPd3TUP1fFB6PpejghWipBwHN
bhwldqAAZv5rtHNcpT+6kNU/TpeVF88qElXpDjBsyCALm1NZfZOOgz9q8I0ThKRF
ovt/C+AyE9RlAAHrnRMV+eBRbyDoJyp+efsV5irHLniW9C9Y4nWrhOVcdLf8kdgA
NusexLNnCDByx046jb+n65Amaly26l+L92hj+Z+3DlJWO0lEs2xOvapG/QinA2RQ
cic06g5zRxUPG3EXDPoWk0tDZZzOcGBzijKQbxUX6M1BfWa39+OlJKS5KBfDU30=
=WwES
-----END PGP SIGNATURE-----



diff --git a/include/Makefile.am b/include/Makefile.am
index a7d87ea..7369fe3 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -24,7 +24,7 @@ otherinclude_HEADERS = Alignment.H Container.H GtkUtils.H OptionParser.H Selecti
                        TextView.H colourWheel.H Frame.H ProgressBar.H Thread.H ComboBoxText.H gtkDialog.H NeuralNetwork.H Scales.H Widget.H \
                        commonTimeCodeX.H gtkInterface.H Octave.H Scrolling.H WSOLA.H WSOLAJack.H Surface.H SelectionArea.H CairoBox.H
 
-otherinclude_HEADERS += $(top_srcdir)/src/machineGeneratedGtkiostream/ORBICE.H
+nodist_otherinclude_HEADERS = $(top_srcdir)/src/machineGeneratedGtkiostream/ORBICE.H
 
 oldincludedir = $(includedir)/gtkIOStream
 nobase_oldinclude_HEADERS = mffm/BST.H mffm/HeapTreeType.H mffm/HeapTree.H mffm/LinkList.H fft/ComplexFFTData.H fft/ComplexFFT.H fft/FFTCommon.H fft/Real2DFFTData.H \
diff --git a/src/Makefile.am b/src/Makefile.am
index 71132ae..6b401ef 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -28,7 +28,7 @@ clean-local:
 
 lib_LTLIBRARIES = libgtkIOStream.la libORB.la libAudioMask.la libfft.la libdsp.la
 
-libORB_la_SOURCES = ${MGGIS}/ORBICE.C
+nodist_libORB_la_SOURCES = ${MGGIS}/ORBICE.C
 libORB_la_CPPFLAGS = -I$(top_srcdir)/include -I${MGGIS} -I../../src/${MGGIS} #-fpermissive
 libORB_la_LDFLAGS = -version-info $(LT_CURRENT) #-release $(LT_RELEASE)
 
@@ -52,6 +52,4 @@ libdsp_la_SOURCES = #Decomposition.C
 libdsp_la_CPPFLAGS = -I$(top_srcdir)/include $(FFTW3_CFLAGS) $(EIGEN_CFLAGS)
 libdsp_la_LDFLAGS =  -version-info $(LT_CURRENT) #-release $(LT_RELEASE) $(FFTW3_LIBS)
 
-noinst_SOURCES = ${MGGIS}/ORBICE.C
-
 EXTRA_DIST = ORBICE.ice

Reply to: