openbmc / phosphor-dbus-interfaces

YAML descriptors of standard dbus interfaces
Apache License 2.0
39 stars 65 forks source link

Error in ./configure for phosphor-dbus-interfaces #7

Open gchik opened 5 years ago

gchik commented 5 years ago

I'm newbie in OpenBMC. I started from the begining: https://github.com/openbmc/docs/tree/master/development and successfully made first step - Development Environment Setup. Now I'm trying to build Hello World in SDK (https://github.com/openbmc/docs/blob/master/development/sdk-hello-world.md). When I use command:

./configure ${CONFIGURE_FLAGS}

I get ERROR

... checking for PHOSPHOR_DBUS_INTERFACES... no configure: error: Package requirements (phosphor-dbus-interfaces) were not met:

No package 'phosphor-dbus-interfaces' found

What is this error means? What I need to do to fix it?

Next, I'm trying to build PHOSPHOR_DBUS_INTERFACES repo. I start ./bootstrap.sh script. It pass OK. I start ./configure ${CONFIGURE_FLAGS} and get error

... ./configure: line 9073: syntax error near unexpected token noext' ./configure: line 9073: AX_CXX_COMPILE_STDCXX_17(noext)'

How to fix this ERROR?

bradbishop commented 4 years ago

@gchik apologies - I don't monitor this issue queue. Did you ever figure this out?

gchik commented 4 years ago

@bradbishop, thanks for reply. I did not figure out this issue. I was switched for another task. May be I did not full installed some components for OpenBMC development