-
Hi frm,
I checked it and it worked. But I would strongly suggest to keep the lines with "mac" also in there for the people still using 2.8...
Grtz,
Steven.
2009-10-16 11:42:46 UTC in wxCode - wxWidgets components
-
In wxwin.m4 there is a mistake which affects all components which make use of wxcode.m4 -> wxwin.m4:
around line 867 there is being done a check for all kind of ports.
But in "$WX_SELECTEDCONFIG", I have "osx_carbon-unicode-static-2.9"...
As such it doesn't find there is any port available...
The ports I have are:
Default config is osx_carbon-unicode-static-2.9
Default...
2009-10-16 08:40:46 UTC in wxCode - wxWidgets components
-
When compiling:
#include
int main( int argc, char*argv[] ) {
unsigned long long i;
sscanf(argv[1], "%llu", &i);
printf("%llu", i);
return 0
}
I get this warnings:
C:\tmp>g++ tst.cpp
tst.cpp: In function 'int main(int, char**)':
tst.cpp:7: error: expected ';' before '}' token
C:\tmp>g++ -Wall tst.cpp
tst.cpp: In function 'int main(int, char**)':
tst.cpp:4...
2009-07-08 09:50:44 UTC in MinGW - Minimalist GNU for Windows
-
Please find the patch attached. This fixes the warnings on VS2008.
Tested re-compilation on Debian, Mac OSX 10.5, Windows VS 2005 & Windows VS2008.
Grtz,
Steven.
2009-05-25 10:46:32 UTC in libssh2
-
Hi badger,
I just checked out the provided .dsw (converted it with "MS Visual Studio 2008, version 9.0.30729.1 SP" (VS Studio Express C++))...
What I did:
* checkout from CVS the latest version
* open libssh2/win32/libssh2.dsw with my VSStudio
* press "yes to all" at the conversion question
* build everything in debug mode
I get these errors:
1>------ Build started: Project...
2009-05-08 10:19:33 UTC in libssh2
-
Probably this is because you use the default projects. I re-create my project via CMake so I could hang it in my current build-tree.
Very probably the error level is higher than the one in the default projects?.
2009-05-06 13:08:29 UTC in libssh2
-
..\..\externals\libssh2\src\sftp.c(381) : warning C4244: 'initializing' : conversion from 'time_t' to 'long', possible loss of data
..\..\externals\libssh2\src\sftp.c(1657) : warning C4244: 'return' : conversion from 'libssh2_uint64_t' to 'size_t', possible loss of data
..\..\externals\libssh2\src\scp.c(750) : warning C4244: '=' : conversion from 'long' to 'unsigned short', possible loss of...
2009-05-06 12:50:09 UTC in libssh2
-
Hi,
While trying to compile subversion 1.6.0 I encountered the following - breaking - issue:
C:/msys/1.0/home/id943042/subversion-1.6.0/subversion/libsvn_subr/.libs/libsvn_subr-1.a(win32_xlate.o): In function `get_page_id_from_name':
C:/msys/1.0/home/id943042/subversion-1.6.0/subversion/libsvn_subr/win32_xlate.c:94: undefined reference to `_IID_IMultiLanguage'
This is defined as an...
2009-03-26 12:40:50 UTC in MinGW - Minimalist GNU for Windows
-
Please find hereby attached a patch that I needed to make libssh2 compile under MinGW (command line, not MSYS) without a warning.
I don't know for sure if this inline-redefining is the correct thing to do, but it worked for me.
Greetings,
Steven.
2009-03-09 11:55:46 UTC in libssh2
-
g00fy committed revision 183 to the Trade Analyzer SVN repository, changing 1 files.
2009-02-16 21:50:01 UTC in Trade Analyzer