|
[Sponsors] |
January 29, 2009, 00:07 |
Dear all
I am trying to comp
|
#1 |
New Member
Murasaki Shikibu
Join Date: Mar 2009
Posts: 2
Rep Power: 0 |
Dear all
I am trying to compile a program using wmake. However when I compile I get the following long error message c++/4.3.1/bits/postypes.h:50:35: error: stdint.h: No such file or directory In file included from /home/steven/OpenFOAM/ThirdParty/gcc-4.3.1/platforms/linux/bin/../lib/gcc/i686-p c-linux-gnu/4.3.1/../../../../include/c++/4.3.1/bits/char_traits.h:48, from /home/steven/OpenFOAM/ThirdParty/gcc-4.3.1/platforms/linux/bin/../lib/gcc/i686-p c-linux-gnu/4.3.1/../../../../include/c++/4.3.1/string:47, from /home/steven/OpenFOAM/OpenFOAM-1.5/src/OpenFOAM/lnInclude/string.H:51, from /home/steven/OpenFOAM/OpenFOAM-1.5/src/OpenFOAM/lnInclude/word.H:44, from /home/steven/OpenFOAM/OpenFOAM-1.5/src/OpenFOAM/lnInclude/int.H:40, from /home/steven/OpenFOAM/OpenFOAM-1.5/src/OpenFOAM/lnInclude/label.H:55, from /home/steven/OpenFOAM/OpenFOAM-1.5/src/OpenFOAM/lnInclude/labelList.H:36, from /home/steven/OpenFOAM/OpenFOAM-1.5/src/OpenFOAM/lnInclude/Pstream.H:45, from /home/steven/OpenFOAM/OpenFOAM-1.5/src/OpenFOAM/lnInclude/OPstream.H:37, from /home/steven/OpenFOAM/OpenFOAM-1.5/src/OpenFOAM/lnInclude/parRun.H:36, from /home/steven/OpenFOAM/OpenFOAM-1.5/src/finiteVolume/lnInclude/fvCFD.H:4, from setvelocity.C:34: Does anyone one have any idea what is wrong ? The programs run ok so does foam installation. I am using. I am using gcc 4.3.1 Is it because of this is too old version ? regards Murasaki |
|
January 29, 2009, 01:59 |
You are missing some basic dev
|
#2 |
Senior Member
Martin Beaudoin
Join Date: Mar 2009
Posts: 332
Rep Power: 22 |
You are missing some basic development packages on your system.
The one providing the file stdint.h, among other things, is called libstdc++-devel. On my OpenSUSE system, the complete name for this RPM is called libstdc++42-devel-4.2.1_20070724-17 . Martin |
|
February 10, 2009, 05:59 |
Where can I download this pack
|
#3 |
New Member
Murasaki Shikibu
Join Date: Mar 2009
Posts: 2
Rep Power: 0 |
Where can I download this package ?
What other development pakages do I need ? Is there a list? Murasaki |
|
February 10, 2009, 12:52 |
> Where can I download this pa
|
#4 |
Senior Member
Martin Beaudoin
Join Date: Mar 2009
Posts: 332
Rep Power: 22 |
> Where can I download this package ?
The person who did the installation of your workstation should have a pretty good idea... Martin |
|
July 30, 2010, 05:34 |
|
#5 |
New Member
Robyn
Join Date: Jun 2010
Posts: 14
Rep Power: 16 |
Let's say that person doesn't know where to get the package from for the installation where should that said person go? I also have the same problem but did the installation of OpenSUSE and am still knew to the programming world but have made my way through OpenFoam. Now I'm trying to implement a new solver such as simpleFoam with a heat gradient capability but have run into the problem listed above.
Would love to hear your thoughts! Regards, Robyn |
|
July 30, 2010, 09:53 |
|
#6 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings Robyn,
Got problems with OpenSUSE+OpenFOAM? Get them fixed here: http://www.cfd-online.com/Forums/ope...-2-11-3-a.html In that thread, Alberto posted two links to his blog on How to install OpenFOAM 1.7 in OpenSUSE 11.2 and 11.3. If that isn't enough, you'll have to be more specific with your questions Best regards, Bruno
__________________
|
|
August 9, 2010, 15:03 |
Getting libraries
|
#7 |
Senior Member
|
Else, the first thing I would try is to use YAST or YUM (depending on the system used) and look for this libstdc-thingy.
To my experience, most often I did find the file just somewhere in the normal repositories. The "devel"-packages just often are not installed, because they are needed only seldom for the daily user. For YUM, something like "yum install *libstdc*" might already give you something you desire, for YAST I do not know the commands. Though at both you will need to be Root or at least specific rights... |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Wmake as User | sven82 | OpenFOAM Installation | 3 | August 14, 2013 04:23 |
Error with Wmake | skabilan | OpenFOAM Installation | 3 | July 28, 2009 01:35 |
Anyone using distcc with wmake | kar | OpenFOAM | 2 | March 14, 2008 06:13 |
Wmake error OpenSUSE 103 64 bit arch | tom | OpenFOAM Installation | 5 | February 8, 2008 13:57 |
Wmake error suffix or operands invalid for bpushb | stefan82 | OpenFOAM Installation | 2 | May 16, 2007 10:56 |