Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Bootstrap with no wxWidgets packet installed

<< < (3/8) > >>

ollydbg:

--- Quote from: blauzahn on August 08, 2018, 07:50:55 am ---For the record: Your clone command is missing the last letter, ending with .gi instead of .git.

--- End quote ---
Oh, a copy paste error, I have fixed it in the post.

Thanks for your makefile, I also do not want to build the NassiShneiderman plugin, because it needs some extra boost related header files.  ;)


--- Code: ---ACLOCAL_FLAGS="-I `wx-config --prefix`/share/aclocal"
--- End code ---
I just see this is a string concatenation, in my previous post, I added two "-I", which I think is wrong, thanks.



ollydbg:
I meet an issue that the new build C::B can not run the debugger. I create a simple console project, when I hit the run bottom, it correctly shows the hello world in the xterm, while I hit the debug botton, C::B just hangs. Do you see the same issue, since I can't copy the debugger plugin log.

oBFusCATed:
Which revision? Can you build an older revision to see if it works? Can you attach gdb to see what is going on?

ollydbg:

--- Quote from: oBFusCATed on August 09, 2018, 03:34:23 pm ---Which revision?

--- End quote ---
Found revision: '11442' '2018-08-07 07:14:29', I clone it from your github repo.


--- Quote ---Can you build an older revision to see if it works? Can you attach gdb to see what is going on?
--- End quote ---
I will try it as soon as I can.

ollydbg:

--- Quote from: ollydbg on August 09, 2018, 03:38:04 pm ---
--- Quote ---Can you build an older revision to see if it works? Can you attach gdb to see what is going on?
--- End quote ---
I will try it as soon as I can.

--- End quote ---
OK, things becomes more strange, that is: debugger plugin works OK if I run C::B under GDB, while debugger plugin(the whole C::B) just hangs if I start C::B directly from command line. :(

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version