the compilation and/or successive validation of gridlab-d 3.2 doesn't seem to work for me.
I pretty much followed this description: http://gridlab-d.sourceforge.net/wiki/index.php/Linux/Unix
This description was hard to find (I found it in one of the ticket descriptions).
I used the scripts to install both xerces and cppunit, still one isn't recognized as the right version and the other not found at all.
I suspect that what's happening is the script that creates build.h assumes SVN responds in English. Perhaps it is searching for specific words in the output of svn info, i.e., Last Changed Rev: and doesn't find that because it's coming out in German, so it fails.
You might try this: look at the output of svn info . when it is run in the gridlabd directory and replace the search keys in the makefiles with the correct German wording.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
By the way, Jason just pointed out that you have not addressed to important observations about your output:
1) You have the wrong version of xerces installed.
2) You say you're trying to build 3.2, but configure says you're building 4.0.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi gridlab-d team,
the compilation and/or successive validation of gridlab-d 3.2 doesn't seem to work for me.
I pretty much followed this description: http://gridlab-d.sourceforge.net/wiki/index.php/Linux/Unix
This description was hard to find (I found it in one of the ticket descriptions).
I used the scripts to install both xerces and cppunit, still one isn't recognized as the right version and the other not found at all.
when then running make
I can run gridlabd --version and it outputs the right thing, but these messages are too suspicious.
After that I ran sudo make install which throw the same text as above and make validate doesn't run through properly.
Can you help?
regards
H. Krauß
Last edit: Hannes 2016-04-13
I suspect that what's happening is the script that creates build.h assumes SVN responds in English. Perhaps it is searching for specific words in the output of
svn info, i.e.,Last Changed Rev:and doesn't find that because it's coming out in German, so it fails.You might try this: look at the output of
svn info .when it is run in the gridlabd directory and replace the search keys in the makefiles with the correct German wording.By the way, Jason just pointed out that you have not addressed to important observations about your output:
1) You have the wrong version of
xercesinstalled.2) You say you're trying to build 3.2, but
configuresays you're building 4.0.