POV-Ray : Newsgroups : povray.programming : povmodeler Server Time
23 May 2024 05:38:28 EDT (-0400)
  povmodeler (Message 9 to 18 of 51)  
<<< Previous 8 Messages Goto Latest 10 Messages Next 10 Messages >>>
From: jr
Subject: Re: povmodeler
Date: 27 Oct 2019 15:55:05
Message: <web.5db5f5b1f7e9e652feeb22ff0@news.povray.org>
hi,

Dick Balaska <dic### [at] buckosoftcom> wrote:
> On 10/27/19 1:26 PM, simbad wrote:
> > And then we need to sort out together what kind of problems exist on building
> > this on different environments. I have no problems to install some different VMs
> > for checking it out.
> > An openSUSE VM already exists, but did not use it for installation tests. But
> > will do that next.
>
> povmodeler is just Qt.  Trolltech has worked out all of the building in
> different environments.
>
> qtpovray is a qmake based program.  The same source set builds and runs
> on Linux, Windows and whatever jr is running.

I think that if it builds/installs cleanly on Debian + BSD, it'll build and
install on pretty much any Linux.

(there's even a Linux VM on Chromebooks.  ;-))

> ...


regards, jr.


Post a reply to this message

From: Dick Balaska
Subject: Re: povmodeler
Date: 27 Oct 2019 16:53:00
Message: <5db603ac$1@news.povray.org>
On 10/27/19 11:13 AM, Dick Balaska wrote:

> 
> Then I got a little depressed because that dead-ends my fork from yours 
> and eticres'.  But I will finish the debian package because I actually 
> have a couple of use cases for povmodeler coming up in my movie.
> 
> 

Bleh, apparently I was working from the original eticre version.
It still has a several KDEisms in it.
I found yours at https://github.com/tribad/povmodeler
and I'm going to punt my copy and start over from yours.


-- 
dik
Rendered 18,496,512,000 of 40,928,716,800 pixels (45%)


Post a reply to this message

From: simbad
Subject: Re: povmodeler
Date: 28 Oct 2019 10:40:00
Message: <web.5db6fc94f7e9e6529cfad62f0@news.povray.org>
If you try that it will be best if I would give you starting point. As I merged
may way of a new UI into the master you will have only limited luck on building
something that will fit anyones need ;)

Will give a ping here, for all who think it is worth it.

Dick Balaska <dic### [at] buckosoftcom> wrote:
> On 10/27/19 11:13 AM, Dick Balaska wrote:
>
> >
> > Then I got a little depressed because that dead-ends my fork from yours
> > and eticres'.  But I will finish the debian package because I actually
> > have a couple of use cases for povmodeler coming up in my movie.
> >
> >
>
> Bleh, apparently I was working from the original eticre version.
> It still has a several KDEisms in it.
> I found yours at https://github.com/tribad/povmodeler
> and I'm going to punt my copy and start over from yours.
>
>
> --
> dik
> Rendered 18,496,512,000 of 40,928,716,800 pixels (45%)


Post a reply to this message

From: simbad
Subject: Re: povmodeler
Date: 28 Oct 2019 11:45:01
Message: <web.5db70c6cf7e9e6529cfad62f0@news.povray.org>
I created a branch on my fork named 'original'.
https://github.com/tribad/povmodeler/tree/original
That contains a runnable, at least for me, version of my base. There are some
changes already made to the source. But let us see how it work out.

First thing is the building of the povmodeler. So I changed the CMakeLists.txt

Please check. Ping!


Post a reply to this message

From: simbad
Subject: Re: povmodeler
Date: 28 Oct 2019 14:10:00
Message: <web.5db72eaef7e9e6529cfad62f0@news.povray.org>
"simbad" <Han### [at] gmxde> wrote:
> I created a branch on my fork named 'original'.
> https://github.com/tribad/povmodeler/tree/original
> That contains a runnable, at least for me, version of my base. There are some
> changes already made to the source. But let us see how it work out.
>
> First thing is the building of the povmodeler. So I changed the CMakeLists.txt
>
> Please check. Ping!

I checked it on a debian-10 VM. Building is no problem if all standard packages
that are needed to build anything are available. But its crashing. Found the
point, but will fix it tomorrow.


Post a reply to this message

From: simbad
Subject: Re: povmodeler
Date: 29 Oct 2019 12:55:01
Message: <web.5db86e3ff7e9e6529cfad62f0@news.povray.org>
On https://github.com/tribad/povmodeler/tree/original I have a version ready
that may do it on a debian installation.

I did checkout this branch on my debian-10 VM did a

make install

and afterwards find a povmodeler desktop icon in the gnome3 activities overview.
A click on the Icon starts the povmodeler.

Please check it.


Post a reply to this message

From: Dick Balaska
Subject: Re: povmodeler
Date: 31 Oct 2019 16:32:03
Message: <5dbb44c3$1@news.povray.org>
On 10/29/19 12:52 PM, simbad wrote:
> On https://github.com/tribad/povmodeler/tree/original I have a version ready
> that may do it on a debian installation.

> 
> Please check it.
> 
> 

What are you using for an IDE?

-- 
dik
Rendered 21,270,988,800 of 40,928,716,800 pixels (51%)


Post a reply to this message

From: simbad
Subject: Re: povmodeler
Date: 31 Oct 2019 16:50:05
Message: <web.5dbb4845f7e9e6529cfad62f0@news.povray.org>
Dick Balaska <dic### [at] buckosoftcom> wrote:
> On 10/29/19 12:52 PM, simbad wrote:
> > On https://github.com/tribad/povmodeler/tree/original I have a version ready
> > that may do it on a debian installation.
>
> >
> > Please check it.
> >
> >
>
> What are you using for an IDE?
>
> --
> dik
> Rendered 21,270,988,800 of 40,928,716,800 pixels (51%)

Qtcreator


Post a reply to this message

From: simbad
Subject: Re: povmodeler
Date: 2 Nov 2019 05:00:01
Message: <web.5dbd4435f7e9e6529cfad62f0@news.povray.org>
I did create a debian-10 package.
Could be downloaded here https://simulated-universe.de/povmodeler-0.1-Linux.deb

This is my first try ever to create a debian package. It will evolve over time.

RPM is coming next.


Post a reply to this message

From: Bald Eagle
Subject: Re: povmodeler
Date: 2 Nov 2019 21:55:01
Message: <web.5dbe3307f7e9e6524eec112d0@news.povray.org>
"simbad" <Han### [at] gmxde> wrote:
> I did create a debian-10 package.
> Could be downloaded here https://simulated-universe.de/povmodeler-0.1-Linux.deb
>
> This is my first try ever to create a debian package. It will evolve over time.

I opened it in Mint's Package Installer, and got:
"Error: dependency is not satisfiable: libglx0"

I tried sudo apt-get install libglx0 (and libglx and libgl) but it couldn't find
any such package to install.   So I'm not sure what I need to install or where
to install it from...

then I tried this:

sudo dpkg -i povmodeler-0.1-Linux.deb
[sudo] password for oem:
Selecting previously unselected package povmodeler.
(Reading database ... 288574 files and directories currently installed.)
Preparing to unpack povmodeler-0.1-Linux.deb ...
Unpacking povmodeler (0.1) ...
dpkg: dependency problems prevent configuration of povmodeler:
 povmodeler depends on libglx0; however:
  Package libglx0 is not installed.
 povmodeler depends on libopengl0; however:
  Package libopengl0 is not installed.
 povmodeler depends on libqt5core5a (>= 5.11.0~rc1); however:
  Version of libqt5core5a:amd64 on system is 5.5.1+dfsg-16ubuntu7.6.
 povmodeler depends on libqt5gui5 (>= 5.7.0); however:
  Version of libqt5gui5:amd64 on system is 5.5.1+dfsg-16ubuntu7.6.
 povmodeler depends on libqt5widgets5 (>= 5.11.0~rc1); however:
  Version of libqt5widgets5:amd64 on system is 5.5.1+dfsg-16ubuntu7.6.

I'll work on it for a little while, but I'm trying this at the end of the day...
:O


Post a reply to this message

<<< Previous 8 Messages Goto Latest 10 Messages Next 10 Messages >>>

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.