[CMake] Problems with DDD
Jorgen Bodde
solidstl at xs4all.nl
Fri Mar 18 02:46:00 EST 2005
Hi Brad,
I was just thinking that. I will try this tonight and let you know. When
that works fine, I suspect some kind of combination. I wil try their
bakefile system and see if that links fine, then try to extract the
compiler flags, because something is definately not set right ..
Thanks,
- Jorgen
Brad King wrote:
> Jorgen Bodde wrote:
>
>> This seems to work fine.. I compiled with:
>>
>> gcc -g hello.c -o hello
>>
>> The app was:
>>
>> #include <stdio.h>
>>
>> int main(int argc, char **argv)
>> {
>> printf("Hello world");
>> }
>>
>> And DDD runs just fine, with the source loaded and all. I use the
>> CCMAKE with the makefile generator (since I am under Linux).
>
>
> How about one that links to wxWidgets?
>
> -Brad
>
>
>
More information about the CMake
mailing list