annotate bugs.m @ 102:7af23be30765

Bug installing Rice Wavelet
author vemiya <valentin.emiya@inria.fr>
date Tue, 12 Apr 2011 15:58:51 +0200
parents e829f7ef8418
children 228ece3184c1
rev   line source
jespiaud@88 1 % I encountered an error while running SMALL_solver_test_Audio :
jespiaud@88 2
jespiaud@88 3 %??? Error using ==>
jespiaud@88 4 %problems\private\completeOps>@(x)reshape(data.B(x,1),data.signalSize)
jespiaud@88 5 %Too many input arguments.
jespiaud@88 6 %Error in ==> SMALL_playAudio at 17
jespiaud@88 7 %SMALL.solver.reconstructed = SMALL.Problem.reconstruct(SMALL.solver.solution);
jespiaud@88 8 %Error in ==> SMALL_solver_test_Audio at 96
jespiaud@88 9 %SMALL_playAudio(SMALL);
jespiaud@88 10
jespiaud@88 11
valentin@102 12 % version of Matlab used: 7.9.0.529 - 64 bits
valentin@102 13
valentin@102 14
valentin@102 15
valentin@102 16 %%%%%%%%%%%%%%%%%
valentin@102 17 % bug by Valentin
valentin@102 18 %%%%%%%%%%%%%%%%%
valentin@102 19 % In SMALLboxSetup.m
valentin@102 20 % On Windows XP, 32 bits, Matlab R2010a
valentin@102 21 %
valentin@102 22 % > SMALLboxSetup
valentin@102 23 % ...
valentin@102 24 % Compiling the Rice Wavelet Toolbox MEX interfaces...Error mdwt.c: 39 undeclared identifier `intptr_t'
valentin@102 25 % Warning mdwt.c: 39 Statement has no effect
valentin@102 26 % Error mdwt.c: 39 syntax error; found `m' expecting `;'
valentin@102 27 % Error mdwt.c: 39 undeclared identifier `m'
valentin@102 28 % Error mdwt.c: 39 undeclared identifier `n'
valentin@102 29 % Error mdwt.c: 39 undeclared identifier `h_col'
valentin@102 30 % Error mdwt.c: 39 undeclared identifier `h_row'
valentin@102 31 % Error mdwt.c: 39 undeclared identifier `lh'
valentin@102 32 % Error mdwt.c: 39 undeclared identifier `L'
valentin@102 33 % Error mdwt.c: 39 undeclared identifier `i'
valentin@102 34 % Error mdwt.c: 39 undeclared identifier `po2'
valentin@102 35 % Error mdwt.c: 39 undeclared identifier `j'
valentin@102 36 % Warning mdwt.c: 39 Statement has no effect
valentin@102 37 % Error mdwt.c: 40 illegal statement termination
valentin@102 38 % Error mdwt.c: 40 skipping `double'
valentin@102 39 % Error mdwt.c: 40 undeclared identifier `mtest'
valentin@102 40 % Error mdwt.c: 40 undeclared identifier `ntest'
valentin@102 41 % Warning mdwt.c: 40 Statement has no effect
valentin@102 42 % Error mdwt.c: 62 operands of * have illegal types `int' and `pointer to double'
valentin@102 43 % Warning mdwt.c: 39 possible usage of po2 before definition
valentin@102 44 % Warning mdwt.c: 39 possible usage of intptr_t before definition
valentin@102 45 % Warning mdwt.c: 38 local `pointer to double Lf' is not referenced
valentin@102 46 % Error mdwt.c: 106 missing parameter type
valentin@102 47 % Error mdwt.c: 106 syntax error; found `m' expecting `)'
valentin@102 48 % Error mdwt.c: 106 skipping `m' `,' `intptr_t' `n' `,'
valentin@102 49 % Error mdwt.c: 106 syntax error; found `double' expecting `{'
valentin@102 50 % Error mdwt.c: 106 too many errors
valentin@102 51 %
valentin@102 52 % C:\PROGRA~1\MATLAB\R2010A\BIN\MEX.PL: Error: Compile of 'mdwt.c' failed.
valentin@102 53 %
valentin@102 54 % Warning: Could not compile Rice Wavelet Toolbox MEX interfaces.\n
valentin@102 55 % > In SMALLboxSetup at 365
valentin@102 56 %
valentin@102 57 % ******************************************************************
valentin@102 58 %
valentin@102 59 % Initialising SMALLbox Examples Setup
valentin@102 60 % ******************************************************************
valentin@102 61 %
valentin@102 62 % SMALLbox Installation Complete!
valentin@102 63 %
valentin@102 64 % For more information on the installed toolboxes see
valentin@102 65 %
valentin@102 66 % Sparco: http://www.cs.ubc.ca/labs/scl/sparco/
valentin@102 67 %
valentin@102 68 % SPGL1: http://www.cs.ubc.ca/labs/spgl1/?n=HomePage
valentin@102 69 %
valentin@102 70 % SparseLab: http://sparselab.stanford.edu/ (PLEASE REGISTER SPARSELAB!)
valentin@102 71 %
valentin@102 72 % Sparsify: http://www.see.ed.ac.uk/~tblumens/sparsify/sparsify.html
valentin@102 73 %
valentin@102 74 % GPSR: http://www.lx.it.pt/~mtf/GPSR/
valentin@102 75 %
valentin@102 76 % OMPbox and KSVDBox: http://www.cs.technion.ac.il/~ronrubin/
valentin@102 77 %
valentin@102 78 %
valentin@102 79 % Would you like to run a demo: ([y]/n)?
valentin@102 80 %
valentin@102 81 % 1 to run SMALL_solver_test
valentin@102 82 % 2 to run Dictionary Learning for Image Denoising demo
valentin@102 83 % q to quit: 1
valentin@102 84 %
valentin@102 85 % Running SMALL_solver_test problem
valentin@102 86 %
valentin@102 87 % Example test of SMALL solvers against their counterparts on Sparco problems.
valentin@102 88 %
valentin@102 89 % ??? Undefined function or method 'mdwt' for input arguments of type
valentin@102 90 % 'double'.
valentin@102 91 %
valentin@102 92 % Error in ==> opWavelet>opWavelet_intrnl at 55
valentin@102 93 % [y,l] = mdwt(reshape(x,[m,n]), h, levels);
valentin@102 94 %
valentin@102 95 % Error in ==>
valentin@102 96 % opWavelet>@(x,mode)opWavelet_intrnl(m,n,family,filter,levels,type,h,x,mode)
valentin@102 97 % at 37
valentin@102 98 % op = @(x,mode)
valentin@102 99 % opWavelet_intrnl(m,n,family,filter,levels,type,h,x,mode);
valentin@102 100 %
valentin@102 101 % Error in ==> prob006 at 67
valentin@102 102 % data.x0 = data.op.Daubechies(data.signal,2);
valentin@102 103 %
valentin@102 104 % Error in ==> generateProblem at 101
valentin@102 105 % [data] = eval(sprintf('prob%03d(varargin{:});',index));
valentin@102 106 %
valentin@102 107 % Error in ==> SMALL_solver_test at 61
valentin@102 108 % SMALL.Problem = generateProblem(6, 'P', 6, 'm', 270,'n',1024,
valentin@102 109 % 'show');
valentin@102 110 %
valentin@102 111 % Error in ==> SMALLboxSetup at 416
valentin@102 112 % SMALL_solver_test;
valentin@102 113 %