Re: [Mingw-w64-public] link error when building openexr ilmbase library...

2010-09-25 Thread Hradec
d file. that's what happens when, instead of doing the long path, but doing it right, we choose the short "kinda wrong" path... lesson learned! =P really sorry about that and really appreciate the time you put in to help me out so far, man! =) -H On Fri, Sep 24, 2010 at 10:17

Re: [Mingw-w64-public] link error when building openexr ilmbase library...

2010-09-24 Thread Hradec
I'll try that.. thanks!! On Fri, Sep 24, 2010 at 9:57 PM, JonY wrote: > On 9/25/2010 12:58, Hradec wrote: > >> by the way... I'm just having a look at an old build I did on a windows >> box >> using msys and al old mingw (3.4.5)... It did compiled susccessfuly

Re: [Mingw-w64-public] link error when building openexr ilmbase library...

2010-09-24 Thread Hradec
Also, libhalf.lahas nothing BUT libHalf-6.dll... It definitely looks like configure is going bananas because of the cross build environment... -H On Fri, Sep 24, 2010 at 9:52 PM, Hradec wrote: > humm... I got no Visual Studio installed... only lib.exe in my path... > Could it be that libtool

Re: [Mingw-w64-public] link error when building openexr ilmbase library...

2010-09-24 Thread Hradec
onY wrote: > On 9/25/2010 11:29, Hradec wrote: > >> Hi there... >> >> Its being a while we spoke about this and I end up deciding to build a >> linux >> box to do the cross compiling, instead of OSX. >> >> Things are way smoother now, but I'm

Re: [Mingw-w64-public] link error when building openexr ilmbase library...

2010-09-24 Thread Hradec
ibs && rm -f libHalf.la && ln -s ../libHalf.la libHalf.la) as you can see, there's no errors at this point, but later when installing it complains about not finding the dll. any thoughts? -H On Tue, Jun 8, 2010 at 9:39 AM, Hradec wrote: > I fixed the "::_Ex

Re: [Mingw-w64-public] Did anyone got TBB 2.2 to build with mingw64 before?

2010-09-20 Thread Hradec
t 1 of 'uintptr_t AtomicAdd(volatile uintptr_t&, uintptr_t)' ../../src/tbbmalloc/MemoryAllocator.cpp: In function 'void rml::internal::freeLargeObject(void*)': ../../src/tbbmalloc/MemoryAllocator.cpp:1468:62: error: invalid initialization of reference of type 'volatile uin

[Mingw-w64-public] Did anyone got TBB 2.2 to build with mingw64 before?

2010-09-20 Thread Hradec
/media/MyBook2TB_2/Mirror/cortex4all/trunk/OIIO/externals/build/mingw/obj/tbb22_004oss/build/windows_ia32_gcc_mingw_debug' make[1]: *** [tbbmalloc] Error 2 make[1]: Leaving directory `/media/MyBook2TB_2/Mirror/cortex4all/trunk/OIIO/externals/build/mingw/obj/tbb22_004oss' I'm using t

[Mingw-w64-public] automated build gcc binary prints weird library path when running "-print-search-dirs"

2010-06-09 Thread Hradec
I notice this problem when trying to build openexr package with the automated build mingw64... if you run: i686-w64-mingw32-gcc -print-search-dirs you get and output similar to this: install: /Volumes/Data/Users/hradec/dev/svn/cortex4all/trunk/compilers/darwin.mingw32.4.6.0_20100528/bin

Re: [Mingw-w64-public] link error when building openexr ilmbase library...

2010-06-08 Thread Hradec
hardcoded into gcc: /bin/sh ../libtool --tag=CXX --mode=link i686-w64-mingw32-g++ -I/Volumes/Data/Users/hradec/dev/svn/cortex4all/trunk/OIIO/externals/pthreads/build/GC_x86_4.6.0_20100528/include/ -L/Volumes/Data/Users/hradec/dev/svn/cortex4all/trunk/OIIO/externals/pthreads/build/GC_x86_4.6.0_20

Re: [Mingw-w64-public] link error when building openexr ilmbase library...

2010-06-08 Thread Hradec
Hi there... I got it building past that point... thanks a lot for all the help!!! But now I'm getting this when compiling another source: In file included from /Volumes/Data/Users/hradec/dev/svn/cortex4all/trunk/compilers/darwin.mingw32.4.6.0_20100605/bin/../lib/gcc/i686-w64-mingw32/

Re: [Mingw-w64-public] link error when building openexr ilmbase library...

2010-06-01 Thread Hradec
also, by doing a grep _eLut, this is the result: hradec$ grep '_eLut' /Volumes/Data/Users/hradec/dev/svn/cortex4all/trunk/OIIO/externals/./build/mingw/ilmbase-1.0.1/lib/* Binary file /Volumes/Data/Users/hradec/dev/svn/cortex4all/trunk/OIIO/externals/./build/mingw/ilmbase-1.0.1/lib

Re: [Mingw-w64-public] link error when building openexr ilmbase library...

2010-06-01 Thread Hradec
i686-w64-mingw32-g++ -I/Volumes/Data/Users/hradec/dev/svn/cortex4all/trunk/OIIO/externals/pthreads/build/GC_x86_4.6.0_20100528/include/ -L/Volumes/Data/Users/hradec/dev/svn/cortex4all/trunk/OIIO/externals/pthreads/build/GC_x86_4.6.0_20100528/lib/ -I./src/include -DWINAPI=__stdcall -D__MINGW32__

Re: [Mingw-w64-public] link error when building openexr ilmbase library...

2010-06-01 Thread Hradec
6 PM, JonY wrote: > On 6/1/2010 10:30, Hradec wrote: > >> yeah... I already find it... the problem is that libtool is being >> generated >> after the configure script, and my automatic build system runs before >> configure, so I would have to patch configure in order to get

Re: [Mingw-w64-public] link error when building openexr ilmbase library...

2010-05-31 Thread Hradec
at 6:57 PM, JonY wrote: > On 6/1/2010 09:57, Hradec wrote: > >> cool... I'll try that! >> >> a question... the ilmbase configure script if figuring all that out by >> itself... I'm wondering if there's a default mechanism that a configure >> scrip

Re: [Mingw-w64-public] link error when building openexr ilmbase library...

2010-05-31 Thread Hradec
ptions using an environment variable to remove booth .o and -nostdlib options? this way I can avoid patching the standard configure script... -H On Mon, May 31, 2010 at 2:06 AM, JonY wrote: > On 5/31/2010 16:11, Hradec wrote: > >> thanks for the idea... just tried and now I got multiple

Re: [Mingw-w64-public] link error when building openexr ilmbase library...

2010-05-31 Thread Hradec
thanks for the idea... just tried and now I got multiple definitions: i686-w64-mingw32-g++ -I/Volumes/Data/Users/hradec/dev/svn/cortex4all/trunk/OIIO/externals/pthreads/build/GC_x86_4.6.0_20100528/include/ -L/Volumes/Data/Users/hradec/dev/svn/cortex4all/trunk/OIIO/externals/pthreads/build

[Mingw-w64-public] link error when building openexr ilmbase library...

2010-05-30 Thread Hradec
thanks in advance! -H output log: i686-w64-mingw32-g++ -I/Volumes/Data/Users/hradec/dev/svn/cortex4all/trunk/OIIO/externals/pthreads/build/GC_x86_4.6.0_20100528/include/ -L/Volumes/Data/Users/hradec/dev/svn/corte