Warning: session_start(): open(/tmp/sess_gq6h2fmf7qde8qcgau207v6qb7, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Konstruktor openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (6) .- Knowledge Base  . 

Konstruktor

   0.9.0-beta1  

KDE Graphic Editor

Score 69%
Konstruktor
zoom


Konstruktor
zoom


Konstruktor
zoom


Homepage:  Link
Version Control:  Link
Downloads:  1034
Submitted:  Feb 1 2011
Updated:  Feb 6 2011

Description:

Konstruktor (formerly KLDraw, Klotz) is a LDraw-based virtual LEGO(r) CAD for KDE 4.

Features

* Fully compatible with LDraw
* Intuitive, easy to use.
* Tabbed document interface
* Multipart support
* Export to POV-Ray raytracer on-the-fly.
* Free software!




Changelog:

0.9.0-beta1-2
* Repackaged for Ubuntu Lucid
* added i386 binary

0.9.0-beta1
* Initial release.




LicenseGPL
Source(Source code)
Ubuntu(Debian/Ubuntu AMD64)
Ubuntu(Debian/Ubuntu i386)
Donate
Send to a friend
Subscribe
Other  Content  from segfault87
Report inappropriate content



goto page:  1  2 

-

 repository

 
 by aspotashev on: Feb 1 2011
 
Score 50%

Is there a public repository with the sources of this application?


Reply to this

-
.

 Re: repository

 
 by segfault87 on: Feb 2 2011
 
Score 50%

Link to GitHub repo is there.

http://github.com/segfault87/Konstruktor


Reply to this

-

 Re: Re: repository

 
 by aspotashev on: Feb 2 2011
 
Score 50%

Thanks!


Reply to this

-

 build fails

 
 by aspotashev on: Feb 1 2011
 
Score 50%

I could not build Konstruktor from sources, log: http://ompldr.org/vNzkxdQ


Reply to this

-

 Re: build fails

 
 by qwertzuiop on: Feb 1 2011
 
Score 50%

that's strange, it builds on my machine.
but looking at the header it really seems that there needs to be a forward-definition for ldraw::model for it to compile.
so do the following:
add "namespace ldraw { class model; }" (without quotes)
in line 10 of src/app/submodelwidget.h

this should make it work.
btw, what version of gcc is installed on your system? (gcc -v will tell you)


Reply to this

-

 Re: Re: build fails

 
 by qwertzuiop on: Feb 1 2011
 
Score 50%

forgot something:
add #include <libldr/math.h>
at line 13 of src/app/editor.h


Reply to this

-

 Re: Re: Re: build fails

 
 by aspotashev on: Feb 2 2011
 
Score 50%

gcc version: 4.4.5
Distro: Gentoo

Adding the 2 lines (forward definition and an #include) helped, thanks! Now it compiles and runs. But I haven't yet found out how to install the ldraw library on Gentoo.


Reply to this

-
.

 Re: build fails

 
 by segfault87 on: Feb 2 2011
 
Score 50%

Which distro and gcc version you use?


Reply to this

-

 segfault

 
 by qwertzuiop on: Feb 1 2011
 
Score 50%

drkonqui-backtrace here:
http://pastebin.com/CJfJ6RDk
i started konsructor directly from its build-directory with
$ PATH=$PWD:$PATH ./konstruktor


Reply to this

-

 Re: segfault

 
 by qwertzuiop on: Feb 2 2011
 
Score 50%

fixed the crash by changing
line 27 of renderer/opengl_extension.cpp
from:
if (std::strstr((const char *)str, name) != NULL)
to:
if (str && std::strstr((const char *)str, name) != NULL)


cheers,
qwertzuiop


Reply to this

-

 Re: Re: segfault

 
 by qwertzuiop on: Feb 2 2011
 
Score 50%

i might add that i am using F14 64bit on an intel i7 with an nvidia card using nouveau driver...
maybe this explains that glGetString(GL_EXTENSIONS) returns an empty string


Reply to this

-

 OK on Fedora

 
 by wkaz on: Feb 2 2011
 
Score 50%

Builds fine on Fedora 14. Please add an INSTALL file with building instructions.


Reply to this

-

 Arch Linux PKGBUILD

 
 by swiftscythe on: Feb 2 2011
 
Score 50%

Hi! Thank you very much for this app!
I've created a PKGBUILD for Arch Linux users:
http://aur.archlinux.org/packages.php?ID=46020


Reply to this

-

 Crash during save

 
 by mkyral on: Feb 2 2011
 
Score 50%

I created a small model and Konstruktor crashed after confirmation of save dialog.

http://pastebin.com/bjYfiWbS


Reply to this

-

 Re: Crash during save

 
 by mkyral on: Feb 4 2011
 
Score 50%

And it is always crashing. So I'm not able to save any model.

Konstruktor looks great, but without save is not usable :-(


Reply to this

-
.

 Re: Re: Crash during save

 
 by segfault87 on: Feb 4 2011
 
Score 50%

Now looking to it. Which distro do you using? This problem seems likely to be caused by shared-mime-info, not the application itself.


Reply to this

-

 Re: Re: Re: Crash during save

 
 by mkyral on: Feb 4 2011
 
Score 50%

Thanks.

It is on Gentoo.


Reply to this

-

 Re: Re: Re: Re: Crash during save

 
 by mkyral on: Feb 4 2011
 
Score 50%

So I rebuilded all mime related packages and not it works correctly.

Thanks for hint.


Reply to this

-

 Re: Re: Re: Re: Re: Crash during save

 
 by aspotashev on: Feb 4 2011
 
Score 50%

Where did you get "ldraw" package for Gentoo?


Reply to this

-

 Re: Re: Re: Re: Re: Re: Crash during save

 
 by mkyral on: Feb 4 2011
 
Score 50%

# eix konstruktor
[I] kde-misc/konstruktor [1]
Available versions: (~)0.9_beta1 {aqua kdeenablefinal}
Installed versions: 0.9_beta1(21:06:59 2.2.2011)(-aqua -kdeenablefinal)
Homepage: http://konstruktor.influx.kr/
Description: LEGO(r) CAD

[1] "kde" /var/lib/layman/kde


# cat /var/lib/layman/kde/kde-misc/konstruktor/konstruktor-0.9_beta1.ebuild |grep elog
elog "You still need to obtain ldraw data files."
elog "Because they are not distributable you need to download them from:"
elog " http://www.ldraw.org/Downloads-req-viewdownload-cid-1.html"

I downloaded data package, extracted to my home directory and then select this directory during konstruktor first start.



-

 Re: Re: Re: Re: Re: Crash during save

 
 by aspotashev on: Feb 4 2011
 
Score 50%

Where did you get "ldraw" package for Gentoo?


Reply to this

-

 Re: Re: Re: Re: Re: Crash during save

 
 by aspotashev on: Feb 4 2011
 
Score 50%

Where did you get "ldraw" package for Gentoo?


Reply to this

-

 Re: Re: Re: Re: Crash during save

 
 by aspotashev on: Feb 4 2011
 
Score 50%

Thanks. A couple of days ago I couldn't download it using Opera, but now it worked with Konqueror+WebKit.


Reply to this

goto page:  1  2 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team