Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: problems compiling a gui incl. fdatool - call
Date: Mon, 8 Oct 2007 14:42:24 +0000 (UTC)
Organization: DW-TV
Lines: 34
Message-ID: <fedfkg$1hp$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1191854544 1593 172.30.248.35 (8 Oct 2007 14:42:24 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 8 Oct 2007 14:42:24 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1095707
Xref: news.mathworks.com comp.soft-sys.matlab:431811



The machine I'm working on has installed only the compiler
and the signal-processing toolbox.
I try to compile a GUI which contains only one button whos
callbackFcn calls fdatool. Under Matlab it runs, but
compiled it doesn't.

Any suggestions?

Thanks in advance!

mccExcludedFiles.log:

This file contains the list of various toolbox functions
that are not included in the CTF file. An error will be
thrown if any of these functions are called at run-time.
Some of these functions may be from toolboxes that you are
not using in your application. The reason for this is that 
these toolboxes have overloaded some methods that are called
by your code. If you know which toolboxes are being used by
your code, you can use the -p flag with the -N flag to list
these toolboxes explicitly. This will cause MATLAB Compiler
to only look for functions in the specified toolbox 
directories in addition to the MATLAB directories. Refer to
the MCC documentation for more information on this.

C:\Programme\MATLAB\R2006b\toolbox\signal\sigtools\@fdadesignpanel
C:\Programme\MATLAB\R2006b\toolbox\signal\sigtools\@filtresp
C:\Programme\MATLAB\R2006b\toolbox\signal\sigtools\@sigcodegen
C:\Programme\MATLAB\R2006b\toolbox\signal\sigtools\@siggui
C:\Programme\MATLAB\R2006b\toolbox\signal\sigtools\@sigresp
C:\Programme\MATLAB\R2006b\toolbox\signal\sigtools\@sigtools
C:\Programme\MATLAB\R2006b\toolbox\signal\sigtools\@sigutils
C:\Programme\MATLAB\R2006b\toolbox\signal\sigtools\@spttippack
986 item(s) excluded by M-file compilabilty rules.