Installing PCL on Ubuntu 18.4 The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Installing Programms Ubuntu 14.04PCL Ubuntu InstallationInstalling library on ubuntuPCL installation errorInstalling tex in UbuntuError while installing pclcan't install sql server on ubuntu 18.4 due to opensslI cannot download mongodb on my ubuntu 18.4Computer freezes when clicking “restar now” after installation is completed Ubuntu 18.4Question about instructions for Point Cloud Library (pcl) install on Ubuntu 16.04

Can withdrawing asylum be illegal?

ELI5: Why do they say that Israel would have been the fourth country to land a spacecraft on the Moon and why do they call it low cost?

Word for: a synonym with a positive connotation?

Why doesn't a hydraulic lever violate conservation of energy?

How did passengers keep warm on sail ships?

Are there continuous functions who are the same in an interval but differ in at least one other point?

For what reasons would an animal species NOT cross a *horizontal* land bridge?

Homework question about an engine pulling a train

should truth entail possible truth

Could an empire control the whole planet with today's comunication methods?

Loose spokes after only a few rides

Do I have Disadvantage attacking with an off-hand weapon?

What aspect of planet Earth must be changed to prevent the industrial revolution?

What can I do if neighbor is blocking my solar panels intentionally?

US Healthcare consultation for visitors

How to handle characters who are more educated than the author?

Did the UK government pay "millions and millions of dollars" to try to snag Julian Assange?

Do warforged have souls?

Sort list of array linked objects by keys and values

Can the Right Ascension and Argument of Perigee of a spacecraft's orbit keep varying by themselves with time?

Accepted by European university, rejected by all American ones I applied to? Possible reasons?

How do you keep chess fun when your opponent constantly beats you?

Word to describe a time interval

How to read αἱμύλιος or when to aspirate



Installing PCL on Ubuntu 18.4



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Installing Programms Ubuntu 14.04PCL Ubuntu InstallationInstalling library on ubuntuPCL installation errorInstalling tex in UbuntuError while installing pclcan't install sql server on ubuntu 18.4 due to opensslI cannot download mongodb on my ubuntu 18.4Computer freezes when clicking “restar now” after installation is completed Ubuntu 18.4Question about instructions for Point Cloud Library (pcl) install on Ubuntu 16.04



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I installed Ubuntu 18.4 as Windows 10 subsystem. And I am trying to install PCL following this link.



./RedistMaker build is failing. Please help.



Here are some error messages.



../../../../../Samples/NiViewer/Device.cpp:251:7: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d", &chosen);



In file included from ../../../../../Samples/NiViewer/glh/glh_obs.h:62:0,
from ../../../../../Samples/NiViewer/NiViewer.cpp:62:
/usr/include/c++/7/system_error:115:5: error: expected unqualified-id before ‘int’
equivalent(int __i, const error_condition& __cond) const noexcept;
^
/usr/include/c++/7/system_error:115:5: error: expected ‘)’ before ‘int’
/usr/include/c++/7/system_error:115:5: error: expected ‘)’ before ‘int’
/usr/include/c++/7/system_error:115:5: error: expected ‘)’ before ‘int’
/usr/include/c++/7/system_error:118:5: error: expected unqualified-id before ‘const’
equivalent(const error_code& __code, int __i) const noexcept;
^
/usr/include/c++/7/system_error:118:5: error: expected ‘)’ before ‘const’
/usr/include/c++/7/system_error:118:5: error: expected ‘)’ before ‘const’
/usr/include/c++/7/system_error:118:5: error: expected ‘)’ before ‘const’
/usr/include/c++/7/system_error: In function ‘bool std::operator==(const std::error_code&, const std::error_condition&)’:
../../../../../Samples/NiViewer/glh/glh_linear.h:80:33: error: expected unqualified-id before ‘(’ token
#define equivalent(a,b) (((a < b + GLH_EPSILON) && (a > b - GLH_EPSILON)) ? true : false)
^
../../../../../Samples/NiViewer/glh/glh_linear.h:80:42: error: no match for ‘operator+’ (operand types are ‘const std::error_condition’ and ‘float’)
#define equivalent(a,b) (((a < b + GLH_EPSILON) && (a > b - GLH_EPSILON)) ? true : false)
../../../../../Samples/NiViewer/glh/glh_linear.h:80:42: note: candidate: operator+(int, float) <built-in>
../../../../../Samples/NiViewer/glh/glh_linear.h:80:42: note: no known conversion for argument 1 from ‘const std::error_condition’ to ‘int’
In file included from /usr/include/c++/7/bits/stl_algobase.h:67:0,
from /usr/include/c++/7/algorithm:61,
from ../../../../../Samples/NiViewer/glh/glh_glut2.h:51,
from ../../../../../Samples/NiViewer/NiViewer.cpp:63:`

Another one
`../../../../../Samples/NiViewer/glh/glh_linear.h:80:67: error: no match for ‘operator-’ (operand types are ‘const std::error_condition’ and ‘float’)
#define equivalent(a,b) (((a < b + GLH_EPSILON) && (a > b - GLH_EPSILON)) ? true : false)
../../../../../Samples/NiViewer/glh/glh_linear.h:80:67: note: candidate: operator-(int, float) <built-in>
../../../../../Samples/NiViewer/glh/glh_linear.h:80:67: note: no known conversion for argument 1 from ‘const std::error_condition’ to ‘int’
In file included from /usr/include/c++/7/bits/stl_algobase.h:67:0,
from /usr/include/c++/7/algorithm:61,
from ../../../../../Samples/NiViewer/glh/glh_glut2.h:51,
from ../../../../../Samples/NiViewer/NiViewer.cpp:63:`

`make[1]: *** [x64-Release/NiViewer.o] Error 1
make: *** [Samples/NiViewer] Error 2
make: *** Waiting for unfinished jobs....
Note: ../../../../../Samples/UserTracker.java/org/openni/Samples/UserTracker/UserTracker.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
failed to execute: make -j16 -C /home/shukhrat/kinect/OpenNI/Platform/Linux/CreateRedist/../Build > /home/shukhrat/kinect/OpenNI/Platform/Linux/CreateRedist/Output/BuildOpenNI.txt
Building Failed!`









share|improve this question









New contributor




Sher is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Did you follow all steps? or get any error/warning/unusual messages on any steps? If so you should provide these if you expect us to help. Builds usually provide lots of messages which contain the needed clues & even solutions as to what is required (ie. what is missing, what needs installing)

    – guiverc
    2 days ago











  • @guiverc, thanks for your reply. Yes I followed all the steps. I had a problem with installing libvtk5.8-qt4 libvtk5.8 libvtk5-dev only, I solved it by installing libvtk7. I will add error message in my question.

    – Sher
    2 days ago







  • 1





    Since you substituted a library - did you confirm there are no API changes?

    – guiverc
    2 days ago











  • How do you confirm, should you check that? Sorry I am new to Ubuntu

    – Sher
    2 days ago











  • You are dealing with open-source; and compiling (the build step), so you look at the source code and diff/compare the calls to ensure there is no change (esp. significant that will create segfaults). You've jumped from 5 to 7, whilst each team can follow their own rules, major release numbers (eg. 5 to 7, as apart from minor 5 to 5.1) can mean change to API/ABI's which are the reason for package rules. Since you're ignoring the rules, you have to ensure the breaching of rules is okay. Programmers can't know the future, so some rules are just for 'safety' but also may be planned change.

    – guiverc
    2 days ago

















0















I installed Ubuntu 18.4 as Windows 10 subsystem. And I am trying to install PCL following this link.



./RedistMaker build is failing. Please help.



Here are some error messages.



../../../../../Samples/NiViewer/Device.cpp:251:7: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d", &chosen);



In file included from ../../../../../Samples/NiViewer/glh/glh_obs.h:62:0,
from ../../../../../Samples/NiViewer/NiViewer.cpp:62:
/usr/include/c++/7/system_error:115:5: error: expected unqualified-id before ‘int’
equivalent(int __i, const error_condition& __cond) const noexcept;
^
/usr/include/c++/7/system_error:115:5: error: expected ‘)’ before ‘int’
/usr/include/c++/7/system_error:115:5: error: expected ‘)’ before ‘int’
/usr/include/c++/7/system_error:115:5: error: expected ‘)’ before ‘int’
/usr/include/c++/7/system_error:118:5: error: expected unqualified-id before ‘const’
equivalent(const error_code& __code, int __i) const noexcept;
^
/usr/include/c++/7/system_error:118:5: error: expected ‘)’ before ‘const’
/usr/include/c++/7/system_error:118:5: error: expected ‘)’ before ‘const’
/usr/include/c++/7/system_error:118:5: error: expected ‘)’ before ‘const’
/usr/include/c++/7/system_error: In function ‘bool std::operator==(const std::error_code&, const std::error_condition&)’:
../../../../../Samples/NiViewer/glh/glh_linear.h:80:33: error: expected unqualified-id before ‘(’ token
#define equivalent(a,b) (((a < b + GLH_EPSILON) && (a > b - GLH_EPSILON)) ? true : false)
^
../../../../../Samples/NiViewer/glh/glh_linear.h:80:42: error: no match for ‘operator+’ (operand types are ‘const std::error_condition’ and ‘float’)
#define equivalent(a,b) (((a < b + GLH_EPSILON) && (a > b - GLH_EPSILON)) ? true : false)
../../../../../Samples/NiViewer/glh/glh_linear.h:80:42: note: candidate: operator+(int, float) <built-in>
../../../../../Samples/NiViewer/glh/glh_linear.h:80:42: note: no known conversion for argument 1 from ‘const std::error_condition’ to ‘int’
In file included from /usr/include/c++/7/bits/stl_algobase.h:67:0,
from /usr/include/c++/7/algorithm:61,
from ../../../../../Samples/NiViewer/glh/glh_glut2.h:51,
from ../../../../../Samples/NiViewer/NiViewer.cpp:63:`

Another one
`../../../../../Samples/NiViewer/glh/glh_linear.h:80:67: error: no match for ‘operator-’ (operand types are ‘const std::error_condition’ and ‘float’)
#define equivalent(a,b) (((a < b + GLH_EPSILON) && (a > b - GLH_EPSILON)) ? true : false)
../../../../../Samples/NiViewer/glh/glh_linear.h:80:67: note: candidate: operator-(int, float) <built-in>
../../../../../Samples/NiViewer/glh/glh_linear.h:80:67: note: no known conversion for argument 1 from ‘const std::error_condition’ to ‘int’
In file included from /usr/include/c++/7/bits/stl_algobase.h:67:0,
from /usr/include/c++/7/algorithm:61,
from ../../../../../Samples/NiViewer/glh/glh_glut2.h:51,
from ../../../../../Samples/NiViewer/NiViewer.cpp:63:`

`make[1]: *** [x64-Release/NiViewer.o] Error 1
make: *** [Samples/NiViewer] Error 2
make: *** Waiting for unfinished jobs....
Note: ../../../../../Samples/UserTracker.java/org/openni/Samples/UserTracker/UserTracker.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
failed to execute: make -j16 -C /home/shukhrat/kinect/OpenNI/Platform/Linux/CreateRedist/../Build > /home/shukhrat/kinect/OpenNI/Platform/Linux/CreateRedist/Output/BuildOpenNI.txt
Building Failed!`









share|improve this question









New contributor




Sher is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Did you follow all steps? or get any error/warning/unusual messages on any steps? If so you should provide these if you expect us to help. Builds usually provide lots of messages which contain the needed clues & even solutions as to what is required (ie. what is missing, what needs installing)

    – guiverc
    2 days ago











  • @guiverc, thanks for your reply. Yes I followed all the steps. I had a problem with installing libvtk5.8-qt4 libvtk5.8 libvtk5-dev only, I solved it by installing libvtk7. I will add error message in my question.

    – Sher
    2 days ago







  • 1





    Since you substituted a library - did you confirm there are no API changes?

    – guiverc
    2 days ago











  • How do you confirm, should you check that? Sorry I am new to Ubuntu

    – Sher
    2 days ago











  • You are dealing with open-source; and compiling (the build step), so you look at the source code and diff/compare the calls to ensure there is no change (esp. significant that will create segfaults). You've jumped from 5 to 7, whilst each team can follow their own rules, major release numbers (eg. 5 to 7, as apart from minor 5 to 5.1) can mean change to API/ABI's which are the reason for package rules. Since you're ignoring the rules, you have to ensure the breaching of rules is okay. Programmers can't know the future, so some rules are just for 'safety' but also may be planned change.

    – guiverc
    2 days ago













0












0








0








I installed Ubuntu 18.4 as Windows 10 subsystem. And I am trying to install PCL following this link.



./RedistMaker build is failing. Please help.



Here are some error messages.



../../../../../Samples/NiViewer/Device.cpp:251:7: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d", &chosen);



In file included from ../../../../../Samples/NiViewer/glh/glh_obs.h:62:0,
from ../../../../../Samples/NiViewer/NiViewer.cpp:62:
/usr/include/c++/7/system_error:115:5: error: expected unqualified-id before ‘int’
equivalent(int __i, const error_condition& __cond) const noexcept;
^
/usr/include/c++/7/system_error:115:5: error: expected ‘)’ before ‘int’
/usr/include/c++/7/system_error:115:5: error: expected ‘)’ before ‘int’
/usr/include/c++/7/system_error:115:5: error: expected ‘)’ before ‘int’
/usr/include/c++/7/system_error:118:5: error: expected unqualified-id before ‘const’
equivalent(const error_code& __code, int __i) const noexcept;
^
/usr/include/c++/7/system_error:118:5: error: expected ‘)’ before ‘const’
/usr/include/c++/7/system_error:118:5: error: expected ‘)’ before ‘const’
/usr/include/c++/7/system_error:118:5: error: expected ‘)’ before ‘const’
/usr/include/c++/7/system_error: In function ‘bool std::operator==(const std::error_code&, const std::error_condition&)’:
../../../../../Samples/NiViewer/glh/glh_linear.h:80:33: error: expected unqualified-id before ‘(’ token
#define equivalent(a,b) (((a < b + GLH_EPSILON) && (a > b - GLH_EPSILON)) ? true : false)
^
../../../../../Samples/NiViewer/glh/glh_linear.h:80:42: error: no match for ‘operator+’ (operand types are ‘const std::error_condition’ and ‘float’)
#define equivalent(a,b) (((a < b + GLH_EPSILON) && (a > b - GLH_EPSILON)) ? true : false)
../../../../../Samples/NiViewer/glh/glh_linear.h:80:42: note: candidate: operator+(int, float) <built-in>
../../../../../Samples/NiViewer/glh/glh_linear.h:80:42: note: no known conversion for argument 1 from ‘const std::error_condition’ to ‘int’
In file included from /usr/include/c++/7/bits/stl_algobase.h:67:0,
from /usr/include/c++/7/algorithm:61,
from ../../../../../Samples/NiViewer/glh/glh_glut2.h:51,
from ../../../../../Samples/NiViewer/NiViewer.cpp:63:`

Another one
`../../../../../Samples/NiViewer/glh/glh_linear.h:80:67: error: no match for ‘operator-’ (operand types are ‘const std::error_condition’ and ‘float’)
#define equivalent(a,b) (((a < b + GLH_EPSILON) && (a > b - GLH_EPSILON)) ? true : false)
../../../../../Samples/NiViewer/glh/glh_linear.h:80:67: note: candidate: operator-(int, float) <built-in>
../../../../../Samples/NiViewer/glh/glh_linear.h:80:67: note: no known conversion for argument 1 from ‘const std::error_condition’ to ‘int’
In file included from /usr/include/c++/7/bits/stl_algobase.h:67:0,
from /usr/include/c++/7/algorithm:61,
from ../../../../../Samples/NiViewer/glh/glh_glut2.h:51,
from ../../../../../Samples/NiViewer/NiViewer.cpp:63:`

`make[1]: *** [x64-Release/NiViewer.o] Error 1
make: *** [Samples/NiViewer] Error 2
make: *** Waiting for unfinished jobs....
Note: ../../../../../Samples/UserTracker.java/org/openni/Samples/UserTracker/UserTracker.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
failed to execute: make -j16 -C /home/shukhrat/kinect/OpenNI/Platform/Linux/CreateRedist/../Build > /home/shukhrat/kinect/OpenNI/Platform/Linux/CreateRedist/Output/BuildOpenNI.txt
Building Failed!`









share|improve this question









New contributor




Sher is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I installed Ubuntu 18.4 as Windows 10 subsystem. And I am trying to install PCL following this link.



./RedistMaker build is failing. Please help.



Here are some error messages.



../../../../../Samples/NiViewer/Device.cpp:251:7: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d", &chosen);



In file included from ../../../../../Samples/NiViewer/glh/glh_obs.h:62:0,
from ../../../../../Samples/NiViewer/NiViewer.cpp:62:
/usr/include/c++/7/system_error:115:5: error: expected unqualified-id before ‘int’
equivalent(int __i, const error_condition& __cond) const noexcept;
^
/usr/include/c++/7/system_error:115:5: error: expected ‘)’ before ‘int’
/usr/include/c++/7/system_error:115:5: error: expected ‘)’ before ‘int’
/usr/include/c++/7/system_error:115:5: error: expected ‘)’ before ‘int’
/usr/include/c++/7/system_error:118:5: error: expected unqualified-id before ‘const’
equivalent(const error_code& __code, int __i) const noexcept;
^
/usr/include/c++/7/system_error:118:5: error: expected ‘)’ before ‘const’
/usr/include/c++/7/system_error:118:5: error: expected ‘)’ before ‘const’
/usr/include/c++/7/system_error:118:5: error: expected ‘)’ before ‘const’
/usr/include/c++/7/system_error: In function ‘bool std::operator==(const std::error_code&, const std::error_condition&)’:
../../../../../Samples/NiViewer/glh/glh_linear.h:80:33: error: expected unqualified-id before ‘(’ token
#define equivalent(a,b) (((a < b + GLH_EPSILON) && (a > b - GLH_EPSILON)) ? true : false)
^
../../../../../Samples/NiViewer/glh/glh_linear.h:80:42: error: no match for ‘operator+’ (operand types are ‘const std::error_condition’ and ‘float’)
#define equivalent(a,b) (((a < b + GLH_EPSILON) && (a > b - GLH_EPSILON)) ? true : false)
../../../../../Samples/NiViewer/glh/glh_linear.h:80:42: note: candidate: operator+(int, float) <built-in>
../../../../../Samples/NiViewer/glh/glh_linear.h:80:42: note: no known conversion for argument 1 from ‘const std::error_condition’ to ‘int’
In file included from /usr/include/c++/7/bits/stl_algobase.h:67:0,
from /usr/include/c++/7/algorithm:61,
from ../../../../../Samples/NiViewer/glh/glh_glut2.h:51,
from ../../../../../Samples/NiViewer/NiViewer.cpp:63:`

Another one
`../../../../../Samples/NiViewer/glh/glh_linear.h:80:67: error: no match for ‘operator-’ (operand types are ‘const std::error_condition’ and ‘float’)
#define equivalent(a,b) (((a < b + GLH_EPSILON) && (a > b - GLH_EPSILON)) ? true : false)
../../../../../Samples/NiViewer/glh/glh_linear.h:80:67: note: candidate: operator-(int, float) <built-in>
../../../../../Samples/NiViewer/glh/glh_linear.h:80:67: note: no known conversion for argument 1 from ‘const std::error_condition’ to ‘int’
In file included from /usr/include/c++/7/bits/stl_algobase.h:67:0,
from /usr/include/c++/7/algorithm:61,
from ../../../../../Samples/NiViewer/glh/glh_glut2.h:51,
from ../../../../../Samples/NiViewer/NiViewer.cpp:63:`

`make[1]: *** [x64-Release/NiViewer.o] Error 1
make: *** [Samples/NiViewer] Error 2
make: *** Waiting for unfinished jobs....
Note: ../../../../../Samples/UserTracker.java/org/openni/Samples/UserTracker/UserTracker.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
failed to execute: make -j16 -C /home/shukhrat/kinect/OpenNI/Platform/Linux/CreateRedist/../Build > /home/shukhrat/kinect/OpenNI/Platform/Linux/CreateRedist/Output/BuildOpenNI.txt
Building Failed!`






software-installation






share|improve this question









New contributor




Sher is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Sher is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 2 days ago







Sher













New contributor




Sher is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 2 days ago









SherSher

11




11




New contributor




Sher is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Sher is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Sher is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • Did you follow all steps? or get any error/warning/unusual messages on any steps? If so you should provide these if you expect us to help. Builds usually provide lots of messages which contain the needed clues & even solutions as to what is required (ie. what is missing, what needs installing)

    – guiverc
    2 days ago











  • @guiverc, thanks for your reply. Yes I followed all the steps. I had a problem with installing libvtk5.8-qt4 libvtk5.8 libvtk5-dev only, I solved it by installing libvtk7. I will add error message in my question.

    – Sher
    2 days ago







  • 1





    Since you substituted a library - did you confirm there are no API changes?

    – guiverc
    2 days ago











  • How do you confirm, should you check that? Sorry I am new to Ubuntu

    – Sher
    2 days ago











  • You are dealing with open-source; and compiling (the build step), so you look at the source code and diff/compare the calls to ensure there is no change (esp. significant that will create segfaults). You've jumped from 5 to 7, whilst each team can follow their own rules, major release numbers (eg. 5 to 7, as apart from minor 5 to 5.1) can mean change to API/ABI's which are the reason for package rules. Since you're ignoring the rules, you have to ensure the breaching of rules is okay. Programmers can't know the future, so some rules are just for 'safety' but also may be planned change.

    – guiverc
    2 days ago

















  • Did you follow all steps? or get any error/warning/unusual messages on any steps? If so you should provide these if you expect us to help. Builds usually provide lots of messages which contain the needed clues & even solutions as to what is required (ie. what is missing, what needs installing)

    – guiverc
    2 days ago











  • @guiverc, thanks for your reply. Yes I followed all the steps. I had a problem with installing libvtk5.8-qt4 libvtk5.8 libvtk5-dev only, I solved it by installing libvtk7. I will add error message in my question.

    – Sher
    2 days ago







  • 1





    Since you substituted a library - did you confirm there are no API changes?

    – guiverc
    2 days ago











  • How do you confirm, should you check that? Sorry I am new to Ubuntu

    – Sher
    2 days ago











  • You are dealing with open-source; and compiling (the build step), so you look at the source code and diff/compare the calls to ensure there is no change (esp. significant that will create segfaults). You've jumped from 5 to 7, whilst each team can follow their own rules, major release numbers (eg. 5 to 7, as apart from minor 5 to 5.1) can mean change to API/ABI's which are the reason for package rules. Since you're ignoring the rules, you have to ensure the breaching of rules is okay. Programmers can't know the future, so some rules are just for 'safety' but also may be planned change.

    – guiverc
    2 days ago
















Did you follow all steps? or get any error/warning/unusual messages on any steps? If so you should provide these if you expect us to help. Builds usually provide lots of messages which contain the needed clues & even solutions as to what is required (ie. what is missing, what needs installing)

– guiverc
2 days ago





Did you follow all steps? or get any error/warning/unusual messages on any steps? If so you should provide these if you expect us to help. Builds usually provide lots of messages which contain the needed clues & even solutions as to what is required (ie. what is missing, what needs installing)

– guiverc
2 days ago













@guiverc, thanks for your reply. Yes I followed all the steps. I had a problem with installing libvtk5.8-qt4 libvtk5.8 libvtk5-dev only, I solved it by installing libvtk7. I will add error message in my question.

– Sher
2 days ago






@guiverc, thanks for your reply. Yes I followed all the steps. I had a problem with installing libvtk5.8-qt4 libvtk5.8 libvtk5-dev only, I solved it by installing libvtk7. I will add error message in my question.

– Sher
2 days ago





1




1





Since you substituted a library - did you confirm there are no API changes?

– guiverc
2 days ago





Since you substituted a library - did you confirm there are no API changes?

– guiverc
2 days ago













How do you confirm, should you check that? Sorry I am new to Ubuntu

– Sher
2 days ago





How do you confirm, should you check that? Sorry I am new to Ubuntu

– Sher
2 days ago













You are dealing with open-source; and compiling (the build step), so you look at the source code and diff/compare the calls to ensure there is no change (esp. significant that will create segfaults). You've jumped from 5 to 7, whilst each team can follow their own rules, major release numbers (eg. 5 to 7, as apart from minor 5 to 5.1) can mean change to API/ABI's which are the reason for package rules. Since you're ignoring the rules, you have to ensure the breaching of rules is okay. Programmers can't know the future, so some rules are just for 'safety' but also may be planned change.

– guiverc
2 days ago





You are dealing with open-source; and compiling (the build step), so you look at the source code and diff/compare the calls to ensure there is no change (esp. significant that will create segfaults). You've jumped from 5 to 7, whilst each team can follow their own rules, major release numbers (eg. 5 to 7, as apart from minor 5 to 5.1) can mean change to API/ABI's which are the reason for package rules. Since you're ignoring the rules, you have to ensure the breaching of rules is okay. Programmers can't know the future, so some rules are just for 'safety' but also may be planned change.

– guiverc
2 days ago










0






active

oldest

votes












Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);






Sher is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1132650%2finstalling-pcl-on-ubuntu-18-4%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








Sher is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















Sher is a new contributor. Be nice, and check out our Code of Conduct.












Sher is a new contributor. Be nice, and check out our Code of Conduct.











Sher is a new contributor. Be nice, and check out our Code of Conduct.














Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1132650%2finstalling-pcl-on-ubuntu-18-4%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Tamil (spriik) Luke uk diar | Nawigatjuun

Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?