Re: Compiling on a mac
"Nathan Palmer" <[email protected]>
| Newsgroups | gmane.comp.video.cinepaint.devel |
|---|---|
| Message-ID | <[email protected]> |
Great. That got me a little farther. By setting the PKG_CONFIG_PATH right it detected littlecms and several of the plugins correctly. But it doesn't detect Oyranos. I downloaded the source for it and tried to compile but it's getting some errors. I tried using version 0.1.7. Should I be using a specific version? I'm trying to pull out the relevant bits here. --- keyset.c:1045: warning: format '%d' expects type 'int', but argument 3 has type 'size_t' Get objects files for ../libloader/libloader-static.a ... Get objects files for ../backends/filesys/libelektra-filesys.a ... ar: ../libloader/__.SYMDEF: No such file or directory ar: SORTED: No such file or directory ar: ../backends/filesys/__.SYMDEF: No such file or directory ar: SORTED: No such file or directory make[4]: *** [libelektra.a] Error 1 make[3]: *** [all] Error 2 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [elektra-0.6.4] Error 2 --- On 10/18/07, Kai-Uwe Behrmann <[email protected]> wrote: > Am 18.10.07, 05:44 -0600 schrieb Nathan Palmer: > > > Ok. I think I'm just not as used to this model of development. I'm > > generally a windows developers and use many of the automated tools > > (visual studio.) > > Well, it is shurely different. The scripts are much handcrafted, but once > in place they should allow automatic build by a sequence like > $ configure > $ make > $ make install > > > When I was trying to compile cinepaint it was failing to find > > pkgconfig. But pkg-config is in /opt/local/bin/ and pkgconfig is in > > /opt/local/lib/. Trying to export PKG_CONFIG_PATH didn't seem to help > > much at all. > > Try typing in the terminal: > $ export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/local/lib/pkgconfig > and then reconfigure with > $ configure > > You can set the configure option --prefix=/opt/local to check this > direction of paths. > > > Then it was failing to find the littlecms library. I downloaded the > > source for that and compiled, and then ran make. But I'm not sure how > > I can tell the cinepaint compile where to find littlecms. > > You'd have to run configure again. See above. > > > Thanks, > > Let us know how it goes on. > > > Nathan > > regards > Kai-Uwe Behrmann > -- > developing for colour management > www.behrmann.name + www.oyranos.org + www.cinepaint.org > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Cinepaint-developers mailing list > Cinepaint-developers-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > https://lists.sourceforge.net/lists/listinfo/cinepaint-developers > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/