dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

devenv-error.txt (1460B)


      1 -- mode: compilation; default-directory: "~/" --
      2 Compilation started at Mon Jul 13 14:26:40
      3 
      4 "C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv.com" C:\working_chad\dev_grep\build_grep_database\build_grep_database.sln /build Debug
      5 
      6 Microsoft (R) Microsoft Visual Studio 2012 Version 11.0.61030.0.
      7 Copyright (C) Microsoft Corp. All rights reserved.
      8 1>------ Build started: Project: build_grep_database, Configuration: Release Win32 ------
      9 1>Build started 7/13/2015 2:26:41 PM.
     10 1>InitializeBuildStatus:
     11 1> Creating "Release\build_grep_database.unsuccessfulbuild" because "AlwaysCreate" was specified.
     12 1>ClCompile:
     13 1> All outputs are up-to-date.
     14 1> DatabaseConnection.cpp
     15 1>c:\working_chad\dev_grep\build_grep_database\databaseconnection.cpp(18): error C2059: syntax error : 'bad suffix on number'
     16 1>c:\working_chad\dev_grep\build_grep_database\databaseconnection.cpp(18): error C2146: syntax error : missing ';' before identifier 'dsfsdf'
     17 1>c:\working_chad\dev_grep\build_grep_database\databaseconnection.cpp(18): error C2065: 'dsfsdf' : undeclared identifier
     18 1>c:\working_chad\dev_grep\build_grep_database\databaseconnection.cpp(97): warning C4244: 'return' : conversion from 'my_ulonglong' to 'long', possible loss of data
     19 1>
     20 1>Build FAILED.
     21 1>
     22 1>Time Elapsed 00:00:00.77
     23 ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
     24 
     25 Compilation exited abnormally with code 1 at Mon Jul 13 14:26:42