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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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
Messages 157 - 186 of 248   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
157
This is so simple, it doesn't really need a patch. Under Windows the save session command consistently reported failure in creating the directory, despite...
Evan Lloyd
shortytwometers
Offline Send Email
Feb 8, 2009
8:11 am
158
Hi. I am having error on loading textured material such that the program failes to load textures in ./data/materials as follows, int...
yejink76
Offline Send Email
Feb 10, 2009
8:02 pm
159
Which file is it trying to load? Does it fail to load all files, or just that one? Ari ________________________________ From: yejink76 <yejink76@...> ...
Ari Shapiro
shapiroari
Offline Send Email
Feb 11, 2009
12:09 am
160
All files in ./data/material. Program crashes whenever I choose any textured material from the material manager. ... just that one? ... program ... *fileName,...
yejink76
Offline Send Email
Feb 11, 2009
1:55 am
161
Ok - here's the fix: In src/imageManager.cpp, replace lines 79-80: if (id==-1) { m_tex=this->makeTextureFromFile(tex, filename, false); with: if (id==-1) { ...
shapiroari
Offline Send Email
Feb 11, 2009
4:15 am
162
It fixes the crash, but I still don't see any texture on objects. I only see same greenish color from all texture files. ... files, or ... ImageMagick-...
yejink76
Offline Send Email
Feb 11, 2009
7:47 pm
163
Interestingly, I see the textures probably when I build DANCE in release mode, but not in debug mode. Do you also find this to be the case? Regards, Ari...
shapiroari
Offline Send Email
Feb 12, 2009
6:53 am
164
Yes, I am facing the same problem. Is this related to ImageMagick library? ... the case? ... the ... the...
yejink76
Offline Send Email
Feb 13, 2009
10:19 pm
165
Hi I have tried to make the code using the makefile. I'm sure I have all the libraries built and the paths correct in the makefile but I get the following...
nathanael_inkson
nathanael_in...
Online Now Send Email
Feb 14, 2009
1:15 pm
166
To fix this, you can just comment out the code at lines 282 and 299 (place a double slash // in front of the line). Let me know if there are any other errors...
Ari Shapiro
shapiroari
Offline Send Email
Feb 14, 2009
7:55 pm
167
Thanks Ari that did the trick. Right the next set of errors are : g++ -Wall -fPIC -O3 -I../math -I/usr/local/include/ImageMagick -I/usr/include/python2.5...
Nathanael inkson
nathanael_in...
Online Now Send Email
Feb 15, 2009
1:52 pm
168
Not sure if this will work, but can you try putting: #include <cstring> at the top of core/src/imageManager.cpp Ari ... -I/usr/include/python2.5...
shapiroari
Offline Send Email
Feb 16, 2009
2:58 am
169
Hi Ari, I'm afraid that didn't change the errors. I read something online that it might be to do with the string.h used by fltk which causes some confusion. I...
Nathanael inkson
nathanael_in...
Online Now Send Email
Feb 17, 2009
10:41 am
170
I tried a quick compilation of DANCE using gcc 4.3 (suse11), and needed to make the following changes: core/src/Material.cxx: add #include <stdlib.h> ...
shapiroari
Offline Send Email
Feb 17, 2009
8:38 pm
171
Hi there, I've been trying to upgrade FLTK to a newer revision because I need the ability to choose a directory through the GUI. The current FLTK 2.0 version...
tylernm@...
tylernm...
Offline Send Email
Feb 20, 2009
4:12 am
172
Hi Tyler, The newer versions of FLTK do indeed work with DANCE with only minor modifications to the code. However, the application is noticeably slower with...
shapiroari
Offline Send Email
Feb 20, 2009
6:37 am
173
Hi, Thanks for your willingness to help. I'm actually using dance v3 but I've upgraded the FLTK version to 2.0r4773 as is included in dance v4. If necessary I...
tylernm@...
tylernm...
Offline Send Email
Feb 20, 2009
7:49 am
174
Tyler, It looks like the GlWindow library can't be found. For the FLTK 4773 version that I included with DANCE, I manually added those source files to the...
shapiroari
Offline Send Email
Feb 20, 2009
6:00 pm
175
I've tried that. It doesnt seem to help. When I use the fltk2_gld.lib heres what I get: Linking... fltk2_gld.lib(Fl_Gl_Window.obj) : warning LNK4075:...
tylernm@...
tylernm...
Offline Send Email
Feb 20, 2009
11:19 pm
176
I'm going to try adding the source files to the fltkdll project and see if that clears things up. Tyler ... ...
tylernm@...
tylernm...
Offline Send Email
Feb 20, 2009
11:43 pm
177
Thanks for the help Ari. I got the new fltk version to work. I had some old .libs scattered about the directory structure of DANCEv3 which was part of my...
tylernm@...
tylernm...
Offline Send Email
Feb 21, 2009
9:14 am
178
Hi, I have been trying to install dance software in Ubuntu 8.10. But after solving all the compiler errors, the make command finally worked. But there is still...
Sinan Mutlu
sinanmut
Offline Send Email
Mar 9, 2009
9:04 am
179
That's a very unusual problem, particularly the log off. Question for you: 1) What changes did you have to make to get the compilation and building to work? 2)...
Ari Shapiro
shapiroari
Offline Send Email
Mar 9, 2009
5:28 pm
180
It had problems about the headers such that it was giving errors for "atoi" and "atof". Maybe the errors are coming from the other packages, I do not clearly...
Sinan Mutlu
sinanmut
Offline Send Email
Mar 9, 2009
10:12 pm
181
Sinan, Have you tried running DANCE in debug mode with gdb? Build with 'make debug' instead of 'make', then run 'gdb bin/dance' (from the DANCE_DIR directory)...
Ari Shapiro
shapiroari
Offline Send Email
Mar 10, 2009
3:58 pm
182
Yes, I tried know, and same thing happened again. Maybe it is because of my graphic card but other 3D applications are working at least blender. I do not know...
Sinan Mutlu
sinanmut
Offline Send Email
Mar 10, 2009
11:07 pm
183
I've hobbled together a Ubuntu 8.10 box and have been trying to build DANCE on it. Here are some changes that need to be made to the DANCE code to build on...
shapiroari
Offline Send Email
Mar 12, 2009
7:15 am
184
In another computer I am getting the following error. the processor in this machine is 64bits. How can I solve the problem when compiling. I am beginner in...
Sinan Mutlu
sinanmut
Offline Send Email
Mar 12, 2009
3:15 pm
185
You need to rebuild with the -fPIC. Make sure that your $DANCE_DIR/Makefile.inc file has the following lines: CFLAGS=-Wall -fPIC Also, you might need to...
Ari Shapiro
shapiroari
Offline Send Email
Mar 12, 2009
4:43 pm
186
Hi again, Now I am getting the fallowing errors that you can find in the attached file. Thank you very much for your time. ________________________________ ...
Sinan Mutlu
sinanmut
Offline Send Email
Mar 12, 2009
7:25 pm
Messages 157 - 186 of 248   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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