From: Deckard P. <pom...@ho...> - 2009-02-26 10:53:17
|
Hi, actually I am building an application to show vrml files with openGL in a MFC project (Windows, c++). After downloading openvrml-0.17.10.tar.gz I tried to run the project for Visual C++ 2008 but after including several libraries (freetype-2.3.8, libpng-1.2.35, boost_1_35_0), eliminating their errors, happen: LINK : fatal error LNK1104: cannot open file '..\..\lib\.lib' ...and I do not know how to solve this. Can anyone help me? Thanks. _________________________________________________________________ Descubre cómo compartir tus fotos con Windows Live. ¡Pruébalo ya! http://home.live.com/ |
From: Braden M. <br...@en...> - 2009-02-26 17:08:42
|
On Thu, 2009-02-26 at 11:53 +0100, Deckard Pollino wrote: > Hi, actually I am building an application to show vrml files with openGL in a MFC project (Windows, c++). After downloading openvrml-0.17.10.tar.gz I tried to run the project for Visual C++ 2008 but after including several libraries (freetype-2.3.8, libpng-1.2.35, boost_1_35_0), eliminating their errors, happen: > > LINK : fatal error LNK1104: cannot open file '..\..\lib\.lib' > > ...and I do not know how to solve this. Can anyone help me? Thanks. That's not a lot to go on. Can you provide more complete error output? And please provide the full command line invoking the linker that produced the error message. -- Braden McDaniel e-mail: <br...@en...> <http://endoframe.com> Jabber: <br...@ja...> |
From: Deckard P. <pom...@ho...> - 2009-02-26 17:39:35
|
Ok, now I tried following the steps here: http://sourceforge.net/mailarchive/message.php?msg_name=386804.97755.qm%40web46303.mail.sp1.yahoo.com and the new output is this: Compiling resources... Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 Copyright (C) Microsoft Corporation. All rights reserved. Linking... LINK : fatal error LNK1104: cannot open file 'libboost_thread-vc90-mt-gd-1_37.lib' > From: br...@en... > To: ope...@li... > Date: Thu, 26 Feb 2009 12:07:12 -0500 > Subject: Re: [openvrml-develop] link error > > On Thu, 2009-02-26 at 11:53 +0100, Deckard Pollino wrote: > > Hi, actually I am building an application to show vrml files with openGL in a MFC project (Windows, c++). After downloading openvrml-0.17.10.tar.gz I tried to run the project for Visual C++ 2008 but after including several libraries (freetype-2.3.8, libpng-1.2.35, boost_1_35_0), eliminating their errors, happen: > > > > LINK : fatal error LNK1104: cannot open file '..\..\lib\.lib' > > > > ...and I do not know how to solve this. Can anyone help me? Thanks. > > That's not a lot to go on. Can you provide more complete error output? > And please provide the full command line invoking the linker that > produced the error message. > > -- > Braden McDaniel e-mail: <br...@en...> > <http://endoframe.com> Jabber: <br...@ja...> > > > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise > -Strategies to boost innovation and cut costs with open source participation > -Receive a $600 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > openvrml-develop mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/openvrml-develop _________________________________________________________________ Consigue gratis el nuevo Messenger. ¡Descárgatelo! http://download.live.com/ |
From: Braden M. <br...@en...> - 2009-02-26 18:12:12
|
On 2/26/09 12:39 PM, Deckard Pollino wrote: > Ok, now I tried following the steps here: > > http://sourceforge.net/mailarchive/message.php?msg_name=386804.97755.qm%40web46303.mail.sp1.yahoo.com > > and the new output is this: > Compiling resources... > Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 > Copyright (C) Microsoft Corporation. All rights reserved. > Linking... > LINK : fatal error LNK1104: cannot open file 'libboost_thread-vc90-mt-gd-1_37.lib' You probably need to point your Visual Studio installation at the location of your Boost .lib files. -- Braden McDaniel e-mail: <br...@en...> <http://endoframe.com> Jabber: <br...@ja...> |
From: Deckard P. <pom...@ho...> - 2009-02-26 18:35:30
|
I installed boost_1_37_setup.exe and this libboost_thread-vc90-mt-gd-1_37.lib not exist on my computer. !!!!!!!???? > Date: Thu, 26 Feb 2009 13:11:31 -0500 > From: br...@en... > CC: ope...@li... > Subject: Re: [openvrml-develop] FW: link error > > On 2/26/09 12:39 PM, Deckard Pollino wrote: > > Ok, now I tried following the steps here: > > > > http://sourceforge.net/mailarchive/message.php?msg_name=386804.97755.qm%40web46303.mail.sp1.yahoo.com > > > > and the new output is this: > > Compiling resources... > > Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 > > Copyright (C) Microsoft Corporation. All rights reserved. > > Linking... > > LINK : fatal error LNK1104: cannot open file 'libboost_thread-vc90-mt-gd-1_37.lib' > > You probably need to point your Visual Studio installation at the > location of your Boost .lib files. > > -- > Braden McDaniel e-mail: <br...@en...> > <http://endoframe.com> Jabber: <br...@ja...> > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise > -Strategies to boost innovation and cut costs with open source participation > -Receive a $600 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > openvrml-develop mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/openvrml-develop _________________________________________________________________ Descubre cómo compartir tus fotos con Windows Live. ¡Pruébalo ya! http://home.live.com/ |
From: Deckard P. <pom...@ho...> - 2009-02-27 17:17:27
|
> So you need to go through > the tree of available libraries and, for each one, select the > "Multithread" and "Multithread Debug" variants for the compiler version > you're using. I have tried this and the result is the same: LINK : fatal error LNK1104: no se puede abrir el archivo 'libboost_thread-vc90-mt-gd-1_37.lib' Would it be possible to build these libraries besides the installer? > Date: Thu, 26 Feb 2009 15:47:25 -0500 > From: br...@en... > To: ope...@li... > Subject: Re: [openvrml-develop] FW: FW: link error > > On 2/26/09 1:35 PM, Deckard Pollino wrote: > > I installed boost_1_37_setup.exe and this libboost_thread-vc90-mt-gd-1_37.lib not exist on my computer. !!!!!!!???? > > Sigh. That's probably because that installer is broken. At least, it > appeared so when I just tried to use it. :-( > > You need the "Multithread" and "Multithread Debug" variants of the > libaries. The problem with the installer is that checking these options > in the "global selection" dialog phase you are first presented with does > not result in the corresponding libraries actually being selected for > installation in the subsequent dialog phase. So you need to go through > the tree of available libraries and, for each one, select the > "Multithread" and "Multithread Debug" variants for the compiler version > you're using. > > -- > Braden McDaniel e-mail: <br...@en...> > <http://endoframe.com> Jabber: <br...@ja...> > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise > -Strategies to boost innovation and cut costs with open source participation > -Receive a $600 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > openvrml-develop mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/openvrml-develop _________________________________________________________________ Llévate Messenger en tu móvil allá donde vayas ¿A qué esperas? http://serviciosmoviles.es.msn.com/ |
From: Braden M. <br...@en...> - 2009-02-26 20:47:54
|
On 2/26/09 1:35 PM, Deckard Pollino wrote: > I installed boost_1_37_setup.exe and this libboost_thread-vc90-mt-gd-1_37.lib not exist on my computer. !!!!!!!???? Sigh. That's probably because that installer is broken. At least, it appeared so when I just tried to use it. :-( You need the "Multithread" and "Multithread Debug" variants of the libaries. The problem with the installer is that checking these options in the "global selection" dialog phase you are first presented with does not result in the corresponding libraries actually being selected for installation in the subsequent dialog phase. So you need to go through the tree of available libraries and, for each one, select the "Multithread" and "Multithread Debug" variants for the compiler version you're using. -- Braden McDaniel e-mail: <br...@en...> <http://endoframe.com> Jabber: <br...@ja...> |
From: Braden M. <br...@en...> - 2009-02-27 18:00:45
|
On 2/27/09 12:17 PM, Deckard Pollino wrote: > > So you need to go through >> the tree of available libraries and, for each one, select the >> "Multithread" and "Multithread Debug" variants for the compiler version >> you're using. > > I have tried this and the result is the same: > LINK : fatal error LNK1104: no se puede abrir el archivo 'libboost_thread-vc90-mt-gd-1_37.lib' I think you must have missed something. I did what I described and I have a library by that name in "Program Files/boost/boost_1_37/lib". > Would it be possible to build these libraries besides the installer? It is certainly possible; you can follow the instructions here: <http://www.boost.org/doc/libs/1_38_0/more/getting_started/windows.html> But I think you'd have an easier time figuring out the installer's quirks. -- Braden McDaniel e-mail: <br...@en...> <http://endoframe.com> Jabber: <br...@ja...> |
From: Deckard P. <pom...@ho...> - 2009-02-27 18:09:40
|
Ok, this problem is solved by including the path. Thanks for your help. > Date: Fri, 27 Feb 2009 13:00:05 -0500 > From: br...@en... > To: ope...@li... > Subject: Re: [openvrml-develop] FW: FW: link error > > On 2/27/09 12:17 PM, Deckard Pollino wrote: > > > So you need to go through > >> the tree of available libraries and, for each one, select the > >> "Multithread" and "Multithread Debug" variants for the compiler version > >> you're using. > > > > I have tried this and the result is the same: > > LINK : fatal error LNK1104: no se puede abrir el archivo 'libboost_thread-vc90-mt-gd-1_37.lib' > > I think you must have missed something. I did what I described and I > have a library by that name in "Program Files/boost/boost_1_37/lib". > > > Would it be possible to build these libraries besides the installer? > > It is certainly possible; you can follow the instructions here: > > <http://www.boost.org/doc/libs/1_38_0/more/getting_started/windows.html> > > But I think you'd have an easier time figuring out the installer's quirks. > > -- > Braden McDaniel e-mail: <br...@en...> > <http://endoframe.com> Jabber: <br...@ja...> > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise > -Strategies to boost innovation and cut costs with open source participation > -Receive a $600 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > openvrml-develop mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/openvrml-develop _________________________________________________________________ Anímate y disfruta con los mejores juegos de Messenger, ¡descúbrelos! http://www.vivelive.com/juegos/ |