heya,

nice to hear this is progressing :)

what am i doing wrong trying to compile?

[ 56%] Building C object
src/CMakeFiles/lib_darktable.dir/libs/print_settings.c.o
/home/jo/vcs/darktable/src/libs/print_settings.c: In function
‘_print_button_clicked’:
/home/jo/vcs/darktable/src/libs/print_settings.c:158:5: error: unknown type
name ‘dt_variables_params_t’
     dt_variables_params_t *vp;
     ^
src/CMakeFiles/lib_darktable.dir/build.make:2162: recipe for target
'src/CMakeFiles/lib_darktable.dir/libs/print_settings.c.o' failed
make[2]: *** [src/CMakeFiles/lib_darktable.dir/libs/print_settings.c.o]
Error 1
make[2]: *** Waiting for unfinished jobs....
CMakeFiles/Makefile2:1045: recipe for target
'src/CMakeFiles/lib_darktable.dir/all' failed
make[1]: *** [src/CMakeFiles/lib_darktable.dir/all] Error 2
Makefile:133: recipe for target 'all' failed
make: *** [all] Error 2

cheers,
 jo

On Sun, Dec 14, 2014 at 6:59 AM, Pascal Obry <pas...@obry.net> wrote:
>
>
> I think the module is in a state where it can be tested. It is far from
> the final state but at least it looks like something and can be shown :)
>
> This new module does not change the database state nor darktable state
> so it is safe to test and then go back to master. The branch is
> print-module and as just been rebased on master.
>
> Note that it is also safe to click on the [print] button as all the
> prints are currently sent to a PDF printer.
>
> That is, you need to install the PDF printer on CUPS. This can be done
> on GNU/Debian with:
>
>    $ sudo apt-get install cups-pdf
>
> To have this module enabled you need the CUPS dev libs:
>
>    $ sudo apt-get install libcups2-dev
>
> So if you feel like having a look do not hesitate. And of course report
> your findings.
>
> --
>   Pascal Obry /  Magny Les Hameaux (78)
>
>   The best way to travel is by means of imagination
>
>   http://v2p.fr.eu.org
>   http://www.obry.net
>
>   gpg --keyserver keys.gnupg.net --recv-key F949BD3B
>
>
>
> ------------------------------------------------------------------------------
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
>
> http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
> _______________________________________________
> darktable-devel mailing list
> darktable-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/darktable-devel
>
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
darktable-devel mailing list
darktable-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-devel

Reply via email to