Author Topic: Install and use libxml2 with code::blocks  (Read 5344 times)

Offline AmiCode

  • Single posting newcomer
  • *
  • Posts: 6
Install and use libxml2 with code::blocks
« on: December 15, 2017, 04:38:58 pm »
Hello everyone,

i'm new to this forum.

I'm trying to install and use libxml with code:blocks 16.1 and mingw.

Can someone help me?

Kind regards


Offline AmiCode

  • Single posting newcomer
  • *
  • Posts: 6
Re: Install and use libxml2 with code::blocks
« Reply #2 on: December 27, 2017, 12:14:04 pm »
Thank you for the reply.

I tried to install and use some other libs, such pdcurses.

PDCurses works.

I can't instruct code::blocks to use libxml2.

Here i can find the Libxml2 for windows (https://www.zlatkovic.com/libxml.en.html), but i can't install these libraries in code::blocks with mingw.

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Install and use libxml2 with code::blocks
« Reply #3 on: December 27, 2017, 09:28:08 pm »
and again.... WHERE IS YOUR PROBLEM.... Describe your problem like
1) Downloaded library from here www.link.to.somewhere.com
2) Copied the library into THIS folder
3) Added THIS options to codeblocks there and there
4) Added this options to this project and build target
5) Tried to compile but got THIS error (read this first: http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_(general)#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F )
Code
A full rebuild log with many details that help us help you. 
6) I tried this and that
7) I googled like 100 hours
8) I think it is this and that

can you please help me?

Offline AmiCode

  • Single posting newcomer
  • *
  • Posts: 6
Re: Install and use libxml2 with code::blocks
« Reply #4 on: December 29, 2017, 11:12:55 am »
Thank you,

i've done all the above steps, but doesn't works.

libraries are correctly included, but as soon as i try to compile the program crash looking for libxml2 dll.

Too complecated


thank you anyway

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: Install and use libxml2 with code::blocks
« Reply #5 on: December 29, 2017, 11:28:32 am »
Thank you,

i've done all the above steps, but doesn't works.

libraries are correctly included, but as soon as i try to compile the program crash looking for libxml2 dll.

Too complecated


thank you anyway

So, it is too complex for you to ask a question that includes the information needed to help you.

Goodbye.

Edit: Please follow this link if you wish to learn about the correct way to get help on Internet forums
http://catb.org/~esr/faqs/smart-questions.html#beprecise

Tim S.
« Last Edit: December 29, 2017, 03:16:34 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Install and use libxml2 with code::blocks
« Reply #6 on: December 29, 2017, 08:46:51 pm »
Thank you,
i've done all the above steps, but doesn't works.

I want to know EXACTLY what you have done. You should describe step by step what you have done.... And if the compilation failse provide a full build log as described here: http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_(general)#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F

I understand that it is difficult to read and understand english. But if you want us to help you you have to write exactly step by step what you do and provide logs and exactly error messages.