Re: [Mingw-w64-public] undefined reference to `__imp__fribidi_get_joining_types'

2012-03-08 Thread JonY
On 3/8/2012 11:53, Kyle wrote: > On 3/1/2012 4:37 AM, JonY wrote: >> On 3/1/2012 11:06, Kyle wrote: >>> I'm getting a imp error when trying to compile FFmpeg with MinGW-w64. >>> I'm trying to get libass enabled, which requires on fribidi. >>> >>> Both of these packages compiled fine, but when tryin

Re: [Mingw-w64-public] undefined reference to `__imp__fribidi_get_joining_types'

2012-03-08 Thread Earnie Boyd
On Thu, Mar 8, 2012 at 4:26 AM, JonY wrote: >>> On 3/1/2012 11:06, Kyle wrote: The only __declspec(dllexport) I can find in fribidi is in lib/common.h: #if (defined(WIN32)) || (defined(_WIN32_WCE)) # define FRIBIDI_ENTRY __declspec(dllexport) #endif /* WIN32 */ If dllexport wit

Re: [Mingw-w64-public] Fwd: host/build/target for multilib cross compiler

2012-03-08 Thread niXman
2012/3/7 niXman : > I have two thoughts: > 1. Incorrectly configured binutils. > 2. For the GCC configure to be able to specify the path to the 32/64 > bit libraries. > > Ping? I found a blog post about the same problem: http://pete.akeo.ie/search/label/MinGW-w64 and on mingw-w64 forum: https://so

[Mingw-w64-public] missing _S_ISREG and _S_IFDIR

2012-03-08 Thread Vincent Torri
hey acording to that doc: http://msdn.microsoft.com/en-us/library/14h5k7ff%28VS.71%29.aspx the macros _S_IFDIR and _S_ISREG can be used to check if the file is a directory or a regular file. Only the macro without the leading _ are define. Vincent Torri

Re: [Mingw-w64-public] missing _S_ISREG and _S_IFDIR

2012-03-08 Thread Kai Tietz
2012/3/8 Vincent Torri : > hey > > acording to that doc: > > http://msdn.microsoft.com/en-us/library/14h5k7ff%28VS.71%29.aspx > > the macros _S_IFDIR and _S_ISREG can be used to check if the file is a > directory or a regular file. Only the macro without the leading _ are > define. > > Vincent Torr

Re: [Mingw-w64-public] missing _S_ISREG and _S_IFDIR

2012-03-08 Thread Vincent Torri
On Thu, Mar 8, 2012 at 7:39 PM, Kai Tietz wrote: > 2012/3/8 Vincent Torri : >> hey >> >> acording to that doc: >> >> http://msdn.microsoft.com/en-us/library/14h5k7ff%28VS.71%29.aspx >> >> the macros _S_IFDIR and _S_ISREG can be used to check if the file is a >> directory or a regular file. Only th

Re: [Mingw-w64-public] missing _S_ISREG and _S_IFDIR

2012-03-08 Thread Kai Tietz
2012/3/8 Vincent Torri : > On Thu, Mar 8, 2012 at 7:39 PM, Kai Tietz wrote: >> 2012/3/8 Vincent Torri : >>> hey >>> >>> acording to that doc: >>> >>> http://msdn.microsoft.com/en-us/library/14h5k7ff%28VS.71%29.aspx >>> >>> the macros _S_IFDIR and _S_ISREG can be used to check if the file is a >>>

Re: [Mingw-w64-public] missing _S_ISREG and _S_IFDIR

2012-03-08 Thread Vincent Torri
On Thu, Mar 8, 2012 at 9:21 PM, Kai Tietz wrote: > 2012/3/8 Vincent Torri : >> On Thu, Mar 8, 2012 at 7:39 PM, Kai Tietz wrote: >>> 2012/3/8 Vincent Torri : hey acording to that doc: http://msdn.microsoft.com/en-us/library/14h5k7ff%28VS.71%29.aspx the macros _S_

[Mingw-w64-public] Problem with compiling x64 version of Stellarium

2012-03-08 Thread Teemu Nätkinniemi
Hello! I've managed succesfully to build x64 version of Stellarium but had to fix msxml.h to get it compiling. I am not sure where the problem lies, maybe I have to include something? Commenting out the lines with errors made the build succeed. I noticed someone else had this same problem earl

Re: [Mingw-w64-public] Problem with compiling x64 version of Stellarium

2012-03-08 Thread JonY
On 3/9/2012 05:12, Teemu Nätkinniemi wrote: > Hello! > > I've managed succesfully to build x64 version of Stellarium but had to > fix msxml.h to get it compiling. I am not sure where the problem lies, > maybe I have to include something? Commenting out the lines with errors > made the build suc