Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Does not compile on Mac #2

Closed
cipriangal opened this issue May 1, 2018 · 1 comment · Fixed by #325
Closed

Does not compile on Mac #2

cipriangal opened this issue May 1, 2018 · 1 comment · Fixed by #325
Assignees

Comments

@cipriangal
Copy link
Collaborator

On local machine with:
-- The C compiler identification is AppleClang 9.1.0.9020039
-- The CXX compiler identification is AppleClang 9.1.0.9020039
-- Found ROOT 6.12/06 in /Users/ciprian/root6/build
-- Boost version: 1.66.0
-- Found the following Boost libraries:
-- program_options
-- filesystem
-- system
-- regex

The compilation gets stuck on the first component (evio) build with (and 4 other similar errors):
/Users/ciprian/prex/japan/evio/src/THaCodaFile.C:288:12: error: case value evaluates to 2155020293, which cannot be narrowed to type 'int' [-Wc++11-narrowing]
case S_EVFILE_UNXPTDEOF :
^
/Users/ciprian/prex/japan/evio/include/evio.h:20:31: note: expanded from macro 'S_EVFILE_UNXPTDEOF'
#define S_EVFILE_UNXPTDEOF 0x80730005 /* Unexpected end of file while reading event */
^
/Users/ciprian/prex/japan/evio/src/THaCodaFile.C:285:12: error: case value evaluates to 2155020292, which cannot be narrowed to type 'int' [-Wc++11-narrowing]
case S_EVFILE_UNKOPTION :

Note that on my machine the cmake gives this warning for the boost library (probably unrelated to the above):
CMake Warning at /usr/local/Cellar/cmake/3.10.3/share/cmake/Modules/FindBoost.cmake:801 (message):
New Boost version may have incorrect or missing dependencies and imported
targets
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.10.3/share/cmake/Modules/FindBoost.cmake:907 (_Boost_COMPONENT_DEPENDENCIES)
/usr/local/Cellar/cmake/3.10.3/share/cmake/Modules/FindBoost.cmake:1542 (_Boost_MISSING_DEPENDENCIES)
CMakeLists.txt:70 (find_package)

@cipriangal cipriangal self-assigned this May 1, 2018
@cipriangal
Copy link
Collaborator Author

Check case sensitive on MAC

hansenjo pushed a commit to hansenjo/japan that referenced this issue Jul 22, 2024
* Adds QwMockData Root Guide markdown file

* Root guide corrections (JeffersonLab#1)

Converts text-block from pngs to inline text

* Root guide corrections: Fixes --datahandlers args; Adds tips for plotting (JeffersonLab#2)

* Fixes typo datahandlers typo in the 'build/qwparity ...' command.
* Fixes MPS frequency value (960 Hz -> 1920 hz)
* Clarifies ring 5 subsection labeling
* Adds Tips on plotting in the Tips Section
* Changes version number

* Fixes markdown formatting for 'Navigation Tips'
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant