Mysterious Error!

General questions regarding the usage of CodeLite
evstevemd
CodeLite Guru
Posts: 350
Joined: Sun Nov 29, 2009 7:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Mysterious Error!

Post by evstevemd »

I'm not on PC with problem.
I was thinking what if I had 10 non working projects, It would be tedious.

CodeLite 15.x
CodeLite is awesome, I just Love it!

User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Mysterious Error!

Post by eranif »

evstevemd wrote:was thinking what if I had 10 non working projects, It would be tedious.
You only need to select them once, whats so tedious about that?

Eran
Make sure you have read the HOW TO POST thread
evstevemd
CodeLite Guru
Posts: 350
Joined: Sun Nov 29, 2009 7:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Mysterious Error!

Post by evstevemd »

eranif wrote: whats so tedious about that?

Eran
Laziness ;)
I have come to conclusion that it is not necessary,
I will change and see if I can fix with above workaround once I get hold of the PC :D

CodeLite 15.x
CodeLite is awesome, I just Love it!

User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Mysterious Error!

Post by eranif »

I still don't understand the problem:

What would you like codelite to do?

You select DebugUnicode for testDll and then, what? should codelite select it for all the other projects? what if the other projects dont have this setup?
The names are not related, there is no restriction that all the configuration should have the same name...

Beside, its not the correct thing to do - you should set up your project once, and use it - you seldom should open the 'Configuration Manager' dialog

Eran
Make sure you have read the HOW TO POST thread
evstevemd
CodeLite Guru
Posts: 350
Joined: Sun Nov 29, 2009 7:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Mysterious Error!

Post by evstevemd »

eranif wrote:I still don't understand the problem:

What would you like codelite to do?

You select DebugUnicode for testDll and then, what? should codelite select it for all the other projects? what if the other projects dont have this setup?
The names are not related, there is no restriction that all the configuration should have the same name...

Beside, its not the correct thing to do - you should set up your project once, and use it - you seldom should open the 'Configuration Manager' dialog

Eran
It is something like "reset all project in the workspace to given settings (debug/UnicodeDebug et al)"

CodeLite 15.x
CodeLite is awesome, I just Love it!

evstevemd
CodeLite Guru
Posts: 350
Joined: Sun Nov 29, 2009 7:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Mysterious Error!

Post by evstevemd »

This is becoming weird now!
I cannot make any DLL project now. Is it because I do something wrong?
Look at how I do it in the shot.
I have tried above suggestion with no avail! :o
You do not have the required permissions to view the files attached to this post.

CodeLite 15.x
CodeLite is awesome, I just Love it!

User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Mysterious Error!

Post by eranif »

evstevemd wrote:I cannot make any DLL project now.
Whats the problem? You will have to be more clear than that:
- whats the problem?
- do you have any build errors?
- if you have errors, what are they?
- etc etc

Eran
Make sure you have read the HOW TO POST thread
frank_frl
CodeLite Expert
Posts: 176
Joined: Sun Aug 17, 2008 2:45 pm
Contact:

Re: Mysterious Error!

Post by frank_frl »

evstevemd wrote:This is becoming weird now!
I cannot make any DLL project now. Is it because I do something wrong?
Look at how I do it in the shot.
I have tried above suggestion with no avail! :o
From your screen shot I can see that you are trying to build a LINUX dynamic library on a Windows PC. That won't work.
It seems that there is no template for a Windows DLL in your CodeLites template folder. There should be a folder called 'dynamic-library-wx-enabled-win' in ~/CodeLite/templates/projects/'

Frank
You do not have the required permissions to view the files attached to this post.
evstevemd
CodeLite Guru
Posts: 350
Joined: Sun Nov 29, 2009 7:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Mysterious Error!

Post by evstevemd »

It shook me to find none!
I thought it is the source of error but cant know why!
I have to reinstall it!

CodeLite 15.x
CodeLite is awesome, I just Love it!

evstevemd
CodeLite Guru
Posts: 350
Joined: Sun Nov 29, 2009 7:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Mysterious Error!

Post by evstevemd »

frank_frl wrote:
evstevemd wrote:This is becoming weird now!
I cannot make any DLL project now. Is it because I do something wrong?
Look at how I do it in the shot.
I have tried above suggestion with no avail! :o
From your screen shot I can see that you are trying to build a LINUX dynamic library on a Windows PC. That won't work.
It seems that there is no template for a Windows DLL in your CodeLites template folder. There should be a folder called 'dynamic-library-wx-enabled-win' in ~/CodeLite/templates/projects/'

Frank
I have tried to reinstall with CodeLite codelite-2.6.0.4189-mingw4.4.1-wx2.8.10.exe
I still cannot find the that folder. See the shot!
I'm downloading the latest package to see if I missed something in my old package which I updated via SVN
You do not have the required permissions to view the files attached to this post.

CodeLite 15.x
CodeLite is awesome, I just Love it!

Post Reply