Hey Nathan,
Nathan Scott <nathans@xxxxxxxxxx> writes:
[...]
> To setup a build (this includes Qt and webapi functionality) you'll
> want a Fedora machine with the packages below installed, and invoke
> the build as:
>
> $ ./Makepkgs --target mingw64 --verbose
I tried throwing together a mingw64 buildbot this morning (on fedora22),
however after installing the mingw packages you listed I'm getting the
following build error, any thoughts or pointers?
Cheers,
Lukas
----------------------------------------------------------------------
=== views ===
make[3]: Nothing to be done for 'build-me'.
=== pmclient ===
sed -e "s;^\. .PCP_DIR.etc.pcp.env;. ../../src/include/pcp.env;" \
../../src/pmgenmap/pmgenmap.sh > pmgenmap.sh
. $PCP_DIR/etc/pcp.conf && $PCP_BIN_DIR/pmgenmap pmnsmap.spec > pmnsmap.h
/bin/sh: /etc/pcp.conf: No such file or directory
GNUmakefile:45: recipe for target 'pmnsmap.h' failed
make[2]: *** [pmnsmap.h] Error 1
GNUmakefile:116: recipe for target 'default_pcp' failed
make[1]: *** [default_pcp] Error 2
make[1]: Leaving directory '/home/bb/pcp/pcp-3.10.6/src'
GNUmakefile:49: recipe for target 'default_pcp' failed
make: *** [default_pcp] Error 2
|