[Fwd: Re: [Insight-developers] FLTK_WRAP_UI called with incorrect number of arguments]
Luis Ibanez
luis.ibanez@kitware.com
Thu, 19 Dec 2002 15:44:07 -0500
This is a multi-part message in MIME format.
--------------020708040901040707080302
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
--------------020708040901040707080302
Content-Type: message/rfc822;
name="Re: [Insight-developers] FLTK_WRAP_UI called with incorrect number of arguments"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="Re: [Insight-developers] FLTK_WRAP_UI called with incorrect number of arguments"
>From - Thu Dec 19 15:43:31 2002
X-Mozilla-Status2: 00000000
Message-ID: <3E022F71.707@kitware.com>
Date: Thu, 19 Dec 2002 15:43:29 -0500
From: Luis Ibanez <luis.ibanez@kitware.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.8) Gecko/20020204
X-Accept-Language: en-us
MIME-Version: 1.0
To: Joshua Cates <cates@sci.utah.edu>
Subject: Re: [Insight-developers] FLTK_WRAP_UI called with incorrect number of arguments
References: <Pine.LNX.4.44.0212191327210.25787-100000@poblano.sci.utah.edu>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Hi Josh,
Please verify that after turning on USE_FLTK you
correctly defined the following CMake variables.
(some of them only appear as 'Advanced' )
FLTK_BASE_LIBRARY
FLTK_FLUID_EXE
FLTK_FORMS_LIBRARY
FLTK_GL_LIBRARY
FLTK_IMAGES_LIBRARY
FLTK_INCLUDE_PATH
In practice, if you first provide the INCLUDE_PATH, CMake
will pick up all the libraries. So, just giving fluid.exe
and the include directory should be enough.
Here is how they look in my CMakeCache.txt configuration:
FLTK_BASE_LIBRARY:FILEPATH=D:/ibanez/src/fltk/fltk-1.1.0rc6/lib/fltkd.lib
//Where can the fluid file be found
FLTK_FLUID_EXE:FILEPATH=D:/ibanez/src/fltk/fltk-1.1.0rc6/fluid/fluidd.exe
//Where can one of the fltkforms, fltkformsd or fltk_forms libraries
// be found
FLTK_FORMS_LIBRARY:FILEPATH=D:/ibanez/src/fltk/fltk-1.1.0rc6/lib/fltkformsd.lib
//Where can one of the fltkgl, fltkgld or fltk_gl libraries be
// found
FLTK_GL_LIBRARY:FILEPATH=D:/ibanez/src/fltk/fltk-1.1.0rc6/lib/fltkgld.lib
//Where can one of the fltkimages, fltkimagesd or fltk_images libraries
// be found
FLTK_IMAGES_LIBRARY:FILEPATH=D:/ibanez/src/fltk/fltk-1.1.0rc6/lib/fltkimagesd.lib
//What is the path where the file FL/Fl.h can be found
FLTK_INCLUDE_PATH:PATH=D:/ibanez/src/fltk/fltk-1.1.0rc6
Luis
---------------------------------------------------------------------
Joshua Cates wrote:
> Hi,
>
> I'm getting these errors when I try to configure with FLTK using a recent
> cvs checkout of CMake:
>
> CMake Error: Error in cmake code at
> /home/sci/cates/Insight/Auxiliary/FltkImageViewer/CMakeLists.txt:61:
> FLTK_WRAP_UI called with incorrect number of arguments
>
> CMake Error: Error in cmake code at
> /home/sci/cates/Insight/Applications/Morphogenesis/CMakeLists.txt:64:
> FLTK_WRAP_UI called with incorrect number of arguments
>
> They appear after turning on the USE_FLTK option in cmake.
>
> Any help would be appreciated.
> Thanks,
>
> Josh.
>
>
> ______________________________
> Josh Cates
> School of Computer Science
> University of Utah
> Email: cates@sci.utah.edu
> Phone: (801) 587-7697
> URL: http://www.sci.utah.edu/~cates
>
>
> _______________________________________________
> Insight-developers mailing list
> Insight-developers@public.kitware.com
> http://public.kitware.com/mailman/listinfo/insight-developers
>
>
--------------020708040901040707080302--