ywh555hhh commented on PR #489: URL: https://github.com/apache/incubator-graphar/pull/489#issuecomment-2126148353
> > > > ```shell > > > > yiweihan@yiweihandeMacBook-Air cpp % clang-format --version > > > > clang-format version 8.0.1 (tags/RELEASE_801/final) > > > > yiweihan@yiweihandeMacBook-Air cpp % make clformat > > > > make: *** No rule to make target `clformat'. Stop. > > > > yiweihan@yiweihandeMacBook-Air cpp % > > > > ``` > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > I have successfully installed clang-format but I can't run the clformat command. What is the problem? And the cpp folder that I noticed contains the.clang-format file, which says the format standard > > > > > > > > > the command > > > ``` > > > make graphar-clformat > > > ``` > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > is run in the build directory if you create a build dir > > > > > > ``` > > yiweihan@yiweihandeMacBook-Air cpp % clang-format --version > > clang-format version 8.0.1 (tags/RELEASE_801/final) > > yiweihan@yiweihandeMacBook-Air cpp % make clformat > > make: *** No rule to make target `clformat'. Stop. > > yiweihan@yiweihandeMacBook-Air cpp % make graphar-clformat > > make: *** No rule to make target `graphar-clformat'. Stop. > > yiweihan@yiweihandeMacBook-Air cpp % cd .. > > yiweihan@yiweihandeMacBook-Air incubator-graphar % mkdir build > > yiweihan@yiweihandeMacBook-Air incubator-graphar % cd build > > yiweihan@yiweihandeMacBook-Air build % make graphar-clformat > > make: *** No rule to make target `graphar-clformat'. Stop. > > yiweihan@yiweihandeMacBook-Air build % > > ``` > > > > > > > > > > > > > > > > > > > > > > > > Did I misunderstand something? I don't even seem to be looking for the Makefile > > you need to run `cmake ..` before `make`. It's the same with building process tks I've tried it. Can this be merged now? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
