-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apt repository #16
Comments
Debian controls apt not us please remind them
…On Dec 20, 2017 5:21 AM, "Timothy Swan" ***@***.***> wrote:
Tracker/reminder for apt repository update which I believe is needed.
Tried installing qosmic and it depends on flam3_xform's mobius fields
like mobius_re_d which apparently aren't available in the apt install
flam3 but is obviously in the source code here.
Here's an example snippet from the failed build of qosmic:
src/flam3util.cpp: In member function ‘virtual double Util::xform_variable_accessor_mobius_im_d::get_var(flam3_xform*)’:
src/flam3util.cpp:255:33: error: ‘flam3_xform {aka struct xform}’ has no member named ‘mobius_im_d’
create_xform_variable_accessor(mobius_im_d)
^
src/flam3util.cpp:103:54: note: in definition of macro ‘create_xform_variable_accessor’
double get_var(flam3_xform* xform) { return xform->name; } \
^
I'm a noob so please let me know if I'm missing something obvious here. I
haven't traversed any svn for the project yet to see when mobius stuff
was added. That type of source control is before my professional time.
Also, is just flam3 as a standalone enough to use to produce some decent
videos? I'm using qosmic because it looks like something that's clean and
should work.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#16>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA6yFaHJ_m75jzzEPecj52JVzVSGmO5mks5tCN-mgaJpZM4RILkg>
.
|
This may be a good educational task for me to do.
|
Sounds great, keep me in the loop. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tracker/reminder for apt repository update which I believe is needed.
Tried installing
qosmic
and it depends on flam3_xform's mobius fields likemobius_re_d
which apparently aren't available in the apt installflam3
but is obviously in the source code here.Here's an example snippet from the failed build of qosmic:
I'm a noob so please let me know if I'm missing something obvious here. I haven't traversed any
svn
for the project yet to see when mobius stuff was added. That type of source control is before my professional time. Also, is justflam3
as a standalone enough to use to produce some decent videos? I'm using qosmic because it looks like something that's clean and should work.The text was updated successfully, but these errors were encountered: