Important changes in trunk

Money Manager Ex Development related posts for both Android and Desktop

Moderator: Renato

Nikolay
MMEX Developer
Posts: 1535
Joined: Sat Dec 06, 2008 2:27 pm
Are you a spam bot?: No
Location: Sankt-Petersburg, Russia

Re: Important changes in trunk

Post by Nikolay »

HI

mingw.log:

Code: Select all

process_begin: CreateProcess(NULL, -c "if not exist gcc_statu mkdir gcc_statu", ...) failed.
make (e=2): Не удается найти указанный файл.
mingw32-make: [gcc_statu] Error 2 (ignored)
In file included from ../../sqlite/sqlite3secure.c:1:
../../sqlite/sqlite3.c: In function `winRandomness':
../../sqlite/sqlite3.c:28846: warning: comparison between signed and unsigned
../../sqlite/sqlite3.c:28852: warning: comparison between signed and unsigned
../../sqlite/sqlite3.c:28857: warning: comparison between signed and unsigned
../../sqlite/sqlite3.c:28862: warning: comparison between signed and unsigned
../../sqlite/sqlite3.c: In function `attachFunc':
../../sqlite/sqlite3.c:64755: warning: dereferencing type-punned pointer will break strict-aliasing rules
../../sqlite/sqlite3.c: In function `sqlite3RunVacuum':
../../sqlite/sqlite3.c:83058: warning: dereferencing type-punned pointer will break strict-aliasing rules
../../sqlite/sqlite3.c: In function `sqliteDefaultBusyCallback':
../../sqlite/sqlite3.c:93483: warning: comparison between signed and unsigned
In file included from ../../sqlite/sqlite3secure.c:35:
../../sqlite/rijndael.c: In function `RijndaelBlockEncrypt':
../../sqlite/rijndael.c:1127: warning: suggest parentheses around arithmetic in operand of |
../../sqlite/rijndael.c: In function `RijndaelBlockDecrypt':
../../sqlite/rijndael.c:1281: warning: suggest parentheses around arithmetic in operand of |
../../sqlite/sqlite3secure.c: At top level:
../../sqlite/codecext.c:161: warning: unused parameter 'db'
../../sqlite/codecext.c:161: warning: unused parameter 'nDb'
../../sqlite/codecext.c:23: warning: unused parameter 'pArg'
../../sqlite/codecext.c:23: warning: unused parameter 'pageSize'
../../sqlite/codecext.c:23: warning: unused parameter 'reservedSize'
../../sqlite/codecext.c:6: warning: unused parameter 'info'
../../sqlite/codec.c:577: warning: unused parameter 'codec'
../../sqlite/codec.c:392: warning: unused parameter 'codec'
../../sqlite/codec.c:353: warning: unused parameter 'codec'
../../sqlite/sqlite3secure.c:50468: fatal error: opening dependency file gcc_statu\sqlite3_sqlite3secure.o.d: No such file or directory
compilation terminated.
mingw32-make: *** [gcc_statu\sqlite3_sqlite3secure.o] Error 1
Vadim
Super MMEX User
Posts: 142
Joined: Mon Aug 03, 2009 7:35 am
Are you a spam bot?: No

Re: Important changes in trunk

Post by Vadim »

Are you sure that you have the latest svn sources? Update sources, do "make clean" and try again.
Nikolay
MMEX Developer
Posts: 1535
Joined: Sat Dec 06, 2008 2:27 pm
Are you a spam bot?: No
Location: Sankt-Petersburg, Russia

Re: Important changes in trunk

Post by Nikolay »

Nothing helped. The log is the same.
Nikolay
MMEX Developer
Posts: 1535
Joined: Sat Dec 06, 2008 2:27 pm
Are you a spam bot?: No
Location: Sankt-Petersburg, Russia

Re: Important changes in trunk

Post by Nikolay »

Hi,

FYI
There is the alldata view has been added in the new version of mmex.
It's aesy to understand.
Post Reply