I installed autopoint and the missing files are back.
Compile still fails in callbacks.c

line 918 and 933 it doesn't like this

mainw->jackd_read->in_use

it complains jackd_read is not a structure

callbacks.c: In function ‘on_fs_preview_clicked’:
callbacks.c:6113:7: warning: ‘gtk_alignment_get_type’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:77) [-Wdeprecated-declarations]
lives_alignment_set(LIVES_ALIGNMENT(mainw->fs_playalign),0.5,
       ^
callbacks.c: In function ‘on_effects_paused’:
callbacks.c:9318:74: warning: dereferencing ‘void *’ pointer
if ((mainw->jackd!=NULL&&mainw->jackd_read!=NULL&&mainw->jackd_read->in_use)
^
callbacks.c:9318:74: error: request for member ‘in_use’ in something not a structure or union
callbacks.c:9333:74: warning: dereferencing ‘void *’ pointer
if ((mainw->jackd!=NULL&&mainw->jackd_read!=NULL&&mainw->jackd_read->in_use)
^
callbacks.c:9333:74: error: request for member ‘in_use’ in something not a structure or union
callbacks.c:9341:76: warning: dereferencing ‘void *’ pointer
&&!((mainw->jackd!=NULL&&mainw->jackd_read!=NULL&&mainw->jackd_read->in_use)
^
callbacks.c:9341:76: error: request for member ‘in_use’ in something not a structure or union
Makefile:1000: recipe for target 'callbacks.o' failed



On 2015-07-26 11:34 AM, salsaman wrote:
In other words, running autogen.sh should create them.


http://lives-video.com
https://www.openhub.net/accounts/salsaman

On Sun, Jul 26, 2015 at 3:34 PM, salsaman <[email protected] <mailto:[email protected]>> wrote:

    No, these should be created automatically by autopoint and/or gettext.



    http://lives-video.com
    https://www.openhub.net/accounts/salsaman

    On Sun, Jul 26, 2015 at 2:12 PM, Doug Webb <[email protected]
    <mailto:[email protected]>> wrote:

        subversion is missing /intl folder config.rpath ABOUT-NLS
        If I copy them from 2.4.0 the makefile in /lives isn't created.

        Should I just wait till the next version?

        Thanks,
        Doug



        On 2015-07-16 09:00 AM, salsaman wrote:
        > Hi Doug,
        > the first of these is mentioned in the release notes on the
        downloads
        > page and the solution is given there. The second has been
        fixed in
        > subversion I think. Should be resolved in the ext release in
        a couple
        > of weeks.
        >
        > Can't do much now as I am travelling, but you can try the
        subversion version.
        >
        > Regards,
        > Gabriel.
        >
        >
        > On 7/15/15, Doug Webb <[email protected]
        <mailto:[email protected]>> wrote:
        >> Here is where it failed:
        >>
        >> callbacks.c: In function ‘on_fs_preview_clicked’:
        >> callbacks.c:5917:9: warning: ‘gtk_alignment_get_type’ is
        deprecated
        >> (declared at
        /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:77)
        >> [-Wdeprecated-declarations]
        >> lives_alignment_set(LIVES_ALIGNMENT(mainw->fs_playalign),0.5,
        >>            ^
        >> callbacks.c:6087:7: warning: ‘gtk_alignment_get_type’ is
        deprecated
        >> (declared at
        /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:77)
        >> [-Wdeprecated-declarations]
        >> lives_alignment_set(LIVES_ALIGNMENT(mainw->fs_playalign),0.5,
        >>          ^
        >> callbacks.c: In function ‘on_effects_paused’:
        >> callbacks.c:9286:74: warning: dereferencing ‘void *’ pointer
        >>          if
        >>
        
((mainw->jackd!=NULL&&mainw->jackd_read!=NULL&&mainw->jackd_read->in_use)
        >> ^
        >> callbacks.c:9286:74: error: request for member ‘in_use’ in
        something not
        >> a structure or union
        >> callbacks.c:9301:74: warning: dereferencing ‘void *’ pointer
        >>          if
        >>
        
((mainw->jackd!=NULL&&mainw->jackd_read!=NULL&&mainw->jackd_read->in_use)
        >> ^
        >> callbacks.c:9301:74: error: request for member ‘in_use’ in
        something not
        >> a structure or union
        >> callbacks.c:9309:76: warning: dereferencing ‘void *’ pointer
        >>
        
&&!((mainw->jackd!=NULL&&mainw->jackd_read!=NULL&&mainw->jackd_read->in_use)
        >> ^
        >> callbacks.c:9309:76: error: request for member ‘in_use’ in
        something not
        >> a structure or union
        >> Makefile:1000: recipe for target 'callbacks.o' failed
        >> make[1]: *** [callbacks.o] Error 1
        >> make[1]: Leaving directory '/home/doug/Desktop/lives-2.4.0/src'
        >> Makefile:625: recipe for target 'all-recursive' failed
        >> make: *** [all-recursive] Error 1
        >> doug@doug-desktop:~/Desktop/lives-2.4.0$
        >>
        >>
        >>
        
------------------------------------------------------------------------------
        >> Don't Limit Your Business. Reach for the Cloud.
        >> GigeNET's Cloud Solutions provide you with the tools and
        support that
        >> you need to offload your IT needs and focus on growing your
        business.
        >> Configured For All Businesses. Start Your Cloud Today.
        >> https://www.gigenetcloud.com/
        >> _______________________________________________
        >> Lives-users mailing list
        >> [email protected]
        <mailto:[email protected]>
        >> https://lists.sourceforge.net/lists/listinfo/lives-users
        >>
        >


        
------------------------------------------------------------------------------
        _______________________________________________
        Lives-users mailing list
        [email protected]
        <mailto:[email protected]>
        https://lists.sourceforge.net/lists/listinfo/lives-users





------------------------------------------------------------------------------


_______________________________________________
Lives-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lives-users

------------------------------------------------------------------------------
_______________________________________________
Lives-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lives-users

Reply via email to