Search Criteria
Package Details: blender-plugin-bim-git 230922.r19.gbe2c7a62f-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ifcopenshell-git.git (read-only, click to copy) |
---|---|
Package Base: | ifcopenshell-git |
Description: | Open source IFC library and geometry engine. Provides static libraries, python3 wrapper and blender addon. GIT version. |
Upstream URL: | http://ifcopenshell.org/ |
Keywords: | BIM IFC |
Licenses: | LGPL3 |
Provides: | blender-plugin-bim, IfcConvert, IfcGeomServer, ifcopenshell, python-bcf, python-bimtester, python-bsdd, python-ifccsv, python-ifcdiff, python-ifcpatch |
Submitter: | mickele |
Maintainer: | Nahouhak |
Last Packager: | Nahouhak |
Votes: | 5 |
Popularity: | 0.000001 |
First Submitted: | 2015-10-25 20:20 (UTC) |
Last Updated: | 2023-09-24 19:40 (UTC) |
Dependencies (35)
- boost-libs
- cgal (cgal-gitAUR)
- gmp (gmp-hgAUR)
- hdf5 (hdf5-gitAUR, hdf5-openmpi)
- icu (icu-gitAUR)
- libaec (libaec-gitAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- mpfr (mpfr-gitAUR)
- nlohmann-json (nlohmann-json-gitAUR)
- opencascade (opencascade-gitAUR, opencascade-rcAUR, opencascade-f3dAUR)
- opencollada
- python (python37AUR, python311AUR, python310AUR)
- sz
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- python-babel (make)
- swig (swig-gitAUR) (make)
- hpp-fclAUR (hpp-fcl-gitAUR) (optional) – ifcclash
- python-behaveAUR (optional) – python-bimtester
- python-brickschemaAUR (python-brickschemaAUR) (optional) – brickschema support
- Show 15 more dependencies...
Latest Comments
1 2 Next › Last »
hvafrancesco commented on 2023-02-25 11:57 (UTC)
Still experiencing compilation errors:
.cache/yay/ifcopenshell-git/src/IfcOpenShell/build/ifcwrap/CMakeFiles/_ifcopenshell_wrapper.dir/IfcPythonPYTHON_wrap.cxx:50049: error: ‘class IfcParse::IfcFile’ has no member named ‘get_inverse_indices’ 50049 | result = (arg1)->get_inverse_indices(arg2); | .cache/yay/ifcopenshell-git/src/IfcOpenShell/build/ifcwrap/CMakeFiles/_ifcopenshell_wrapper.dir/IfcPythonPYTHON_wrap.cxx: In function ‘PyObject _wrap_file_getMaxId(PyObject, PyObject)’: .cache/yay/ifcopenshell-git/src/IfcOpenShell/build/ifcwrap/CMakeFiles/_ifcopenshell_wrapper.dir/IfcPythonPYTHON_wrap.cxx:50227: error: passing ‘const IfcParse::IfcFile’ as ‘this’ argument discards qualifiers [-fpermissive] 50227 | result = (unsigned int)((IfcParse::IfcFile const )arg1)->getMaxId(); |
Nahouhak commented on 2023-01-29 12:08 (UTC)
@Divert I see the error. By any chance do you have an older version of ifcopenshell installed ? If so, please remove previous version and retry (and also make sure to compile from a clean state I don’t know how the package manager you use works and if it is keeping previously compiled versions). If not, please open an issue on https://github.com/IfcOpenShell/IfcOpenShell/issues because I have no idea.
Divert commented on 2023-01-15 01:50 (UTC)
Hello @Nahouhak! here I redirected Stderr to a file that you can see. I honestly went through it and I don't know what is creating the error.
Thanks so much.
Here is the stderr output https://files.rok-on.com/index.php/s/AFkxpwdWs6wZLo6
Nahouhak commented on 2023-01-11 19:00 (UTC)
CMakeOutput.log does not contain compilation log. Is it a CMake error or a compilation error ?
If it is a compilation error you can capture it. See: https://stackoverflow.com/questions/2297536/how-do-i-capture-all-of-my-compilers-output-to-a-file
Divert commented on 2023-01-09 23:31 (UTC)
@Nahouhak Thanks very much for your efforts. I am Still having a compilation error. here is my CMakeOutput.log file. I didn't find a CMakeOutput.err or similar file
https://files.rok-on.com/index.php/s/xqY6SGdrGfLzbPM
Nahouhak commented on 2023-01-07 14:24 (UTC)
@Divert Happy new year ! md5sum for Brick.ttl is now skipped as it is not based on a stable release. Please try again.
Divert commented on 2023-01-02 22:02 (UTC) (edited on 2023-01-02 22:02 (UTC) by Divert)
Thanks @Nahouhak Happy new year!
For now Brick.ttl ... fails the md5sum check and the whole process stops.
As soon as I can get to actually compiling I will give you the link with all the output.
Nahouhak commented on 2022-12-13 23:48 (UTC)
@Divert Warnings often don't matter. Paste full output somewhere and send me the link.
Divert commented on 2022-12-12 21:05 (UTC)
@Nahouhak: There are many warnings of defined functions that are not used:
*aviso: se define ‘aggregate_of_instance::ptr {anonymous}::get_children_of_relation(Ifc2x3::IfcRelContainedInSpatialStructure)’ pero no se usa [-Wunused-function]
.cache/yay/ifcopenshell-git/src/IfcOpenShell/src/ifcconvert/IfcConvert.cpp:1362: aviso: parámetro ‘values’ sin uso [-Wunused-parameter**
Nahouhak commented on 2022-12-02 16:00 (UTC)
@Divert The error message you show is incomplete. Can you paste full error ? (it should be before. The one you paste is only a short reminder of error code)
1 2 Next › Last »