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

strange compiler error

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 9, 2013, 15:26
Default strange compiler error
  #1
Senior Member
 
Join Date: Jan 2010
Location: Stuttgart
Posts: 150
Rep Power: 16
Chrisi1984 is on a distinguished road
Hello all,

I tried to compile a solver with a new library. But during the compiling I receive the following error message:

Quote:
/applications/solvers/combustion/reactingFoam -IlnInclude -I. -I/opt/openfoam220/src/OpenFOAM/lnInclude -I/opt/openfoam220/src/OSspecific/POSIX/lnInclude -fPIC -c $SOURCE -o Make/linux64GccDPOpt/simpleReactingPorousParcelFoam.o
g++: Fehler: −I/root/OpenFOAM/root-2.2.0/lib/thermophysicalModels/reactionThermo/lnInclude: Datei oder Verzeichnis nicht gefunden
make: *** [Make/linux64GccDPOpt/simpleReactingPorousParcelFoam.o] Fehler 1
root@ubuntu:~/OpenFOAM/root-2.2.0/applications/solvers
Then I checked whether the folder is existing or not by trying to move to the folder in the same terminal window afterwards. And it worked as you can see below:

Quote:
/applications/solvers/combustion/reactingFoam -IlnInclude -I. -I/opt/openfoam220/src/OpenFOAM/lnInclude -I/opt/openfoam220/src/OSspecific/POSIX/lnInclude -fPIC -c $SOURCE -o Make/linux64GccDPOpt/simpleReactingPorousParcelFoam.o
g++: Fehler: −I/root/OpenFOAM/root-2.2.0/lib/thermophysicalModels/reactionThermo/lnInclude: Datei oder Verzeichnis nicht gefunden
make: *** [Make/linux64GccDPOpt/simpleReactingPorousParcelFoam.o] Fehler 1
root@ubuntu:~/OpenFOAM/root-2.2.0/applications/solvers/simpleReactingPorousParcelFoam# cd /root/OpenFOAM/root-2.2.0/lib/thermophysicalModels/reactionThermo/lnInclude
root@ubuntu:~/OpenFOAM/root-2.2.0/lib/thermophysicalModels/reactionThermo/lnInclude#
Does anybody of you have an idea what is the reason that the compiler does not recognize the folder also it is there?

Thanks for your help in advance.

Kind regards

Chrisi
Chrisi1984 is offline   Reply With Quote

Old   March 9, 2013, 17:26
Default
  #2
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 Chrisi,

It took me a little while to spot the error. Notice that the error message is including "−I" as part of the path:
Quote:
Code:
g++: Fehler:  −I/root/OpenFOAM/root-2.2.0/lib/thermophysicalModels/reactionThermo/lnInclude:  Datei oder Verzeichnis nicht gefunden
Upon closer look, it seems that you've copy-pasted this path from some PDF or DOC/ODT file, because "−I" and "-I" is not the same thing!



For reference, check Wikipedia on the subject of hyphens: http://en.wikipedia.org/wiki/Hyphen
Quote:
The hyphen () is a punctuation mark used to join words and to separate syllables of a single word. The use of hyphens is called hyphenation. The hyphen should not be confused with dashes (, , —, ), which are longer and have different uses, or with the minus sign () which is also longer.
Crazy, ain't it? Now that I look more closely, keyboards also have different lengths for the minus and hyphen drawings on the keys... this is all so weird... oh well.

Which reminds me of 1 vs I vs l: http://en.wikipedia.org/wiki/Homoglyph#I_and_l

Best regards,
Bruno
__________________
wyldckat is offline   Reply With Quote

Old   March 10, 2013, 05:39
Default
  #3
Senior Member
 
Join Date: Jan 2010
Location: Stuttgart
Posts: 150
Rep Power: 16
Chrisi1984 is on a distinguished road
Thank you very much! Exactly that was the problem.

Kind regards

Chrisi
Chrisi1984 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
Building OpenFOAM1.7.0 from source ata OpenFOAM Installation 46 March 6, 2022 13:21
Problem running perturbUCyl sen.1986 OpenFOAM 17 June 4, 2019 05:56
Undeclared Identifier Errof UDF SteveGoat Fluent UDF and Scheme Programming 7 October 15, 2014 07:11
Compile problem ivanyao OpenFOAM Running, Solving & CFD 1 October 12, 2012 09:31
ParaView for OF-1.6-ext Chrisi1984 OpenFOAM Installation 0 December 31, 2010 06:42


All times are GMT -4. The time now is 13:03.