Forum: MPC for UNIX
23 August 2009, 01:01 pm
|
Replies: 29
Views: 100,776
|
Forum: Development
17 August 2009, 09:43 am
|
Replies: 1
Views: 17,493
Deprecated function rindex
The function rindex used at line 843 in mpcenc/mpcenc.c (added in rev. 452) is deprecated and causes an error on MinGW.
It could be safely substituted with strrchr.
|
Forum: Development
26 June 2009, 10:16 am
|
Replies: 7
Views: 20,739
|
Forum: Development
25 June 2009, 07:05 am
|
Replies: 7
Views: 20,739
|
Forum: Development
23 June 2009, 07:17 pm
|
Replies: 7
Views: 20,739
|
Forum: General
19 June 2009, 10:26 am
|
Replies: 57
Views: 159,115
|
Forum: General
18 June 2009, 08:52 am
|
Replies: 57
Views: 159,115
I've experienced crashes when compiling static...
I've experienced crashes when compiling static library on Windows, since my app links to zlib too which exports the crc32 symbol.
I put together a patch to use __declspec(dllexport) which solves the...
|
Forum: Development
26 June 2008, 08:53 am
|
Replies: 7
Views: 20,739
Ok, I've attached the patches.
...
Ok, I've attached the patches.
libmpcs-0.1-headers-fix.patch fixes the problem with make dist
libmpcs-0.1-mingw-fix.patch fixes the problem with cross-compiling
Best Regards,
Leandro
|
Forum: Development
06 June 2008, 09:07 am
|
Replies: 7
Views: 20,739
SV8 and autotools
Hi,
is the autotool build method being mantained in SV8?
I downloaded libmpc from SVN and after doing a "make dist" the package was missing some header files.
Also I had some troubles...
|