Search the web
Sign In
New User? Sign Up
dancedev · DANCE software development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
dance_v3 building error   Message List  
Reply | Forward Message #135 of 253 |
Hi

I download dance_v3 2005, when I am building it, the following error
exists numerous times.

3>c:\dance_v3\core\src\defs.h(45) : fatal error C1083: Cannot open
include file: 'mathdefs.h': No such file or directory.

I find that mathdefs.h lies in core\math folder.
I check the project> property> c++ > general, the item "Additional
Include Directories" includes "$(DANCE_DIR)/core/math", so the above
mathdefs.h should be found in the program.

How does this error exist?

thanks
peter





Fri Dec 5, 2008 9:52 am

forestluozq
Offline Offline
Send Email Send Email

Forward
Message #135 of 253 |
Expand Messages Author Sort by Date

Hi I download dance_v3 2005, when I am building it, the following error exists numerous times. 3>c:\dance_v3\core\src\defs.h(45) : fatal error C1083: Cannot...
forestluozq
Offline Send Email
Dec 5, 2008
9:52 am

Did you set your DANCE_DIR environment variable like: c:/dance_v3 (using forward slashes) before you opened Visual Studio? Ari Shapiro...
shapiroari
Offline Send Email
Dec 5, 2008
10:09 pm

Hi Ari I have set DANCE_DIR in winXP, in control panel>system>advance>environmental variable, add DANCE_DIR c:/dance_v3 But I still meet the same error. Do I...
forestluozq
Offline Send Email
Dec 6, 2008
3:04 am

I was able to elicit the same error as you report when my DANCE_DIR variable is not set to the dance_v3 directory properly. Where is the path to DANCE that you...
shapiroari
Offline Send Email
Dec 6, 2008
7:11 pm

Hi Ari I extract DAnce to the folder c:/dance_v3, that means the dance_v3.sln lies in this folder (c:/dance_v3). I then add the DANCE_DIR in windoww XP as...
forestluozq
Offline Send Email
Dec 7, 2008
6:51 am

Try this: Right click on the dance_v3 project, the choose Properties. Under Configuration Properties / C/C++ / Command Line, send me the contexts of the text...
Ari Shapiro
shapiroari
Offline Send Email
Dec 7, 2008
8:06 pm

Hi The context in Command Line is following: /Od /Ob1 /I "c:/dance_v3/libinclude" /I "c:/dance_v3/core/math" /I "c:/dance_v3/extensions/fltk-2.0.x-r4773" /I...
forestluozq
Offline Send Email
Dec 8, 2008
2:38 am

There's an extra space between the DANCE_DIR variable (notice on the first line after the /I) which is preventing Visual Studio from finding the right path. ...
Ari Shapiro
shapiroari
Offline Send Email
Dec 8, 2008
3:06 am

Hi Ari It is the point you point out, although this can not be found in the Additional Include Directories. I just rewrite the $(DANCE_DIR)/core/math in the...
forestluozq
Offline Send Email
Dec 8, 2008
5:11 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help