Hello Guys:
Yes, the safest route is to build the dependencies yourself for then you know that everything has the same build flags.
Take care
Garrett
On Feb 23, 2011, at 5:46 PM, Bogart, Christopher W. wrote:
> R6034 is a sign of Windows binary incompatibility usually between the
> VC++ runtime library your manifest points to and something you tried to
> build or build against.
>
> Things to check are:
>
> 1) different things built as a mix of 32 and 64 bit apps . You said you
> were building on Windows 7 against prebuilt OSSIM dependencies( which
> were built 32 bit using VS2008), make sure that you didn't do a 64 bit
> build of your OSSIM stuff. Try a clean build 32 bit.
>
> 2) different versions of VS were used to build different things, as
> Garrett and Jim mentioned. Sometimes this does work , sometimes not.
>
>
>
>
> Building OSSIM against prebuilt dependencies, all 32-bit, all using VS
> 2008 Professional or better, from CMake generated VS solutions, has
> worked for me consistently on Windows XP Pro.
>
> For other configurations I've found I often had to build the OSSIM
> dependencies myself as well as OSSIM.
>
> Chris
>
>
>
> -----Original Message-----
> From: ossim-developer-bounces@...
> [mailto:ossim-developer-bounces@...] On Behalf Of jim
> hopper
> Sent: Wednesday, February 23, 2011 5:09 PM
> To: Garrett Potts; ossim users
> Subject: Re: [OSSIM] compiling ossim_qt4
>
> Garrett,
>
> That's a good point. We had a issues with qt4 programs when we had both
> vs2005 and 2008 on the system. I could build stuff with 2008, but it
> wouldn't run when I got done. I ended up creating a separate virtual
> machine
> for each environments. I do know it can be done as some folks here are
> doing it, but they can't tell us the secret to getting them to live
> together.
>
> Best jim
>
>
>
> On 2/23/11 4:26 PM, "Garrett Potts" <potts@...> wrote:
>
>> Hello:
>>
>> Also, I think you said you upgraded from VS2005. I wonder if 2005
> has your
>> system polluted with an old runtime library or you didn't
> remove/clean ossim
>> up before the new build?
>>
>>
>> Take care
>>
>> Garrett
>>
>> On Feb 23, 2011, at 4:08 PM, aleberkn wrote:
>>
>>>
>>> Not of the clear yet.
>>>
>>> I was able to compile everything but when I tried to run ossim-info I
> got an
>>> R6034 error, an app has made an attempt to load the C Runtime library
>>> incorrectly.
>>>
>>> This message is saying that I tried to run an executable without a
> manifest
>>> file. A manifest was created for ossim-info.exe, it is named
>>> ossim-info.exe.manifest.
>>>
>>> There must be something wrong with the way the manifest was created
> during
>>> the build process.
>>>
>>> Any ideas?
>>>
>>> Thanks,
>>> Alan
>>> --
>>> View this message in context:
>>>
> http://osgeo-org.1803224.n2.nabble.com/compiling-ossim-qt4-tp6052945p605
> 7860.
>>> html
>>> Sent from the Ossim-developer mailing list archive at Nabble.com.
>>>
>>>
> ------------------------------------------------------------------------
> ----->>
> -
>>> Free Software Download: Index, Search & Analyze Logs and other IT
> data in
>>> Real-Time with Splunk. Collect, index and harness all the fast moving
> IT data
>>> generated by your applications, servers and devices whether physical,
> virtual
>>> or in the cloud. Deliver compliance at lower cost and gain new
> business
>>> insights. http://p.sf.net/sfu/splunk-dev2dev
>>> _______________________________________________
>>> http://www.ossim.org
>>> Ossim-developer mailing list
>>> Ossim-developer@...
>>> https://lists.sourceforge.net/lists/listinfo/ossim-developer
>>
>>
>>
> ------------------------------------------------------------------------
> ------
>> Free Software Download: Index, Search & Analyze Logs and other IT data
> in
>> Real-Time with Splunk. Collect, index and harness all the fast moving
> IT data
>> generated by your applications, servers and devices whether physical,
> virtual
>> or in the cloud. Deliver compliance at lower cost and gain new
> business
>> insights. http://p.sf.net/sfu/splunk-dev2dev
>> _______________________________________________
>> http://www.ossim.org
>> Ossim-developer mailing list
>> Ossim-developer@...
>> https://lists.sourceforge.net/lists/listinfo/ossim-developer
>
>
> ------------------------------------------------------------------------
> ------
> Free Software Download: Index, Search & Analyze Logs and other IT data
> in
> Real-Time with Splunk. Collect, index and harness all the fast moving IT
> data
> generated by your applications, servers and devices whether physical,
> virtual
> or in the cloud. Deliver compliance at lower cost and gain new business
> insights. http://p.sf.net/sfu/splunk-dev2dev
> _______________________________________________
> http://www.ossim.org
> Ossim-developer mailing list
> Ossim-developer@...
> https://lists.sourceforge.net/lists/listinfo/ossim-developer
>
> ------------------------------------------------------------------------------
> Free Software Download: Index, Search & Analyze Logs and other IT data in
> Real-Time with Splunk. Collect, index and harness all the fast moving IT data
> generated by your applications, servers and devices whether physical, virtual
> or in the cloud. Deliver compliance at lower cost and gain new business
> insights. http://p.sf.net/sfu/splunk-dev2dev
> _______________________________________________
> http://www.ossim.org
> Ossim-developer mailing list
> Ossim-developer@...
> https://lists.sourceforge.net/lists/listinfo/ossim-developer
|