I have some problem in compiling first example in Chapter 12

689 views
Skip to first unread message

Kidon Kim

unread,
Aug 9, 2012, 12:26:54 PM8/9/12
to ppp-p...@googlegroups.com
I installed the FLTK as the book says and followed the steps in the book.
After that I wrote the first example code which draw the triangle in the canvas screen.
When I compile it, the compiler says "Cannot open include file: FL/Fl.h: No such file directory"
What's wrong with it??
 

Art Werschulz

unread,
Aug 9, 2012, 7:11:12 PM8/9/12
to ppp-p...@googlegroups.com
Hi.
On what platform?

Art Werschulz (8-{)} "Metaphors be with you." -- bumper sticker
GCS/M (GAT): d? -p+ c++ l u+(-) e--- m* s n+ h f g+ w+ t++ r- y?
Internet: agw STRUDEL comcast.net



Kidon Kim

unread,
Aug 9, 2012, 9:36:18 PM8/9/12
to ppp-p...@googlegroups.com


2012/8/10 Art Werschulz <a...@comcast.net>



--
You received this message because you are subscribed to the Google Groups "PPP-public" group.
To post to this group, send email to ppp-p...@googlegroups.com.
To unsubscribe from this group, send email to ppp-public+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ppp-public?hl=en.

I'm using window XP and in visual studio C++. I don't exactly know about the platform. What platform are there? I think I should know if you tell me about the platform.

Art Werschulz

unread,
Aug 9, 2012, 10:20:48 PM8/9/12
to ppp-p...@googlegroups.com
Hi.

On Aug 9, 2012, at 9:36 PM, Kidon Kim <qc3...@gmail.com> wrote:

> I'm using window XP and in visual studio C++. I don't exactly know about the platform. What platform are there? I think I should know if you tell me about the platform.

You just told us the platform: Windows XP, using Visual Studio C++.

However, my experience is Linux-centric. I have no experience building C++ programs under Windows, and so I won't be able to help you. Sorry.

Jay Diaz

unread,
Aug 9, 2012, 11:03:50 PM8/9/12
to ppp-p...@googlegroups.com
Hello, did you copy the FL directory into the include path for Visual Studio? On my machine (Windows XP, Visual Studio 2008) the path is: C:\Program Files\Microsoft Visual Studio 9.0\VC\include Copy the FL folder here, you can find the FL folder in the fltk directory.

Also note, there are more detailed instructions for installation inside the fltk folder, look for the file "README.MSWindows" Do note, the file was created on a Linux system, so it might not opened properly with notepad (line breaks are all screwed up), try with wordpad or download the free app called Notepad++ to read the file. Instructions begin at line 296.

Kidon Kim

unread,
Aug 9, 2012, 11:31:42 PM8/9/12
to ppp-p...@googlegroups.com

I've tried.to put the FL file on the include file but still have the error. I can't find the README.MSwindows. I can find only README.lib. What should I do?

2012. 8. 10. 오후 12:03에 "Jay Diaz" <jeffre...@gmail.com>님이 작성:
--
You received this message because you are subscribed to the Google Groups "PPP-public" group.
To view this discussion on the web visit https://groups.google.com/d/msg/ppp-public/-/USX29ZYTaHoJ.

Jeffrey Diaz

unread,
Aug 10, 2012, 1:48:44 AM8/10/12
to ppp-p...@googlegroups.com
README.MSwindows is in the fltk-1.3.0 folder.

Kidon Kim

unread,
Aug 10, 2012, 1:50:41 AM8/10/12
to ppp-p...@googlegroups.com

Oh, is it in the fltk -1.3.0 folder? Than I should download it. After download it what do I do?

2012. 8. 10. 오후 2:48에 "Jeffrey Diaz" <jeffre...@gmail.com>님이 작성:

Jeffrey Diaz

unread,
Aug 10, 2012, 1:58:11 AM8/10/12
to ppp-p...@googlegroups.com
Yes, you must download the source code for the fltk library
(http://www.fltk.org/software.php?VERSION=1.3.0&FILE=fltk/1.3.0/fltk-1.3.0-source.tar.gz)
and compile it. Follow the instructions in README.MSwindows (line
296).

Kidon Kim

unread,
Aug 10, 2012, 9:46:28 AM8/10/12
to ppp-p...@googlegroups.com
Thanks for the solution!


 
2012/8/10 Jeffrey Diaz <jeffre...@gmail.com>

Kidon Kim

unread,
Aug 10, 2012, 11:10:04 AM8/10/12
to ppp-p...@googlegroups.com
Um... I have the problem when I compiling the fltk.dsw. When I compile the dsw file, I get lots of error. What's wrong with it? Can't find the solution.

2012/8/10 Kidon Kim <qc3...@gmail.com>

Jeffrey Diaz

unread,
Aug 10, 2012, 11:14:25 AM8/10/12
to ppp-p...@googlegroups.com

Show us some of  the errors. First few errors

Kidon Kim

unread,
Aug 10, 2012, 11:50:21 AM8/10/12
to ppp-p...@googlegroups.com
This is all the error I have in my compiler.  Almost everything are related to math.h.... What's wrong?
 
2>Fl_Scrollbar.cxx
2>C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(62) : error C3861: 'Floor': identifier not found
2>Fl_Roller.cxx
2>C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(62) : error C3861: 'Floor': identifier not found
2>..\..\src\Fl_Roller.cxx(113) : error C3861: 'modf': identifier not found
2>..\..\src\Fl_Roller.cxx(113) : error C3861: 'sin': identifier not found
2>..\..\src\Fl_Roller.cxx(115) : error C3861: 'sin': identifier not found
2>..\..\src\Fl_Roller.cxx(115) : error C3861: 'sin': identifier not found
2>..\..\src\Fl_Roller.cxx(147) : error C3861: 'modf': identifier not found
2>..\..\src\Fl_Roller.cxx(147) : error C3861: 'sin': identifier not found
2>..\..\src\Fl_Roller.cxx(149) : error C3861: 'sin': identifier not found
2>..\..\src\Fl_Roller.cxx(149) : error C3861: 'sin': identifier not found
2>Fl_Printer.cxx
2>C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(62) : error C3861: 'Floor': identifier not found
2>../..\FL/math.h(61) : error C2084: function 'double rint(double)' already has a body
2>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(62) : see previous definition of 'rint'
2>../..\FL/math.h(61) : error C3861: 'floor': identifier not found
2>../..\FL/math.h(62) : error C2084: function 'double copysign(double,double)' already has a body
2>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(63) : see previous definition of 'copysign'
2>c:\fltk-1.3.0-source\fltk-1.3.0\src\Fl_GDI_Printer.cxx(223) : error C3861: 'cos': identifier not found
2>c:\fltk-1.3.0-source\fltk-1.3.0\src\Fl_GDI_Printer.cxx(224) : error C3861: 'sin': identifier not found
2>../..\FL/Fl_PostScript.H : warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
2>Fl_Input_.cxx
2>C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(62) : error C3861: 'Floor': identifier not found
2>Fl_Help_View.cxx
2>C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(62) : error C3861: 'Floor': identifier not found
2>..\..\src\Fl_Help_View.cxx(755) : error C3861: 'pow': identifier not found
2>..\..\src\Fl_Help_View.cxx(758) : error C3861: 'pow': identifier not found
2>..\..\src\Fl_Help_View.cxx(1644) : error C3861: 'pow': identifier not found
2>..\..\src\Fl_Help_View.cxx(1647) : error C3861: 'pow': identifier not found
2>Fl_get_system_colors.cxx
2>C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(62) : error C3861: 'Floor': identifier not found
2>../..\FL/math.h(61) : error C2084: function 'double rint(double)' already has a body
2>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(62) : see previous definition of 'rint'
2>../..\FL/math.h(61) : error C3861: 'floor': identifier not found
2>../..\FL/math.h(62) : error C2084: function 'double copysign(double,double)' already has a body
2>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(63) : see previous definition of 'copysign'
2>..\..\src\Fl_get_system_colors.cxx(61) : error C3861: 'log': identifier not found
2>..\..\src\Fl_get_system_colors.cxx(61) : error C3861: 'log': identifier not found
2>..\..\src\Fl_get_system_colors.cxx(63) : error C3861: 'log': identifier not found
2>..\..\src\Fl_get_system_colors.cxx(63) : error C3861: 'log': identifier not found
2>..\..\src\Fl_get_system_colors.cxx(65) : error C3861: 'log': identifier not found
2>..\..\src\Fl_get_system_colors.cxx(65) : error C3861: 'log': identifier not found
2>..\..\src\Fl_get_system_colors.cxx(69) : error C2514: 'uchar' : class has no constructors
2>        c:\fltk-1.3.0-source\fltk-1.3.0\fl\fl_types.h(39) : see declaration of 'uchar'
2>..\..\src\Fl_get_system_colors.cxx(70) : error C2514: 'uchar' : class has no constructors
2>        c:\fltk-1.3.0-source\fltk-1.3.0\fl\fl_types.h(39) : see declaration of 'uchar'
2>..\..\src\Fl_get_system_colors.cxx(71) : error C2514: 'uchar' : class has no constructors
2>        c:\fltk-1.3.0-source\fltk-1.3.0\fl\fl_types.h(39) : see declaration of 'uchar'
2>..\..\src\Fl_get_system_colors.cxx(69) : error C3861: 'pow': identifier not found
2>..\..\src\Fl_get_system_colors.cxx(70) : error C3861: 'pow': identifier not found
2>..\..\src\Fl_get_system_colors.cxx(71) : error C3861: 'pow': identifier not found
2>fl_draw.cxx
2>C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(62) : error C3861: 'Floor': identifier not found
2>..\..\src\fl_draw.cxx(442) : error C3861: 'ceil': identifier not found
2>..\..\src\fl_draw.cxx(442) : error C3861: 'ceil': identifier not found
2>Fl_Dial.cxx
2>C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(62) : error C3861: 'Floor': identifier not found
2>../..\FL/math.h(61) : error C2084: function 'double rint(double)' already has a body
2>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(62) : see previous definition of 'rint'
2>../..\FL/math.h(61) : error C3861: 'floor': identifier not found
2>../..\FL/math.h(62) : error C2084: function 'double copysign(double,double)' already has a body
2>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(63) : see previous definition of 'copysign'
2>..\..\src\Fl_Dial.cxx(120) : error C3861: 'atan2': identifier not found
2>fl_curve.cxx
2>C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(62) : error C3861: 'Floor': identifier not found
2>..\..\src\fl_curve.cxx(60) : error C3861: 'fabs': identifier not found
2>..\..\src\fl_curve.cxx(61) : error C3861: 'fabs': identifier not found
2>..\..\src\fl_curve.cxx(65) : error C3861: 'sqrt': identifier not found
2>Fl_Color_Chooser.cxx
2>C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(62) : error C3861: 'Floor': identifier not found
2>../..\FL/math.h(61) : error C2084: function 'double rint(double)' already has a body
2>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(62) : see previous definition of 'rint'
2>../..\FL/math.h(61) : error C3861: 'floor': identifier not found
2>../..\FL/math.h(62) : error C2084: function 'double copysign(double,double)' already has a body
2>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(63) : see previous definition of 'copysign'
2>..\..\src\Fl_Color_Chooser.cxx(176) : error C3861: 'fmod': identifier not found
2>..\..\src\Fl_Color_Chooser.cxx(205) : error C3861: 'sqrt': identifier not found
2>..\..\src\Fl_Color_Chooser.cxx(206) : error C3861: 'atan2': identifier not found
2>..\..\src\Fl_Color_Chooser.cxx(231) : error C3861: 'fabs': identifier not found
2>..\..\src\Fl_Color_Chooser.cxx(232) : error C3861: 'fabs': identifier not found
2>..\..\src\Fl_Color_Chooser.cxx(278) : error C3861: 'cos': identifier not found
2>..\..\src\Fl_Color_Chooser.cxx(279) : error C3861: 'sin': identifier not found
2>..\..\src\Fl_Color_Chooser.cxx(324) : error C3861: 'cos': identifier not found
2>..\..\src\Fl_Color_Chooser.cxx(325) : error C3861: 'sin': identifier not found
2>..\..\src\Fl_Color_Chooser.cxx(354) : error C3861: 'fabs': identifier not found
2>Fl_Clock.cxx
2>C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(62) : error C3861: 'Floor': identifier not found
2>Fl_Chart.cxx
2>C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(62) : error C3861: 'Floor': identifier not found
2>../..\FL/math.h(61) : error C2084: function 'double rint(double)' already has a body
2>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(62) : see previous definition of 'rint'
2>../..\FL/math.h(61) : error C3861: 'floor': identifier not found
2>../..\FL/math.h(62) : error C2084: function 'double copysign(double,double)' already has a body
2>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(63) : see previous definition of 'copysign'
2>..\..\src\Fl_Chart.cxx(58) : error C3861: 'rint': identifier not found
2>..\..\src\Fl_Chart.cxx(60) : error C3861: 'rint': identifier not found
2>..\..\src\Fl_Chart.cxx(68) : error C3861: 'rint': identifier not found
2>..\..\src\Fl_Chart.cxx(103) : error C3861: 'rint': identifier not found
2>..\..\src\Fl_Chart.cxx(105) : error C3861: 'rint': identifier not found
2>..\..\src\Fl_Chart.cxx(107) : error C3861: 'rint': identifier not found
2>..\..\src\Fl_Chart.cxx(114) : error C3861: 'rint': identifier not found
2>..\..\src\Fl_Chart.cxx(140) : error C3861: 'rint': identifier not found
2>..\..\src\Fl_Chart.cxx(144) : error C3861: 'rint': identifier not found
2>..\..\src\Fl_Chart.cxx(145) : error C3861: 'rint': identifier not found
2>..\..\src\Fl_Chart.cxx(146) : error C3861: 'rint': identifier not found
2>..\..\src\Fl_Chart.cxx(147) : error C3861: 'rint': identifier not found
2>..\..\src\Fl_Chart.cxx(158) : error C3861: 'rint': identifier not found
2>..\..\src\Fl_Chart.cxx(174) : error C3861: 'rint': identifier not found
2>..\..\src\Fl_Chart.cxx(174) : error C3861: 'rint': identifier not found
2>..\..\src\Fl_Chart.cxx(210) : error C3861: 'cos': identifier not found
2>..\..\src\Fl_Chart.cxx(211) : error C3861: 'sin': identifier not found
2>..\..\src\Fl_Chart.cxx(223) : error C3861: 'cos': identifier not found
2>..\..\src\Fl_Chart.cxx(225) : error C3861: 'rint': identifier not found
2>..\..\src\Fl_Chart.cxx(226) : error C3861: 'rint': identifier not found
2>..\..\src\Fl_Chart.cxx(226) : error C3861: 'sin': identifier not found
2>Fl_Browser.cxx
2>C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(62) : error C3861: 'Floor': identifier not found
2>Generating Code...
2>Compiling...
2>fl_arci.cxx
2>C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(62) : error C3861: 'Floor': identifier not found
2>../..\FL/math.h(61) : error C2084: function 'double rint(double)' already has a body
2>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(62) : see previous definition of 'rint'
2>../..\FL/math.h(61) : error C3861: 'floor': identifier not found
2>../..\FL/math.h(62) : error C2084: function 'double copysign(double,double)' already has a body
2>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(63) : see previous definition of 'copysign'
2>..\..\src\fl_arci.cxx(56) : error C3861: 'cos': identifier not found
2>..\..\src\fl_arci.cxx(57) : error C3861: 'sin': identifier not found
2>..\..\src\fl_arci.cxx(58) : error C3861: 'cos': identifier not found
2>..\..\src\fl_arci.cxx(59) : error C3861: 'sin': identifier not found
2>..\..\src\fl_arci.cxx(60) : error C3861: 'fabs': identifier not found
2>..\..\src\fl_arci.cxx(92) : error C3861: 'cos': identifier not found
2>..\..\src\fl_arci.cxx(93) : error C3861: 'sin': identifier not found
2>..\..\src\fl_arci.cxx(94) : error C3861: 'cos': identifier not found
2>..\..\src\fl_arci.cxx(95) : error C3861: 'sin': identifier not found
2>..\..\src\fl_arci.cxx(97) : error C3861: 'fabs': identifier not found
2>fl_arc.cxx
2>C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(62) : error C3861: 'Floor': identifier not found
2>../..\FL/math.h(61) : error C2084: function 'double rint(double)' already has a body
2>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(62) : see previous definition of 'rint'
2>../..\FL/math.h(61) : error C3861: 'floor': identifier not found
2>../..\FL/math.h(62) : error C2084: function 'double copysign(double,double)' already has a body
2>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(63) : see previous definition of 'copysign'
2>..\..\src\fl_arc.cxx(43) : error C3861: 'sqrt': identifier not found
2>..\..\src\fl_arc.cxx(51) : error C3861: 'cos': identifier not found
2>..\..\src\fl_arc.cxx(52) : error C3861: 'sin': identifier not found
2>..\..\src\fl_arc.cxx(66) : error C3861: 'acos': identifier not found
2>..\..\src\fl_arc.cxx(69) : error C3861: 'ceil': identifier not found
2>..\..\src\fl_arc.cxx(69) : error C3861: 'fabs': identifier not found
2>..\..\src\fl_arc.cxx(73) : error C3861: 'cos': identifier not found
2>..\..\src\fl_arc.cxx(74) : error C3861: 'sin': identifier not found
2>cmap.cxx
2>C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(62) : error C3861: 'Floor': identifier not found
2>..\..\src\cmap.cxx(125) : error C3861: 'log': identifier not found
2>..\..\src\cmap.cxx(125) : error C3861: 'log': identifier not found
2>..\..\src\cmap.cxx(127) : error C3861: 'log': identifier not found
2>..\..\src\cmap.cxx(127) : error C3861: 'log': identifier not found
2>..\..\src\cmap.cxx(129) : error C3861: 'log': identifier not found
2>..\..\src\cmap.cxx(129) : error C3861: 'log': identifier not found
2>..\..\src\cmap.cxx(132) : error C2514: 'uchar' : class has no constructors
2>        ..\..\src\cmap.cxx(119) : see declaration of 'uchar'
2>..\..\src\cmap.cxx(132) : error C3861: 'pow': identifier not found
2>..\..\src\cmap.cxx(133) : error C2514: 'uchar' : class has no constructors
2>        ..\..\src\cmap.cxx(119) : see declaration of 'uchar'
2>..\..\src\cmap.cxx(133) : error C3861: 'pow': identifier not found
2>..\..\src\cmap.cxx(134) : error C2514: 'uchar' : class has no constructors
2>        ..\..\src\cmap.cxx(119) : see declaration of 'uchar'
2>..\..\src\cmap.cxx(134) : error C3861: 'pow': identifier not found
2>Generating Code...
2>Build log was saved at "file://c:\fltk-1.3.0-source\fltk-1.3.0\ide\VisualC6\Release\fltk\BuildLog.htm"
2>fltk - 167 error(s), 2 warning(s)
3>Compiling...
4>Compiling...
3>Fl_File_Icon2.cxx
4>freeglut_geometry.cxx
3>C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(62) : error C3861: 'Floor': identifier not found
3>../..\FL/math.h(61) : error C2084: function 'double rint(double)' already has a body
3>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(62) : see previous definition of 'rint'
3>../..\FL/math.h(61) : error C3861: 'floor': identifier not found
3>../..\FL/math.h(62) : error C2084: function 'double copysign(double,double)' already has a body
3>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(63) : see previous definition of 'copysign'
4>C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(62) : error C3861: 'Floor': identifier not found
4>../..\FL/math.h(61) : error C2084: function 'double rint(double)' already has a body
4>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(62) : see previous definition of 'rint'
4>../..\FL/math.h(61) : error C3861: 'floor': identifier not found
4>../..\FL/math.h(62) : error C2084: function 'double copysign(double,double)' already has a body
4>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(63) : see previous definition of 'copysign'
4>..\..\src\freeglut_geometry.cxx(154) : error C3861: 'sin': identifier not found
4>..\..\src\freeglut_geometry.cxx(155) : error C3861: 'cos': identifier not found
4>..\..\src\freeglut_geometry.cxx(335) : error C3861: 'sqrt': identifier not found
3>..\..\src\Fl_File_Icon2.cxx(322) : error C3861: 'rint': identifier not found
4>..\..\src\freeglut_geometry.cxx(336) : error C3861: 'sqrt': identifier not found
3>..\..\src\Fl_File_Icon2.cxx(322) : error C3861: 'rint': identifier not found
4>..\..\src\freeglut_geometry.cxx(420) : error C3861: 'sqrt': identifier not found
4>..\..\src\freeglut_geometry.cxx(421) : error C3861: 'sqrt': identifier not found
3>Build log was saved at "file://C:\fltk-1.3.0-source\fltk-1.3.0\ide\VisualC6\Release\fltk_images\BuildLog.htm"
4>..\..\src\freeglut_geometry.cxx(613) : error C3861: 'cos': identifier not found
4>..\..\src\freeglut_geometry.cxx(614) : error C3861: 'sin': identifier not found
4>..\..\src\freeglut_geometry.cxx(620) : error C3861: 'cos': identifier not found
4>..\..\src\freeglut_geometry.cxx(621) : error C3861: 'sin': identifier not found
4>..\..\src\freeglut_geometry.cxx(696) : error C3861: 'cos': identifier not found
4>..\..\src\freeglut_geometry.cxx(697) : error C3861: 'sin': identifier not found
4>..\..\src\freeglut_geometry.cxx(703) : error C3861: 'cos': identifier not found
4>..\..\src\freeglut_geometry.cxx(704) : error C3861: 'sin': identifier not found
4>Build log was saved at "file://C:\fltk-1.3.0-source\fltk-1.3.0\ide\VisualC6\Release\fltk_gl\BuildLog.htm"
4>fltk_gl - 18 error(s), 0 warning(s)
3>fltk_images - 6 error(s), 0 warning(s)
5>Compiling...
5>Fl_Window_Type.cxx
5>C:\Program Files\Microsoft Visual Studio 9.0\VC\include\math.h(62) : error C3861: 'Floor': identifier not found
5>Build log was saved at "file://C:\fltk-1.3.0-source\fltk-1.3.0\ide\VisualC6\Release\Fluid\BuildLog.htm"
5>Fluid - 1 error(s), 0 warning(s)
6>Create .cxx and .h file with fluid
6>Project : error PRJ0019: A tool returned an error code from "Create .cxx and .h file with fluid"
6>Build log was saved at "file://C:\fltk-1.3.0-source\fltk-1.3.0\ide\VisualC6\Release\CubeView\BuildLog.htm"
6>CubeView - 1 error(s), 0 warning(s)
=========Build: succeed 0, Fail 6 ...     ===========

2012/8/11 Jeffrey Diaz <jeffre...@gmail.com>

Jeffrey Diaz

unread,
Aug 10, 2012, 3:17:46 PM8/10/12
to ppp-p...@googlegroups.com
hmm, did you follow the instructions between lines 339 and 351? If so,
check C:\Program Files\Microsoft Visual Studio 9.0\VC\include and make
sure you have the file called "math"

Kidon Kim

unread,
Aug 11, 2012, 6:10:21 AM8/11/12
to ppp-p...@googlegroups.com
You mean the math.h? Yes I have it here but doesn't work....


 
2012/8/11 Jeffrey Diaz <jeffre...@gmail.com>

Kidon Kim

unread,
Aug 11, 2012, 8:46:22 AM8/11/12
to ppp-p...@googlegroups.com
Oh, finally, it worked. I forgot to include the math file. Thanks for the solution.


 
2012/8/11 Kidon Kim <qc3...@gmail.com>
Reply all
Reply to author
Forward
0 new messages