CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM

Wmake error

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 28, 2009, 23:07
Default Dear all I am trying to comp
  #1
New Member
 
Murasaki Shikibu
Join Date: Mar 2009
Posts: 2
Rep Power: 0
murasaki is on a distinguished road
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
murasaki is offline   Reply With Quote

Old   January 29, 2009, 00:59
Default You are missing some basic dev
  #2
Senior Member
 
Martin Beaudoin
Join Date: Mar 2009
Posts: 332
Rep Power: 22
mbeaudoin will become famous soon enough
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
mbeaudoin is offline   Reply With Quote

Old   February 10, 2009, 04:59
Default Where can I download this pack
  #3
New Member
 
Murasaki Shikibu
Join Date: Mar 2009
Posts: 2
Rep Power: 0
murasaki is on a distinguished road
Where can I download this package ?
What other development pakages do I need ? Is there a list?

Murasaki
murasaki is offline   Reply With Quote

Old   February 10, 2009, 11:52
Default > Where can I download this pa
  #4
Senior Member
 
Martin Beaudoin
Join Date: Mar 2009
Posts: 332
Rep Power: 22
mbeaudoin will become famous soon enough
> Where can I download this package ?

The person who did the installation of your workstation should have a pretty good idea...

Martin
mbeaudoin is offline   Reply With Quote

Old   July 30, 2010, 04:34
Default
  #5
New Member
 
Robyn
Join Date: Jun 2010
Posts: 14
Rep Power: 15
robyn is on a distinguished road
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
robyn is offline   Reply With Quote

Old   July 30, 2010, 08:53
Default
  #6
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
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
__________________
wyldckat is offline   Reply With Quote

Old   August 9, 2010, 14:03
Default Getting libraries
  #7
Senior Member
 
Bernhard Linseisen
Join Date: May 2010
Location: Heilbronn
Posts: 183
Blog Entries: 1
Rep Power: 15
Linse is on a distinguished road
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...
Linse is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Wmake as User sven82 OpenFOAM Installation 3 August 14, 2013 03:23
Error with Wmake skabilan OpenFOAM Installation 3 July 28, 2009 00:35
Anyone using distcc with wmake kar OpenFOAM 2 March 14, 2008 05:13
Wmake error OpenSUSE 103 64 bit arch tom OpenFOAM Installation 5 February 8, 2008 12:57
Wmake error suffix or operands invalid for bpushb stefan82 OpenFOAM Installation 2 May 16, 2007 09:56


All times are GMT -4. The time now is 18:26.