|
View:
New views
12 Messages
—
Rating Filter:
Alert me
|
|
|
GSoC releasesHi all,
I'd like to do a first release this weekend, containing the first commits of the GSoC plugins. I will probably be doing this tomorrow afternoon, so if you have stuff you want to see in the win32 installer now, try to commit it before Saturday 26 April, 14:00 UTC. Note that there is no need to rush things in. We will be making regular releases, based on progress. Mattia, you are most welcome to commit your Collada plugin as well. regards, -- Bart ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ K3d-development mailing list K3d-development@... https://lists.sourceforge.net/lists/listinfo/k3d-development |
|
|
Re: GSoC releases2008/4/25, Bart Janssens <bart.janssens@...>: Hi all, Hi Bart, I do not have maked progress with Collada mesh reader from my last patch released. The only thing that I have changed is the library find function on makefile (for windows and apple systems).. Can I submit it ? cheers, Mattia ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ K3d-development mailing list K3d-development@... https://lists.sourceforge.net/lists/listinfo/k3d-development |
|
|
Re: GSoC releasesHi Bart
As I mentioned earlier, I have now gotten some hardware, but what I was not expecting was that the driver installation process would be so damn troublesome - I have been working on it solidly for the past 3 days and still no success - although I am hanging in there :) I am giving myself another couple of hours tonight to get it working - maybe I will be able to submit something before tomorrow. Thanks Evan On Fri, Apr 25, 2008 at 9:46 PM, Mattia Barbiero <barraemme@...> wrote:
-- visit http://randomestrandom.blogspot.com ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ K3d-development mailing list K3d-development@... https://lists.sourceforge.net/lists/listinfo/k3d-development |
|
|
Re: GSoC releasesOn 4/25/08, Mattia Barbiero <barraemme@...> wrote:
> I do not have maked progress with Collada mesh reader from my last patch > released. > The only thing that I have changed is the library find function on makefile > (for windows and apple systems).. > Can I submit it ? Yes! It provides a solid base to work from. You have already integrated the library and made a polygonal mesh reader, which are important first steps. Cheers, -- Bart ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ K3d-development mailing list K3d-development@... https://lists.sourceforge.net/lists/listinfo/k3d-development |
|
|
Re: GSoC releasesHi,
I have do "svn up" to get last source code but when I have do "make" I have got this error message: CMake Error: Error in cmake code at /home/mattia/k3d-svn/k3d/modules/CMakeLists.txt:11: Parse error. Expected a command name, got unquoted argument with text "<<<<<<<". -- Test "mesh.metrics.GTSMeshArea.PolyCube.py" skipped by configuration: K3D_BUILD_GTS_MODULE -- Test "mesh.metrics.GTSMeshArea.self_intersection.py" skipped by configuration: K3D_BUILD_GTS_MODULE -- Test "mesh.metrics.GTSMeshVolume.PolyCube.py" skipped by configuration: K3D_BUILD_GTS_MODULE -- Test "mesh.modifier.CGALBoolean.cubes.py" skipped by configuration: K3D_BUILD_BOOLEANS_MODULE -- Test "mesh.modifier.CGALBoolean.cylinders.py" skipped by configuration: K3D_BUILD_BOOLEANS_MODULE -- Test "mesh.modifier.QuadrilateralRemeshing.py" skipped by configuration: K3D_BUILD_QUADRILATERAL_REMESHING_MODULE -- Test "parallel.grain_size.ScalePoints.py" skipped by configuration: K3D_BUILD_PARALLEL -- Test "parallel.thread_count.ScalePoints.py" skipped by configuration: K3D_BUILD_PARALLEL -- Test "offscreen.OpenGLFramebufferCameraToBitmap.py" skipped by configuration: K3D_BUILD_OPENGL_FRAMEBUFFER_MODULE -- Test "offscreen.WGLCameraToBitmap.py" skipped by configuration: K3D_BUILD_WGL_MODULE -- Test "cudabitmap.modifier.add.py" skipped by configuration: K3D_BUILD_CUDA_BITMAP_MODULE -- Looking for doxygen... -- Looking for doxygen... - found /usr/bin/doxygen -- Looking for dot tool... -- Looking for dot tool... - found /usr/bin/dot -- Configuring done make: *** [cmake_check_build_system] Error 255 Cheers, Mattia ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ K3d-development mailing list K3d-development@... https://lists.sourceforge.net/lists/listinfo/k3d-development |
|
|
Re: GSoC releasesOn 4/25/08, Evan Lezar <evanlezar@...> wrote:
> As I mentioned earlier, I have now gotten some hardware, but what I was not > expecting was that the driver installation process would be so damn > troublesome - I have been working on it solidly for the past 3 days and > still no success - although I am hanging in there :) What problems are you having exactly? I'm using Ubuntu Gutsy, and for my 8800GT I had to remove the Ubuntu packages and install the latest driver downloaded from the Nvidia site. Cheers, -- Bart ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ K3d-development mailing list K3d-development@... https://lists.sourceforge.net/lists/listinfo/k3d-development |
|
|
Re: GSoC releasesOn 4/26/08, Mattia Barbiero <barraemme@...> wrote:
> Hi, > I have do "svn up" to get last source code but when I have do "make" I have > got this error message: > > CMake Error: Error in cmake code at > /home/mattia/k3d-svn/k3d/modules/CMakeLists.txt:11: > Parse error. Expected a command name, got unquoted argument with text > "<<<<<<<". Looks like a merge error when updating from SVN. Edit /home/mattia/k3d-svn/k3d/modules/CMakeLists.txt to resolve the conflicts. You need to reach a situation where all changes from SVN are in your CMakeLists.txt file, and your dae_io module is in it as well. THe easiest "manual" method may be to move your modules/CMakeLists.txt out of the tree, do SVN up again and add the dae_io line again. Regards, -- Bart ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ K3d-development mailing list K3d-development@... https://lists.sourceforge.net/lists/listinfo/k3d-development |
|
|
Re: GSoC releasesBart
Wrt the driver issues. When i install the nvidia drivers (various versions) and restart x the screen stays blank. I have reinstalled gutsy as well as hardy and tried various driver installation methods including Envy. >From the x logs it seems as if it cant load the nvidia driver, but doesnt give much additional info. I want to try the card in a friends system to se if it might be some other mysterious hardware conflicts. Will keep you posted. Evan On 4/26/08, Bart Janssens <bart.janssens@...> wrote: > On 4/26/08, Mattia Barbiero <barraemme@...> wrote: > > Hi, > > I have do "svn up" to get last source code but when I have do "make" I > have > > got this error message: > > > > CMake Error: Error in cmake code at > > /home/mattia/k3d-svn/k3d/modules/CMakeLists.txt:11: > > Parse error. Expected a command name, got unquoted argument with text > > "<<<<<<<". > > Looks like a merge error when updating from SVN. Edit > /home/mattia/k3d-svn/k3d/modules/CMakeLists.txt to resolve the > conflicts. You need to reach a situation where all changes from SVN > are in your CMakeLists.txt file, and your dae_io module is in it as > well. THe easiest "manual" method may be to move your > modules/CMakeLists.txt out of the tree, do SVN up again and add the > dae_io line again. > > Regards, > > -- > Bart > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > K3d-development mailing list > K3d-development@... > https://lists.sourceforge.net/lists/listinfo/k3d-development > -- visit http://randomestrandom.blogspot.com ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ K3d-development mailing list K3d-development@... https://lists.sourceforge.net/lists/listinfo/k3d-development |
|
|
Re: GSoC releasesMattia,
I can take care of the library lookup for linux as that is the system I'm working on, Iwas also thinking on using collada dom anyways Bests, Carlos On Sat, Apr 26, 2008 at 3:53 AM, Bart Janssens <bart.janssens@...> wrote: On 4/25/08, Mattia Barbiero <barraemme@...> wrote: -- Carlos Andres Dominguez Caballero TEL: (52 443) 3147845 CEL: (52 443) 2028344 fismat.umich.mx/~carlosadc ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ K3d-development mailing list K3d-development@... https://lists.sourceforge.net/lists/listinfo/k3d-development |
|
|
Re: GSoC releasesHi Carlos, I have uploaded my plugin so you can se the code. You can modify or add features at my code if you want. Cheers, Mattia ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ K3d-development mailing list K3d-development@... https://lists.sourceforge.net/lists/listinfo/k3d-development |
|
|
Re: GSoC releasesMattia Barbiero wrote:
> Hi, > I have do "svn up" to get last source code but when I have do "make" I > have got this error message: > > CMake Error: Error in cmake code at > /home/mattia/k3d-svn/k3d/modules/CMakeLists.txt:11: > Parse error. Expected a command name, got unquoted argument with text > "<<<<<<<". If you do "svn update", you will see a list of files with a "C" next to them (you probably overlooked this when you did the update). That means that there was a merge conflict - the "<<<<<<<" is a conflict marker. A merge conflict happens when someone made changes to a file where you've also made your own local changes - in this case, you have to manually sort-things out. You might want to look through the subversion book online: http://svnbook.red-bean.com/en/1.4/svn.tour.cycle.html#svn.tour.cycle.resolve Cheers, Tim ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ K3d-development mailing list K3d-development@... https://lists.sourceforge.net/lists/listinfo/k3d-development |
|
|
Re: GSoC releasesOn Fri, Apr 25, 2008 at 7:42 PM, Bart Janssens
<bart.janssens@...> wrote: > Hi all, > > I'd like to do a first release this weekend, containing the first > commits of the GSoC plugins. I will probably be doing this tomorrow > afternoon, so if you have stuff you want to see in the win32 installer > now, try to commit it before Saturday 26 April, 14:00 UTC. Because of problems with Collada and CUDA on win32, the release is not ready yet. I'll try to get it done tomorrow. Cheers, -- Bart ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ K3d-development mailing list K3d-development@... https://lists.sourceforge.net/lists/listinfo/k3d-development |
| Free Forum Powered by Nabble | Forum Help |