Opened 12 years ago
Closed 12 years ago
#1832 closed defect (wontfix)
DBUS_INCLUDE_LIB_DIR-NOTFOUND after make clean & make
Reported by: | Owned by: | somebody | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Build Environment | Version: | trunk |
Keywords: | Cc: |
Description
Just did an svn update
on one of my macs, after make -j2 omc
I get the error
CMake Error at common/cmake/FindDBUS.cmake:18 (MESSAGE): Could not find dbus DBUS_INCLUDE_LIB_DIR-NOTFOUND Call Stack (most recent call first): lib/modbus/CMakeLists.txt:1 (find_package)
On my other mac I have a more recent revision compiled and the problem didn't occur when just calling make -j2 omc
, but after make clean
i get the same error there. I have dbus installed through macports on both systems.
Do i need dbus-devel? I can't install it since openmodelica-devel installed dbus for me.
Change History (3)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Use configure --disable-modelica3d
as Modelica3D doesn't work on OSX anyway.
comment:3 by , 12 years ago
Component: | Backend → Build Environment |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
After checking more carefully the problem exists even if I don't clean (on both systems), the compilation fails but doesn't remove the old
omc
binary so I was still using r12764 without realizing it.