No rule we could follow for ever.

作者分享了自己手部受伤后的治疗经历及感悟,强调了保持内心平静的重要性,并表达了对未来充满希望的态度。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >



Recent year especially this year I mean the 2012 I did notachieve what I want but I could not say it is bad.

I hurt my hands and I need time to recover from the hurt.

Not only physically but mentally.

I went to the hospital today and ask doctor if I need totake the string out of my hand and he said no.

He even explained the details to me and told me the reasonbecause the bone is recovered and the strings do not need to support  then it won’t be dangerous whatever I do.

So I need not worry about it and use the hand as what it wasalthough I still could see the big scar.

I asked if there is any good way or post or medicine toremove the scar ,he told me it was too late to do it.

He was moved by his nice attitude.

He is expert and the attitude is very good and his word isvery confident.

The world is so nice after I heard his word.I also got a good mood.

I still remember when I go to the hospital near my home ,thedoctor said I need to take out but he lost the patient to explain why.he keephighlighting the importance of taking it out.

I said this do not mean I am very stubborn but because I gota lot of experience about the obvious cheating.

So that I need to analyze the word by myself from the differentangle.

Too many case I need to explain about it .

The lawer said the China is good place to practice .

Because there is ceritain rule to follow. Then what we needto do is to adjust ourselves and follow the rule.

What we need is to think out of box.do not hesitate to change.Change ourselves and change the rule.

Nothing could exist for ever.

Then I finically found what I write is no theme ,

But actually it is emphasis there is no rule we need tofollow even though someone or everyone we have.we do just like what we want andwe will get there.

And I still remember the lawer said do not do what we couldnot do .

We also keep sober and know what we could not do and weshould not do .only in this way our heart could keep calm and peaceful.

We need to keep the heart calm down this is the source ofthe happy.

No matter what we have if we could not manage our heart. We willdamage what we should have or will have.

 When I was young orwhen I just graduated from the university ,I had a lot of dream and want toimplement them with my hard work.

Now it seems I have made them true over my expectation.

What I need is new dream which could support me to do it.

In the sprits,I want to conquer English but I did not.

I enjoy the process of learning English but I still want toachieve what I could express myself clearly.

I could not do it even in Chinese then I agree it is notonly because the English.

I will join the new company I do not want to lose the superiority of   myselfand will keep learning.

It helps me to get happiness.

I felt bad when I filled in the form from the new company,

I found I even could not know how to spell some simple word.

but as long as I change and welcome change nothing I could not conquer.

Good luck to myself.

Henry.

### 解析 `no rule to make target` 错误 当遇到 `*** No rule to make target '../Thirdparty/g2o/lib/libg2o.so', needed by '../lib/libygz-SLAM.so'。 停止。` 这样的错误提示时,表明构建系统无法找到指定的目标文件或路径不正确[^1]。 #### 可能的原因分析 - **路径配置问题**:可能是由于Makefile中的路径设置有误,导致找不到所需的库文件。 - **依赖未满足**:某些必要的依赖项可能尚未安装完成,特别是对于第三方库如g2o而言。 - **编译顺序不当**:有时子模块需要先于主项目被成功编译并链接到最终产物中去。 #### 解决方案建议 为了有效解决问题,可以尝试以下几种方法: 1. 单独编译g2o库: - 更新所需依赖包 ```bash sudo apt-get update && sudo apt-get install libqt4-dev qt4-qmake libqglviewer-dev libsuitesparse-dev libcxsparse3.1.4 libcholmod3.0.6 ``` - 下载源码并创建build目录进行本地化编译 ```bash cd SLAM_Lib/ git clone https://github.com/RainerKuemmerle/g2o.git cd g2o/ mkdir build && cd build cmake .. make -j$(nproc) sudo make install ``` 2. 检查环境变量与CMakeLists.txt配置: - 确认LD_LIBRARY_PATH包含了新安装的g2o共享库的位置。 - 修改项目的CMakeLists.txt文件来显式指明外部库的具体位置。 3. 清理缓存重新开始: - 使用命令清理之前的构建残留物后再试一次完整的编译流程。 ```bash rm -rf ../Thirdparty/g2o/build/* cd /path/to/project_root_directory rm -r CMakeFiles/ CMakeCache.txt cmake . make clean; make all ``` 通过上述措施应该能够解决大部分由路径缺失引起的`no rule to make target`类型的错误情况。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值