ampf / AMPF

Appscio Media Processing Framework
http://github.com/ampf/AMPF
4 stars 3 forks source link

clean checkout 'build-all' doesn't find GRDF (it's looking for 'grdf') #4

Closed wstidolph closed 14 years ago

wstidolph commented 14 years ago

Following README I did cd MPF; ant build-all, but:

[wstidolph@bunter MPF]$ cd MPF/
[wstidolph@bunter MPF]$ ant build-all
Buildfile: build.xml

build-all:
     [exec] The command attribute is deprecated.
     [exec] Please use the executable attribute and nested arg elements.
     [exec] find: `/home/wstidolph/Workspaces/Appscio/MPF/MPF/../grdf': No such file or directory

Note that the build is looking for lower-case 'grdf' but: [wstidolph@bunter MPF]$ pwd /home/wstidolph/Workspaces/Appscio/MPF [wstidolph@bunter MPF]$ ls GRDF/ MPF/ build-components.sh* README

gbowles commented 14 years ago

You got there before me; looks like we need a verification pass over the MPF build, which I was planning to do today before the office network got in the way. Feel free to fix if you like,otherwise I'll do a concentrated pass tomorrow.

wstidolph commented 14 years ago

I'm just stumbling around ignorantly ... I tried a fix in setup.sh which looked like a good fix: [wstidolph@bunter MPF]$ ant build-all Buildfile: build.xml

build-all:
     [exec] The command attribute is deprecated.
     [exec] Please use the executable attribute and nested arg elements.
     [exec] 
     [exec] PKG_CONFIG_PATH=:/home/wstidolph/Workspaces/Appscio/MPF/MPF/tools/mpf-template/templates/data-type-autotools:/home/wstidolph/Workspaces/Appscio/MPF/MPF/mpf-core:/home/wstidolph/Workspaces/Appscio/MPF/MPF/data-types/mpf-iplimage:/home/wstidolph/Workspaces/Appscio/MPF/MPF/data-types/mpf-rdf:/home/wstidolph/Workspaces/Appscio/MPF/MPF/data-types/mpf-pocketsphinx:/home/wstidolph/Workspaces/Appscio/MPF/MPF/../GRDF

but, sadly: [wstidolph@bunter MPF]$ ant build-all Buildfile: build.xml

build-all:
     [exec] The command attribute is deprecated.
     [exec] Please use the executable attribute and nested arg elements.
     [exec] 
     [exec] PKG_CONFIG_PATH=:/home/wstidolph/Workspaces/Appscio/MPF/MPF/tools/mpf-template/templates/data-type-autotools:/home/wstidolph/Workspaces/Appscio/MPF/MPF/mpf-core:/home/wstidolph/Workspaces/Appscio/MPF/MPF/data-types/mpf-iplimage:/home/wstidolph/Workspaces/Appscio/MPF/MPF/data-types/mpf-rdf:/home/wstidolph/Workspaces/Appscio/MPF/MPF/data-types/mpf-pocketsphinx:/home/wstidolph/Workspaces/Appscio/MPF/MPF/../GRDF
     [exec] 
     [exec] GST_PLUGIN_PATH=/home/wstidolph/Workspaces/Appscio/MPF/MPF/tests/mpf-test-eos/.libs:/home/wstidolph/Workspaces/Appscio/MPF/MPF/tests/mpf-test-mux/.libs:/home/wstidolph/Workspaces/Appscio/MPF/MPF/tests/mpf-test-pipe/.libs:/home/wstidolph/Workspaces/Appscio/MPF/MPF/tests/mpf-mux/.libs:/home/wstidolph/Workspaces/Appscio/MPF/MPF/prototypes/mpf-vid-bal/.libs:/home/wstidolph/Workspaces/Appscio/MPF/MPF/prototypes/mpf-gst-modified/.libs:/home/wstidolph/Workspaces/Appscio/MPF/MPF/prototypes/voidraw/.libs:/home/wstidolph/Workspaces/Appscio/MPF/MPF/components/mpf-pipeline/.libs:/home/wstidolph/Workspaces/Appscio/MPF/MPF/components/mpf-shift/.libs:/home/wstidolph/Workspaces/Appscio/MPF/MPF/components/mpf-identity/.libs:/home/wstidolph/Workspaces/Appscio/MPF/MPF/components/mpf-xml-pipeline-dump/.libs:/home/wstidolph/Workspaces/Appscio/MPF/MPF/components/mpf-fork/.libs:/home/wstidolph/Workspaces/Appscio/MPF/MPF/components/mpf-window/.libs:/home/wstidolph/Workspaces/Appscio/MPF/MPF/data-types/mpf-iplimage/components/.libs:/home/wstidolph/Workspaces/Appscio/MPF/MPF/data-types/mpf-opencv/mpf/.libs:/home/wstidolph/Workspaces/Appscio/MPF/MPF/tests/mpf-test-eos/.libs:/home/wstidolph/Workspaces/Appscio/MPF/MPF/tests/mpf-test-mux/.libs:/home/wstidolph/Workspaces/Appscio/MPF/MPF/tests/mpf-test-pipe/.libs:/home/wstidolph/Workspaces/Appscio/MPF/MPF/tests/mpf-mux/.libs:/home/wstidolph/Workspaces/Appscio/MPF/MPF/mpf-core/mpf/.libs
     [exec] Info: GRDF not found. RDF support will not be built. Install grdf or set PKG_CONFIG_PATH.

So, I'll let you do it ;)

simontuffs commented 14 years ago

I believe this to be fixed in the 'master' branch. Updates to the build.xml, and BUILDING.TXT file to bring it into sync with the GIT based repository workspace.