Giter VIP home page Giter VIP logo

strusall's People

Contributors

andreasbaumann avatar patrickfrey avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

strusall's Issues

Currently broken

Issues:

Fetched in submodule path 'strusBindings', but it did not contain 31a417141411efec9bc622ce2f4f44763d16c8db. Direct fetching of that commit failed.
git submodule foreach git checkout master
Entering 'strus'
Previous HEAD position was b10cff02... handle also empty CMAKE_BUILD_TYPE
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
Entering 'strusAnalyzer'
Previous HEAD position was 2b42034... handle also empty CMAKE_BUILD_TYPE
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
Entering 'strusBase'
Previous HEAD position was 6826b18... handle also empty CMAKE_BUILD_TYPE

Is this a problem?

git submodule foreach git pull

ok.

cmake -DCMAKE_BUILD_TYPE=Release \
        -DWITH_PYTHON="YES" \
        -DWITH_PHP="YES" \
        -DWITH_JAVA="YES" \
        -DWITH_STRUS_VECTOR="YES" \
        -DWITH_STRUS_PATTERN="YES" ..

Not all submodules build

cmake -DCMAKE_BUILD_TYPE=Release \
	-DWITH_PYTHON="YES" \
	-DWITH_PHP="YES" \
	-DWITH_JAVA="YES" \
	-DWITH_STRUS_VECTOR="YES" \
	-DWITH_STRUS_PATTERN="YES" ..	

basically, if you remove all WITH_ flags and only use:

cmake -DCMAKE_BUILD_TYPE=Release ..

you can build.

boost_LIBRARIES contains all libraries ever used

boost_LIBRARIES are probed in the top-level directory once.
So we have to test for all libraries used somewhere in a module or so.
target_link_libraries directives all include only ${boost_LIBRARIES}, so
all artifacts depend on all boost libraries.

For instance: though only two analyzer modules need boost_regex, all
artifacts depend on boost_regex.

Solving this means to carefully hand-pick the boost libraries and never use
boost_LIBRARIES. Also we could have variables like BOOST_CHRONO which
handles the boost-chrono, boost-chrono-mt difference.

But I think we should port to Windows and see the whole mess before fixing it.

strusUtilities tests don't work in in-source and in out-of-source builds

47: Test command: /root/strusAll/strusUtilities/tests/scripts/runTest.sh "testAnalyzeJson1"
47: Test timeout computed to be: 9.99988e+06
47: /root/strusAll/strusUtilities/tests/scripts
47: /root/strusAll/strusUtilities/tests/scripts/ENV: line 21: /root/strusAll/src/strusAnalyze/strusAnalyze: No such file or directory
47: /root/strusAll/strusUtilities/tests/scripts
47: DIFF AT 18
1/1 Test #47: TestAnalyzeJson1 .................***Failed    0.03 sec

the problem is that the binary variable is pointing now to the project root
(strusBase) instead of the local project root (strusUtilities).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.