Coder Social home page Coder Social logo

jakobrogstadius / crisistracker Goto Github PK

View Code? Open in Web Editor NEW
67.0 67.0 17.0 19.89 MB

CrisisTracker is an open-source web platform that extracts situation awareness reports from public tweets during humanitarian disasters. It combines automated processing with crowdsourcing to quickly detect new events and bring structure to millions of updates in real-time.

License: Eclipse Public License 1.0

C# 16.48% PHP 33.66% CSS 4.40% JavaScript 13.21% XSLT 0.79% Shell 0.05% HTML 31.40%

crisistracker's People

Contributors

jakobrogstadius avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

crisistracker's Issues

Your project seems to be using an outdated Sarissa version.

Hi,

I noticed your project using an outdated version of the Sarissa JavaScript/AJAX library. The version in your code base has version 0.9.9.5. The latest official version is 0.9.9.6 and it includes some fixes for IE9, among other things. Even that version is old and outdated. I exported the latest CVS trunk version from the official SourceForge CVS repository and exported it to Git and pushed it to GitHub. I made some fixes to the project's Maven POM and I'm trying to collect good quality third party patches for inclusion into the 0.9.9.7-SNAPSHOT branch that I started today. If you are still maintaining any projects that rely on Sarissa in any way, you might want to take a look: https://github.com/volkertb/sarissa/tree/0.9.9.7-SNAPSHOT

Have fun and carry on! :-)

Build failing on CentOS 6.3 with Mono 2.4

Hello,

this is Mathieu, we discussed already via the SBTF.

I'm trying to build CrisisTracker on CentOS 6.3 64 bits (Red Hat Enterprise Linux community rebuild).

I have cloned the GIT repository, run the build (commands and full output below) and get the following errors:

TrackFilter.cs(64,98): error CS0241:  Default parameter specifiers are not permitted
TwitterStreamConsumer.cs(254,25): error CS1526:  A new expression requires () or [] after type
TwitterStreamConsumer.cs(253,17): error CS0210:  You must provide an initializer in a fixed or using statement declaration
TwitterStreamConsumer.cs(254,106): error CS0201:  Only assignment, call, increment, decrement, and new object expressions can be used as a statement
TwitterStreamConsumer.cs(254,107): error CS1525:  Unexpected symbol `,', expecting `;'
TwitterStreamConsumer.cs(251,13): error CS1524:  Expected catch or finally
TwitterStreamConsumer.cs(263,17): error CS1518:  Expected `class', `delegate', `enum', `interface', or `struct'
TwitterStreamConsumer.cs(267,9): error CS8025:  Parsing error
WordCount.cs(71,67): error CS0241:  Default parameter specifiers are not permitted

Any idea of what could cause this?
Is it something in the code or should I change some build arguments.

I am an experienced Java developer, but I have very little experience with C# :(

Cheers,

Mathieu

[mbaudier@mostar Server]$ xbuild CrisisTracker.sln
XBuild Engine Version 2.4.3.1
Mono, Version 2.4.3.1
Copyright (C) Marek Sieradzki 2005-2008, Novell 2008-2009.

Build started 26/08/2012 11:03:47.


Project "/home/mbaudier/dev/floss/git/CrisisTracker/Server/CrisisTracker.sln" (default target(s)):

Target ValidateSolutionConfiguration:
    Building solution configuration "Debug|Mixed Platforms".

Target Build:
    Project "/home/mbaudier/dev/floss/git/CrisisTracker/Server/Common/Common.csproj" (default target(s)):

        Target _ValidateEssentialProperties:

        Target PrepareForBuild:
            Configuration: Debug Platform: AnyCPU

        Target SplitProjectReferencesByExistent:

        Target ResolveProjectReferences:

        Target ResolveAssemblyReferences:

        Target CopyFilesMarkedCopyLocal:

        Target AssignTargetPaths:

        Target SplitResourcesByCulture:

        Target CreateManifestResourceNames:

        Target GenerateResources:

        Target GenerateSatelliteAssemblies:
        Skipping target "GenerateSatelliteAssemblies" because its outputs are up-to-date.

        Target CoreCompile:
            Tool /usr/bin/gmcs execution started with arguments: /noconfig /debug:full /debug+ /optimize- /out:obj/Debug/CrisisTracker.Common.dll BinaryHeap.cs English.cs Helpers.cs Output.cs Properties/AssemblyInfo.cs Region.cs Settings.cs TrackFilter.cs TwitterStreamConsumer.cs WordCount.cs WordStemCache.cs /target:library /define:DEBUG;TRACE /reference:../MySql.Data.dll /reference:/usr/lib64/mono/2.0/System.dll /reference:/usr/lib64/mono/2.0/System.Core.dll /reference:/usr/lib64/mono/2.0/System.Xml.Linq.dll /reference:/usr/lib64/mono/2.0/System.Data.DataSetExtensions.dll /reference:/usr/lib64/mono/2.0/System.Data.dll /reference:/usr/lib64/mono/2.0/System.Xml.dll /reference:/usr/lib64/mono/2.0/mscorlib.dll /reference:/usr/lib64/mono/2.0/System.Configuration.Install.dll /reference:/usr/lib64/mono/2.0/System.Transactions.dll /reference:/usr/lib64/mono/2.0/System.Drawing.dll /warn:4

TrackFilter.cs(64,98): error CS0241: Default parameter specifiers are not permitted
TwitterStreamConsumer.cs(254,25): error CS1526: A new expression requires () or [] after type
TwitterStreamConsumer.cs(253,17): error CS0210: You must provide an initializer in a fixed or using statement declaration
TwitterStreamConsumer.cs(254,106): error CS0201: Only assignment, call, increment, decrement, and new object expressions can be used as a statement
TwitterStreamConsumer.cs(254,107): error CS1525: Unexpected symbol ,', expecting;'
TwitterStreamConsumer.cs(251,13): error CS1524: Expected catch or finally
TwitterStreamConsumer.cs(263,17): error CS1518: Expected class',delegate', enum',interface', or `struct'
TwitterStreamConsumer.cs(267,9): error CS8025: Parsing error
WordCount.cs(71,67): error CS0241: Default parameter specifiers are not permitted
Task "Csc" execution -- FAILED
Done building target "CoreCompile" in project "/home/mbaudier/dev/floss/git/CrisisTracker/Server/Common/Common.csproj".-- FAILED

        Target _GetCompileOutputsForClean:

        Target _RecordCleanFile:

    Done building project "/home/mbaudier/dev/floss/git/CrisisTracker/Server/Common/Common.csproj".-- FAILED

Task "MSBuild" execution -- FAILED
Done building target "Build" in project "/home/mbaudier/dev/floss/git/CrisisTracker/Server/CrisisTracker.sln".-- FAILED

Done building project "/home/mbaudier/dev/floss/git/CrisisTracker/Server/CrisisTracker.sln".-- FAILED

Build FAILED.
Errors:

/home/mbaudier/dev/floss/git/CrisisTracker/Server/CrisisTracker.sln (default targets) ->
(Build target) ->
/home/mbaudier/dev/floss/git/CrisisTracker/Server/Common/Common.csproj (default targets) ->
(CoreCompile target) ->

TrackFilter.cs(64,98): error CS0241:  Default parameter specifiers are not permitted
TwitterStreamConsumer.cs(254,25): error CS1526:  A new expression requires () or [] after type
TwitterStreamConsumer.cs(253,17): error CS0210:  You must provide an initializer in a fixed or using statement declaration
TwitterStreamConsumer.cs(254,106): error CS0201:  Only assignment, call, increment, decrement, and new object expressions can be used as a statement
TwitterStreamConsumer.cs(254,107): error CS1525:  Unexpected symbol `,', expecting `;'
TwitterStreamConsumer.cs(251,13): error CS1524:  Expected catch or finally
TwitterStreamConsumer.cs(263,17): error CS1518:  Expected `class', `delegate', `enum', `interface', or `struct'
TwitterStreamConsumer.cs(267,9): error CS8025:  Parsing error
WordCount.cs(71,67): error CS0241:  Default parameter specifiers are not permitted

 0 Warning(s)
 9 Error(s)

Time Elapsed 00:00:00.2399310

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.